@@ -5,7 +5,6 @@ go 1.23.1
5
5
require (
6
6
github.com/bufbuild/protovalidate-go v0.7.3
7
7
github.com/google/wire v0.6.0
8
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
9
8
github.com/lhdhtrc/compress-go v0.0.2
10
9
github.com/lhdhtrc/crypto-go v0.0.2
11
10
github.com/lhdhtrc/etcd-go v0.2.1
@@ -15,9 +14,7 @@ require (
15
14
github.com/lhdhtrc/micro-go v0.3.9
16
15
go.etcd.io/etcd/client/v3 v3.5.17
17
16
go.uber.org/zap v1.27.0
18
- google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
19
17
google.golang.org/grpc v1.71.1
20
- google.golang.org/protobuf v1.36.5
21
18
gorm.io/gorm v1.25.9
22
19
)
23
20
@@ -32,6 +29,7 @@ require (
32
29
github.com/gogo/protobuf v1.3.2 // indirect
33
30
github.com/golang/protobuf v1.5.4 // indirect
34
31
github.com/google/cel-go v0.22.0 // indirect
32
+ github.com/google/go-cmp v0.7.0 // indirect
35
33
github.com/google/uuid v1.6.0 // indirect
36
34
github.com/jinzhu/inflection v1.0.0 // indirect
37
35
github.com/jinzhu/now v1.1.5 // indirect
@@ -44,6 +42,8 @@ require (
44
42
golang.org/x/net v0.36.0 // indirect
45
43
golang.org/x/sys v0.30.0 // indirect
46
44
golang.org/x/text v0.22.0 // indirect
45
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
47
46
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
47
+ google.golang.org/protobuf v1.36.6 // indirect
48
48
gorm.io/driver/mysql v1.5.6 // indirect
49
49
)
0 commit comments