infoalloggi-monorepo/apps/backend/go.mod

39 lines
1.3 KiB
Modula-2

module backend
go 1.25.0
require (
github.com/georgysavva/scany/v2 v2.1.4
github.com/jackc/pgx/v5 v5.9.1
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.15.1
github.com/schollz/progressbar/v3 v3.19.0
)
require (
github.com/gofrs/uuid/v5 v5.4.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.12.3 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/nickalie/go-binwrapper v0.0.0-20260217210625-2cc2a03abe15 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/term v0.42.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.21 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nickalie/go-webpbin v0.0.0-20260302110202-4584fd694f25
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.50.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)