37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module pkg.local
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
buf.build/go/protovalidate v0.14.0
|
|
github.com/redis/go-redis/v9 v9.19.0
|
|
go.uber.org/zap v1.24.0
|
|
google.golang.org/grpc v1.80.0
|
|
google.golang.org/protobuf v1.36.11
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gorm.io/driver/mysql v1.6.0
|
|
gorm.io/gorm v1.31.2
|
|
gorm.io/plugin/dbresolver v1.6.2
|
|
)
|
|
|
|
require (
|
|
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.6-20250717165733-d22d418d82d8.1 // indirect
|
|
cel.dev/expr v0.25.1 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/google/cel-go v0.25.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // 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
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
)
|