32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module git.s.int/bacfrederick/backend
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
git.s.int/packages/go/email-api v1.2.1
|
|
github.com/go-playground/validator v9.31.0+incompatible
|
|
github.com/labstack/echo/v4 v4.11.2
|
|
)
|
|
|
|
require (
|
|
git.s.int/packages/go/utilities v1.2.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.31.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.3.0 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
)
|