Skip to content

Commit e8bbe70

Browse files
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.1 to 2.27.5
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.26.1 to 2.27.5. - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Commits](grpc-ecosystem/grpc-gateway@v2.26.1...v2.27.5) --- updated-dependencies: - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-version: 2.27.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f452a1 commit e8bbe70

File tree

2 files changed

+73
-61
lines changed

2 files changed

+73
-61
lines changed

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/neutron-org/neutron/v9
22

3-
go 1.23.2
4-
5-
toolchain go1.23.4
3+
go 1.24.0
64

75
require (
86
cosmossdk.io/api v0.7.6
@@ -35,7 +33,7 @@ require (
3533
github.com/golang/protobuf v1.5.4
3634
github.com/gorilla/mux v1.8.1
3735
github.com/grpc-ecosystem/grpc-gateway v1.16.0
38-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
36+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.5
3937
github.com/hashicorp/go-metrics v0.5.4
4038
github.com/pkg/errors v0.9.1
4139
github.com/prometheus/client_golang v1.23.0
@@ -47,20 +45,20 @@ require (
4745
github.com/spf13/cobra v1.9.1
4846
github.com/spf13/pflag v1.0.6
4947
github.com/spf13/viper v1.19.0
50-
github.com/stretchr/testify v1.10.0
51-
golang.org/x/crypto v0.38.0
48+
github.com/stretchr/testify v1.11.1
49+
golang.org/x/crypto v0.44.0
5250
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
53-
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a
54-
google.golang.org/grpc v1.74.2
55-
google.golang.org/protobuf v1.36.6
51+
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516
52+
google.golang.org/grpc v1.78.0
53+
google.golang.org/protobuf v1.36.11
5654
gopkg.in/yaml.v2 v2.4.0
5755
)
5856

5957
require (
6058
cloud.google.com/go v0.115.1 // indirect
6159
cloud.google.com/go/auth v0.9.0 // indirect
6260
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
63-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
61+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
6462
cloud.google.com/go/iam v1.2.0 // indirect
6563
cloud.google.com/go/storage v1.43.0 // indirect
6664
cosmossdk.io/collections v0.4.0 // indirect
@@ -195,25 +193,26 @@ require (
195193
github.com/zondax/ledger-go v0.14.3 // indirect
196194
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
197195
go.opencensus.io v0.24.0 // indirect
198-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
196+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
199197
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
200198
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
201-
go.opentelemetry.io/otel v1.36.0 // indirect
202-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
203-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
199+
go.opentelemetry.io/otel v1.38.0 // indirect
200+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
201+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
204202
go.uber.org/multierr v1.11.0 // indirect
205203
go.uber.org/zap v1.27.0 // indirect
204+
go.yaml.in/yaml/v3 v3.0.4 // indirect
206205
golang.org/x/arch v0.17.0 // indirect
207-
golang.org/x/net v0.40.0 // indirect
208-
golang.org/x/oauth2 v0.30.0 // indirect
209-
golang.org/x/sync v0.14.0 // indirect
210-
golang.org/x/sys v0.33.0 // indirect
211-
golang.org/x/term v0.32.0 // indirect
212-
golang.org/x/text v0.25.0 // indirect
206+
golang.org/x/net v0.47.0 // indirect
207+
golang.org/x/oauth2 v0.34.0 // indirect
208+
golang.org/x/sync v0.19.0 // indirect
209+
golang.org/x/sys v0.38.0 // indirect
210+
golang.org/x/term v0.37.0 // indirect
211+
golang.org/x/text v0.33.0 // indirect
213212
golang.org/x/time v0.6.0 // indirect
214213
google.golang.org/api v0.193.0 // indirect
215214
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
216-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
215+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
217216
gopkg.in/ini.v1 v1.67.0 // indirect
218217
gopkg.in/yaml.v3 v3.0.1 // indirect
219218
gotest.tools/v3 v3.5.1 // indirect

0 commit comments

Comments
 (0)