go-vise

Constrained Size Output Virtual Machine
Info | Log | Files | Refs | README | LICENSE

go.mod (871B)


      1 module git.defalsify.org/vise.git
      2 
      3 go 1.22.0
      4 
      5 toolchain go1.23.1
      6 
      7 require (
      8 	github.com/alecthomas/participle/v2 v2.0.0
      9 	github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c
     10 	github.com/fxamacker/cbor/v2 v2.4.0
     11 	github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4
     12 	github.com/jackc/pgx/v5 v5.7.0
     13 	github.com/pashagolub/pgxmock/v4 v4.3.0
     14 	github.com/peteole/testdata-loader v0.3.0
     15 	gopkg.in/leonelquinteros/gotext.v1 v1.3.1
     16 )
     17 
     18 require (
     19 	github.com/jackc/pgpassfile v1.0.0 // indirect
     20 	github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
     21 	github.com/jackc/puddle/v2 v2.2.1 // indirect
     22 	github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect
     23 	github.com/x448/float16 v0.8.4 // indirect
     24 	golang.org/x/crypto v0.27.0 // indirect
     25 	golang.org/x/sync v0.8.0 // indirect
     26 	golang.org/x/text v0.18.0 // indirect
     27 )