Skip to content

Commit 7eacaec

Browse files
build(deps): Bump golang.org/x/crypto
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220525230936-793ad666bf5e to 0.47.0. - [Commits](https://github.com/golang/crypto/commits/v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit 7eacaec

File tree

2 files changed

+35
-463
lines changed

2 files changed

+35
-463
lines changed

go.mod

Lines changed: 13 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.24.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.47.0
33+
golang.org/x/net v0.48.0
34+
golang.org/x/sync v0.19.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,13 @@ 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.31.0 // indirect
226+
golang.org/x/sys v0.40.0 // indirect
227+
golang.org/x/term v0.39.0 // indirect
228+
golang.org/x/text v0.33.0 // indirect
229+
golang.org/x/tools v0.40.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
231233
google.golang.org/protobuf v1.28.0 // indirect
232234
gopkg.in/ini.v1 v1.66.6 // 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)