30 lines
1.1 KiB
Modula-2
30 lines
1.1 KiB
Modula-2
module git.grassecon.net/grassrootseconomics/visedriver
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/grassrootseconomics/go-vise v0.4.1
|
|
github.com/jackc/pgx/v5 v5.7.4
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/barbashov/iso639-3 v0.0.0-20211020172741-1f4ffb2d8d1c // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
|
|
github.com/graygnuorg/go-gdbm v0.0.0-20220711140707-71387d66dce4 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/mattn/kinako v0.0.0-20170717041458-332c0a7e205a // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
golang.org/x/sync v0.14.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/leonelquinteros/gotext.v1 v1.3.1 // indirect
|
|
)
|