@@ -5,18 +5,14 @@ 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/etcd-go v0.2.0
10
9
github.com/lhdhtrc/func-go v0.2.4
11
10
github.com/lhdhtrc/gorm v0.3.2
12
11
github.com/lhdhtrc/logger-go v0.1.3
13
12
github.com/lhdhtrc/micro-go v0.2.5
14
- github.com/lhdhtrc/task-go v0.0.9
15
13
go.etcd.io/etcd/client/v3 v3.5.17
16
14
go.uber.org/zap v1.27.0
17
- google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
18
15
google.golang.org/grpc v1.71.1
19
- google.golang.org/protobuf v1.36.5
20
16
gorm.io/gorm v1.25.9
21
17
)
22
18
@@ -31,9 +27,11 @@ require (
31
27
github.com/gogo/protobuf v1.3.2 // indirect
32
28
github.com/golang/protobuf v1.5.4 // indirect
33
29
github.com/google/cel-go v0.22.0 // indirect
30
+ github.com/google/go-cmp v0.7.0 // indirect
34
31
github.com/google/uuid v1.6.0 // indirect
35
32
github.com/jinzhu/inflection v1.0.0 // indirect
36
33
github.com/jinzhu/now v1.1.5 // indirect
34
+ github.com/lhdhtrc/task-go v0.0.9 // indirect
37
35
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
38
36
github.com/stoewer/go-strcase v1.3.0 // indirect
39
37
go.etcd.io/etcd/api/v3 v3.5.17 // indirect
@@ -43,6 +41,8 @@ require (
43
41
golang.org/x/net v0.36.0 // indirect
44
42
golang.org/x/sys v0.30.0 // indirect
45
43
golang.org/x/text v0.22.0 // indirect
44
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
46
45
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
46
+ google.golang.org/protobuf v1.36.6 // indirect
47
47
gorm.io/driver/mysql v1.5.6 // indirect
48
48
)
0 commit comments