Skip to content

Commit c3991b5

Browse files
committed
go mod tidy
1 parent 3150641 commit c3991b5

File tree

10 files changed

+180
-5
lines changed

10 files changed

+180
-5
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
go 1.19
1+
go 1.21
2+
3+
toolchain go1.22.2
24

35
module github.com/cosmos/cosmos-sdk
46

go.sum

Lines changed: 31 additions & 0 deletions
Large diffs are not rendered by default.

simapp/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module cosmossdk.io/simapp
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.2
46

57
require (
68
cosmossdk.io/api v0.3.1

simapp/go.sum

Lines changed: 34 additions & 0 deletions
Large diffs are not rendered by default.

tests/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/cosmos/cosmos-sdk/tests
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.2
46

57
require (
68
cosmossdk.io/api v0.3.1

tests/go.sum

Lines changed: 30 additions & 0 deletions
Large diffs are not rendered by default.

tools/cosmovisor/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module cosmossdk.io/tools/cosmovisor
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.2
46

57
require (
68
github.com/cosmos/cosmos-sdk v0.47.0-rc3

tools/cosmovisor/go.sum

Lines changed: 37 additions & 0 deletions
Large diffs are not rendered by default.

tools/rosetta/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module cosmossdk.io/tools/rosetta
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.2
46

57
require (
68
cosmossdk.io/math v1.3.0

tools/rosetta/go.sum

Lines changed: 33 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)