Skip to content

Commit 8869bbc

Browse files
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.77.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.77.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.48.0...v1.77.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit 8869bbc

File tree

2 files changed

+68
-474
lines changed

2 files changed

+68
-474
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tendermint/tendermint
22

3-
go 1.17
3+
go 1.24.0
44

55
require (
66
github.com/BurntSushi/toml v1.2.0
@@ -10,9 +10,9 @@ require (
1010
github.com/fortytw2/leaktest v1.3.0
1111
github.com/go-kit/kit v0.12.0
1212
github.com/gogo/protobuf v1.3.2
13-
github.com/golang/protobuf v1.5.2
13+
github.com/golang/protobuf v1.5.4
1414
github.com/google/orderedcode v0.0.1
15-
github.com/google/uuid v1.3.0
15+
github.com/google/uuid v1.6.0
1616
github.com/gorilla/websocket v1.5.0
1717
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
1818
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -29,10 +29,10 @@ require (
2929
github.com/spf13/viper v1.12.0
3030
github.com/stretchr/testify v1.8.0
3131
github.com/tendermint/tm-db v0.6.6
32-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
33-
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
34-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
35-
google.golang.org/grpc v1.48.0
32+
golang.org/x/crypto v0.43.0
33+
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82
34+
golang.org/x/sync v0.17.0
35+
google.golang.org/grpc v1.77.0
3636
pgregory.net/rapid v0.4.8
3737
)
3838

@@ -41,7 +41,7 @@ require (
4141
github.com/creachadair/atomicfile v0.2.6
4242
github.com/creachadair/taskgroup v0.3.2
4343
github.com/golangci/golangci-lint v1.47.2
44-
github.com/google/go-cmp v0.5.8
44+
github.com/google/go-cmp v0.7.0
4545
github.com/vektra/mockery/v2 v2.14.0
4646
gotest.tools v2.2.0+incompatible
4747
)
@@ -71,7 +71,7 @@ require (
7171
github.com/butuzov/ireturn v0.1.1 // indirect
7272
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
7373
github.com/cespare/xxhash v1.1.0 // indirect
74-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
74+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7575
github.com/charithe/durationcheck v0.0.9 // indirect
7676
github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4 // indirect
7777
github.com/containerd/continuity v0.3.0 // indirect
@@ -222,13 +222,15 @@ require (
222222
go.uber.org/multierr v1.8.0 // indirect
223223
go.uber.org/zap v1.21.0 // indirect
224224
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
225-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
226-
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
227-
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
228-
golang.org/x/text v0.3.7 // indirect
229-
golang.org/x/tools v0.1.12-0.20220628192153-7743d1d949f1 // indirect
225+
golang.org/x/mod v0.28.0 // indirect
226+
golang.org/x/sys v0.37.0 // indirect
227+
golang.org/x/term v0.36.0 // indirect
228+
golang.org/x/text v0.30.0 // indirect
229+
golang.org/x/tools v0.37.0 // indirect
230+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
231+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
230232
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
231-
google.golang.org/protobuf v1.28.0 // indirect
233+
google.golang.org/protobuf v1.36.10 // indirect
232234
gopkg.in/ini.v1 v1.66.6 // indirect
233235
gopkg.in/yaml.v2 v2.4.0 // indirect
234236
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -246,6 +248,4 @@ require (
246248
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
247249
)
248250

249-
retract (
250-
[v0.35.0,v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155
251-
)
251+
retract [v0.35.0, v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155

0 commit comments

Comments
 (0)