1
1
module github.com/zeromicro/go-zero
2
2
3
- go 1.21
3
+ go 1.23.0
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -20,24 +20,24 @@ require (
20
20
github.com/redis/go-redis/v9 v9.11.0
21
21
github.com/spaolacci/murmur3 v1.1.0
22
22
github.com/stretchr/testify v1.10.0
23
- go.etcd.io/etcd/api/v3 v3.5.15
24
- go.etcd.io/etcd/client/v3 v3.5.15
23
+ go.etcd.io/etcd/api/v3 v3.6.4
24
+ go.etcd.io/etcd/client/v3 v3.6.4
25
25
go.mongodb.org/mongo-driver v1.17.4
26
- go.opentelemetry.io/otel v1.24 .0
26
+ go.opentelemetry.io/otel v1.34 .0
27
27
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
28
28
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0
29
29
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
30
30
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.24.0
31
31
go.opentelemetry.io/otel/exporters/zipkin v1.24.0
32
- go.opentelemetry.io/otel/sdk v1.24 .0
33
- go.opentelemetry.io/otel/trace v1.24 .0
32
+ go.opentelemetry.io/otel/sdk v1.34 .0
33
+ go.opentelemetry.io/otel/trace v1.34 .0
34
34
go.uber.org/automaxprocs v1.6.0
35
35
go.uber.org/goleak v1.3.0
36
- golang.org/x/net v0.35 .0
37
- golang.org/x/sys v0.30 .0
36
+ golang.org/x/net v0.38 .0
37
+ golang.org/x/sys v0.31 .0
38
38
golang.org/x/time v0.10.0
39
- google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d
40
- google.golang.org/grpc v1.65.0
39
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
40
+ google.golang.org/grpc v1.71.1
41
41
google.golang.org/protobuf v1.36.5
42
42
gopkg.in/cheggaaa/pb.v1 v1.0.28
43
43
gopkg.in/h2non/gock.v1 v1.1.2
@@ -54,14 +54,14 @@ require (
54
54
github.com/bufbuild/protocompile v0.14.1 // indirect
55
55
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
56
56
github.com/cespare/xxhash/v2 v2.3.0 // indirect
57
- github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
57
+ github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
58
58
github.com/coreos/go-semver v0.3.1 // indirect
59
59
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
60
60
github.com/davecgh/go-spew v1.1.1 // indirect
61
61
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
62
62
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
63
- github.com/envoyproxy/go-control-plane v0.12.0 // indirect
64
- github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
63
+ github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
64
+ github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
65
65
github.com/go-logr/logr v1.4.2 // indirect
66
66
github.com/go-logr/stdr v1.2.2 // indirect
67
67
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -70,10 +70,10 @@ require (
70
70
github.com/gogo/protobuf v1.3.2 // indirect
71
71
github.com/golang/snappy v0.0.4 // indirect
72
72
github.com/google/gnostic-models v0.6.8 // indirect
73
- github.com/google/go-cmp v0.6 .0 // indirect
73
+ github.com/google/go-cmp v0.7 .0 // indirect
74
74
github.com/google/gofuzz v1.2.0 // indirect
75
75
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
76
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
76
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
77
77
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
78
78
github.com/jackc/pgpassfile v1.0.0 // indirect
79
79
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
@@ -91,6 +91,7 @@ require (
91
91
github.com/montanaflynn/stats v0.7.1 // indirect
92
92
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
93
93
github.com/openzipkin/zipkin-go v0.4.3 // indirect
94
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
94
95
github.com/pmezard/go-difflib v1.0.0 // indirect
95
96
github.com/prometheus/client_model v0.6.1 // indirect
96
97
github.com/prometheus/common v0.62.0 // indirect
@@ -102,24 +103,24 @@ require (
102
103
github.com/xdg-go/stringprep v1.0.4 // indirect
103
104
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
104
105
github.com/yuin/gopher-lua v1.1.1 // indirect
105
- go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
106
+ go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
107
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
106
108
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0 // indirect
107
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
109
+ go.opentelemetry.io/otel/metric v1.34 .0 // indirect
108
110
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
109
- go.uber.org/atomic v1.10.0 // indirect
110
- go.uber.org/multierr v1.9.0 // indirect
111
- go.uber.org/zap v1.24.0 // indirect
112
- golang.org/x/crypto v0.33.0 // indirect
113
- golang.org/x/oauth2 v0.24.0 // indirect
114
- golang.org/x/sync v0.11.0 // indirect
115
- golang.org/x/term v0.29.0 // indirect
116
- golang.org/x/text v0.22.0 // indirect
117
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
111
+ go.uber.org/multierr v1.11.0 // indirect
112
+ go.uber.org/zap v1.27.0 // indirect
113
+ golang.org/x/crypto v0.36.0 // indirect
114
+ golang.org/x/oauth2 v0.27.0 // indirect
115
+ golang.org/x/sync v0.12.0 // indirect
116
+ golang.org/x/term v0.30.0 // indirect
117
+ golang.org/x/text v0.23.0 // indirect
118
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
118
119
gopkg.in/inf.v0 v0.9.1 // indirect
119
120
gopkg.in/yaml.v3 v3.0.1 // indirect
120
121
k8s.io/klog/v2 v2.110.1 // indirect
121
122
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
122
123
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
123
124
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
124
- sigs.k8s.io/yaml v1.3 .0 // indirect
125
+ sigs.k8s.io/yaml v1.4 .0 // indirect
125
126
)
0 commit comments