25 lines
713 B
Modula-2
25 lines
713 B
Modula-2
module hyapp
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/redis/go-redis/v9 v9.18.0
|
|
google.golang.org/grpc v1.68.0
|
|
google.golang.org/protobuf v1.35.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/net v0.29.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
)
|