@@ -2,8 +2,6 @@ module github.com/hduhelp/api_open_sdk
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.7
6
-
7
5
require (
8
6
github.com/avct/uasurfer v0.0.0-20191028135549-26b5daa857f1
9
7
github.com/bufbuild/buf v1.45.0
@@ -13,7 +11,7 @@ require (
13
11
github.com/go-redis/redis/v8 v8.11.5
14
12
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
15
13
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
16
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
14
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
17
15
github.com/parnurzeal/gorequest v0.2.16
18
16
github.com/patrickmn/go-cache v2.1.0+incompatible
19
17
github.com/pkg/errors v0.9.1
@@ -25,17 +23,17 @@ require (
25
23
github.com/soheilhy/cmux v0.1.5
26
24
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
27
25
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0
28
- go.opentelemetry.io/otel v1.30 .0
26
+ go.opentelemetry.io/otel v1.32 .0
29
27
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
30
28
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
31
29
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.15.1
32
- go.opentelemetry.io/otel/sdk v1.28 .0
33
- go.opentelemetry.io/otel/trace v1.30 .0
30
+ go.opentelemetry.io/otel/sdk v1.32 .0
31
+ go.opentelemetry.io/otel/trace v1.32 .0
34
32
go.uber.org/zap v1.27.0
35
- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f
36
- google.golang.org/grpc v1.67.1
33
+ google.golang.org/genproto/googleapis/api v0.0.0-20250204164813-702378808489
34
+ google.golang.org/grpc v1.70.0
37
35
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
38
- google.golang.org/protobuf v1.35.1
36
+ google.golang.org/protobuf v1.36.5
39
37
)
40
38
41
39
require (
@@ -47,7 +45,7 @@ require (
47
45
buf.build/go/bufplugin v0.5.0 // indirect
48
46
buf.build/go/protoyaml v0.2.0 // indirect
49
47
buf.build/go/spdx v0.2.0 // indirect
50
- cloud.google.com/go/compute/metadata v0.5.0 // indirect
48
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
51
49
connectrpc.com/connect v1.17.0 // indirect
52
50
connectrpc.com/otelconnect v0.7.1 // indirect
53
51
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -156,24 +154,24 @@ require (
156
154
go.lsp.dev/protocol v0.12.0 // indirect
157
155
go.lsp.dev/uri v0.3.0 // indirect
158
156
go.opencensus.io v0.24.0 // indirect
159
- go.opentelemetry.io/otel/metric v1.30 .0 // indirect
157
+ go.opentelemetry.io/otel/metric v1.32 .0 // indirect
160
158
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
161
159
go.uber.org/atomic v1.11.0 // indirect
162
160
go.uber.org/mock v0.4.0 // indirect
163
161
go.uber.org/multierr v1.11.0 // indirect
164
162
go.uber.org/zap/exp v0.1.1-0.20240913022758-ede8e1888f83 // indirect
165
163
golang.org/x/arch v0.3.0 // indirect
166
- golang.org/x/crypto v0.28 .0 // indirect
164
+ golang.org/x/crypto v0.31 .0 // indirect
167
165
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
168
166
golang.org/x/mod v0.21.0 // indirect
169
- golang.org/x/net v0.30 .0 // indirect
170
- golang.org/x/sync v0.8 .0 // indirect
171
- golang.org/x/sys v0.26 .0 // indirect
172
- golang.org/x/term v0.25 .0 // indirect
173
- golang.org/x/text v0.19 .0 // indirect
167
+ golang.org/x/net v0.33 .0 // indirect
168
+ golang.org/x/sync v0.11 .0 // indirect
169
+ golang.org/x/sys v0.28 .0 // indirect
170
+ golang.org/x/term v0.27 .0 // indirect
171
+ golang.org/x/text v0.22 .0 // indirect
174
172
golang.org/x/tools v0.26.0 // indirect
175
173
google.golang.org/appengine v1.6.7 // indirect
176
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
174
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489 // indirect
177
175
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
178
176
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
179
177
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments