|
1 | 1 | module github.com/tendermint/tendermint |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/BurntSushi/toml v1.2.1 |
@@ -35,8 +35,8 @@ require ( |
35 | 35 | require ( |
36 | 36 | github.com/google/uuid v1.3.0 |
37 | 37 | github.com/tendermint/tm-db v0.6.6 |
38 | | - golang.org/x/crypto v0.4.0 |
39 | | - golang.org/x/net v0.4.0 |
| 38 | + golang.org/x/crypto v0.49.0 |
| 39 | + golang.org/x/net v0.52.0 |
40 | 40 | google.golang.org/grpc v1.50.1 |
41 | 41 | ) |
42 | 42 |
|
@@ -149,7 +149,7 @@ require ( |
149 | 149 | github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect |
150 | 150 | github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect |
151 | 151 | github.com/google/btree v1.0.0 // indirect |
152 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 152 | + github.com/google/go-cmp v0.6.0 // indirect |
153 | 153 | github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect |
154 | 154 | github.com/gostaticanalysis/analysisutil v0.7.1 // indirect |
155 | 155 | github.com/gostaticanalysis/comment v1.4.2 // indirect |
@@ -276,12 +276,14 @@ require ( |
276 | 276 | go.uber.org/zap v1.23.0 // indirect |
277 | 277 | golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect |
278 | 278 | golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect |
279 | | - golang.org/x/mod v0.7.0 // indirect |
280 | | - golang.org/x/sync v0.1.0 // indirect |
281 | | - golang.org/x/sys v0.3.0 // indirect |
282 | | - golang.org/x/term v0.3.0 // indirect |
283 | | - golang.org/x/text v0.5.0 // indirect |
284 | | - golang.org/x/tools v0.4.0 // indirect |
| 279 | + golang.org/x/mod v0.33.0 // indirect |
| 280 | + golang.org/x/sync v0.20.0 // indirect |
| 281 | + golang.org/x/sys v0.42.0 // indirect |
| 282 | + golang.org/x/term v0.41.0 // indirect |
| 283 | + golang.org/x/text v0.35.0 // indirect |
| 284 | + golang.org/x/tools v0.42.0 // indirect |
| 285 | + golang.org/x/tools/go/expect v0.1.1-deprecated // indirect |
| 286 | + golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect |
285 | 287 | google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect |
286 | 288 | gopkg.in/ini.v1 v1.67.0 // indirect |
287 | 289 | gopkg.in/warnings.v0 v0.1.2 // indirect |
|
0 commit comments