31 lines
994 B
Modula-2
31 lines
994 B
Modula-2
module Helena_de_troia
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/gocql/gocql v1.7.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/labstack/echo/v4 v4.13.4
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/time v0.12.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
)
|