@@ -2,8 +2,6 @@ module github.com/hduhelp/api_open_sdk
22
33go 1.22.0
44
5- toolchain go1.22.7
6-
75require (
86 github.com/avct/uasurfer v0.0.0-20191028135549-26b5daa857f1
97 github.com/bufbuild/buf v1.45.0
@@ -13,7 +11,7 @@ require (
1311 github.com/go-redis/redis/v8 v8.11.5
1412 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1513 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
1715 github.com/parnurzeal/gorequest v0.2.16
1816 github.com/patrickmn/go-cache v2.1.0+incompatible
1917 github.com/pkg/errors v0.9.1
@@ -25,17 +23,17 @@ require (
2523 github.com/soheilhy/cmux v0.1.5
2624 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
2725 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
2927 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
3028 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
3129 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
3432 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
3735 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
3937)
4038
4139require (
@@ -47,7 +45,7 @@ require (
4745 buf.build/go/bufplugin v0.5.0 // indirect
4846 buf.build/go/protoyaml v0.2.0 // indirect
4947 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
5149 connectrpc.com/connect v1.17.0 // indirect
5250 connectrpc.com/otelconnect v0.7.1 // indirect
5351 github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -156,24 +154,24 @@ require (
156154 go.lsp.dev/protocol v0.12.0 // indirect
157155 go.lsp.dev/uri v0.3.0 // indirect
158156 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
160158 go.opentelemetry.io/proto/otlp v1.0.0 // indirect
161159 go.uber.org/atomic v1.11.0 // indirect
162160 go.uber.org/mock v0.4.0 // indirect
163161 go.uber.org/multierr v1.11.0 // indirect
164162 go.uber.org/zap/exp v0.1.1-0.20240913022758-ede8e1888f83 // indirect
165163 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
167165 golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
168166 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
174172 golang.org/x/tools v0.26.0 // indirect
175173 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
177175 gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
178176 gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
179177 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments