11module github.com/tendermint/tendermint
22
3- go 1.17
3+ go 1.23.0
44
55require (
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.39.0
33+ golang.org/x/net v0.41.0
34+ golang.org/x/sync v0.15.0
35+ google.golang.org/grpc v1.75.1
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,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.25.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.26.0 // indirect
229+ golang.org/x/tools v0.33.0 // indirect
230230 google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
231- google.golang.org/protobuf v1.28.0 // indirect
231+ google.golang.org/protobuf v1.36.6 // indirect
232232 gopkg.in/ini.v1 v1.66.6 // indirect
233233 gopkg.in/yaml.v2 v2.4.0 // indirect
234234 gopkg.in/yaml.v3 v3.0.1 // 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