49 lines
1.8 KiB
Modula-2
49 lines
1.8 KiB
Modula-2
module backend
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/georgysavva/scany/v2 v2.1.4
|
|
github.com/jackc/pgx/v5 v5.8.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo/v4 v4.15.0
|
|
github.com/schollz/progressbar/v3 v3.19.0
|
|
)
|
|
|
|
require (
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/frankban/quicktest v1.14.6 // indirect
|
|
github.com/gofrs/uuid/v5 v5.4.0 // indirect
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/go-cmp v0.7.0 // 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/lib/pq v1.10.9 // indirect
|
|
github.com/mholt/archiver v3.1.1+incompatible // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84 // indirect
|
|
github.com/nwaples/rardecode v1.1.3 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/ulikunitz/xz v0.5.15 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/image v0.35.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/term v0.39.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgx-gofrs-uuid v0.0.0-20230224015001-1d428863c2e2
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
)
|