go.mod (808B)
1 module git.defalsify.org/vise.git 2 3 go 1.20 4 5 require ( 6 github.com/alecthomas/participle/v2 v2.0.0 7 github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c 8 github.com/fxamacker/cbor/v2 v2.4.0 9 github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4 10 github.com/jackc/pgx/v5 v5.6.0 11 github.com/peteole/testdata-loader v0.3.0 12 gopkg.in/leonelquinteros/gotext.v1 v1.3.1 13 ) 14 15 require ( 16 github.com/jackc/pgpassfile v1.0.0 // indirect 17 github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect 18 github.com/jackc/puddle/v2 v2.2.1 // indirect 19 github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect 20 github.com/x448/float16 v0.8.4 // indirect 21 golang.org/x/crypto v0.17.0 // indirect 22 golang.org/x/sync v0.1.0 // indirect 23 golang.org/x/text v0.14.0 // indirect 24 )