Skip to content

Commit df645ba

Browse files
build(deps): Bump golang.org/x/net
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220617184016-355a448f1bc9 to 0.40.0. - [Commits](https://github.com/golang/net/commits/v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit df645ba

File tree

2 files changed

+29
-463
lines changed

2 files changed

+29
-463
lines changed

go.mod

Lines changed: 11 additions & 13 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.23.0
44

55
require (
66
github.com/BurntSushi/toml v1.2.0
@@ -29,9 +29,9 @@ 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
32+
golang.org/x/crypto v0.38.0
33+
golang.org/x/net v0.40.0
34+
golang.org/x/sync v0.14.0
3535
google.golang.org/grpc v1.48.0
3636
pgregory.net/rapid v0.4.8
3737
)
@@ -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.6.0
4545
github.com/vektra/mockery/v2 v2.14.0
4646
gotest.tools v2.2.0+incompatible
4747
)
@@ -222,11 +222,11 @@ 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.17.0 // indirect
226+
golang.org/x/sys v0.33.0 // indirect
227+
golang.org/x/term v0.32.0 // indirect
228+
golang.org/x/text v0.25.0 // indirect
229+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
230230
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
231231
google.golang.org/protobuf v1.28.0 // indirect
232232
gopkg.in/ini.v1 v1.66.6 // indirect
@@ -246,6 +246,4 @@ require (
246246
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
247247
)
248248

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

0 commit comments

Comments
 (0)