@@ -12,23 +12,22 @@ require (
12
12
cosmossdk.io/api v0.7.6
13
13
cosmossdk.io/math v1.5.0
14
14
cosmossdk.io/x/upgrade v0.1.4
15
- github.com/cosmos/cosmos-sdk v0.50.11
15
+ github.com/cosmos/cosmos-sdk v0.50.13
16
16
github.com/cosmos/gogoproto v1.7.0
17
- github.com/cosmos/ibc-go/v10 v10.0.0-beta.2
17
+ github.com/cosmos/ibc-go/v10 v10.1.1
18
18
github.com/docker/docker v28.0.0+incompatible
19
19
github.com/strangelove-ventures/interchaintest/v8 v8.0.1-0.20240104215144-7c10b9dfa2ad
20
20
github.com/stretchr/testify v1.10.0
21
21
go.uber.org/zap v1.27.0
22
- golang.org/x/sync v0.10.0
23
- google.golang.org/grpc v1.69.4
22
+ google.golang.org/grpc v1.71.0
24
23
google.golang.org/protobuf v1.36.5
25
24
)
26
25
27
26
require (
28
27
cloud.google.com/go v0.115.0 // indirect
29
28
cloud.google.com/go/auth v0.6.0 // indirect
30
29
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
31
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
30
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
32
31
cloud.google.com/go/iam v1.1.9 // indirect
33
32
cloud.google.com/go/storage v1.41.0 // indirect
34
33
cosmossdk.io/collections v0.4.0 // indirect
@@ -53,7 +52,7 @@ require (
53
52
github.com/beorn7/perks v1.0.1 // indirect
54
53
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
55
54
github.com/bgentry/speakeasy v0.2.0 // indirect
56
- github.com/bits-and-blooms/bitset v1.13 .0 // indirect
55
+ github.com/bits-and-blooms/bitset v1.17 .0 // indirect
57
56
github.com/btcsuite/btcd v0.22.1 // indirect
58
57
github.com/bytedance/sonic v1.12.3 // indirect
59
58
github.com/bytedance/sonic/loader v0.2.0 // indirect
@@ -71,8 +70,8 @@ require (
71
70
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
72
71
github.com/cometbft/cometbft v0.38.15 // indirect
73
72
github.com/cometbft/cometbft-db v0.14.1 // indirect
74
- github.com/consensys/bavard v0.1.13 // indirect
75
- github.com/consensys/gnark-crypto v0.12.1 // indirect
73
+ github.com/consensys/bavard v0.1.22 // indirect
74
+ github.com/consensys/gnark-crypto v0.14.0 // indirect
76
75
github.com/cosmos/btcutil v1.0.5 // indirect
77
76
github.com/cosmos/cosmos-db v1.1.1 // indirect
78
77
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
@@ -82,9 +81,9 @@ require (
82
81
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
83
82
github.com/cosmos/ics23/go v0.11.0 // indirect
84
83
github.com/cosmos/interchain-security/v7 v7.0.0-20250220171855-c39340d2cf4c // indirect
85
- github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
86
- github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
87
- github.com/crate-crypto/go-kzg-4844 v1.0 .0 // indirect
84
+ github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
85
+ github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
86
+ github.com/crate-crypto/go-kzg-4844 v1.1 .0 // indirect
88
87
github.com/danieljoos/wincred v1.2.1 // indirect
89
88
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
90
89
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -99,8 +98,8 @@ require (
99
98
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
100
99
github.com/emicklei/dot v1.6.2 // indirect
101
100
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
102
- github.com/ethereum/go-ethereum v1.14.12 // indirect
103
- github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
101
+ github.com/ethereum/go-ethereum v1.15.5 // indirect
102
+ github.com/ethereum/go-verkle v0.2.2 // indirect
104
103
github.com/fatih/color v1.17.0 // indirect
105
104
github.com/felixge/httpsnoop v1.0.4 // indirect
106
105
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -147,7 +146,7 @@ require (
147
146
github.com/hashicorp/hcl v1.0.0 // indirect
148
147
github.com/hashicorp/yamux v0.1.1 // indirect
149
148
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
150
- github.com/holiman/uint256 v1.3.1 // indirect
149
+ github.com/holiman/uint256 v1.3.2 // indirect
151
150
github.com/huandu/skiplist v1.2.0 // indirect
152
151
github.com/iancoleman/strcase v0.3.0 // indirect
153
152
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 // indirect
@@ -205,7 +204,7 @@ require (
205
204
github.com/spf13/pflag v1.0.5 // indirect
206
205
github.com/spf13/viper v1.19.0 // indirect
207
206
github.com/subosito/gotenv v1.6.0 // indirect
208
- github.com/supranational/blst v0.3.13 // indirect
207
+ github.com/supranational/blst v0.3.14 // indirect
209
208
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
210
209
github.com/tendermint/go-amino v0.16.0 // indirect
211
210
github.com/tendermint/tendermint v0.38.0-dev // indirect
@@ -235,12 +234,13 @@ require (
235
234
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
236
235
golang.org/x/mod v0.22.0 // indirect
237
236
golang.org/x/net v0.34.0 // indirect
238
- golang.org/x/oauth2 v0.23.0 // indirect
237
+ golang.org/x/oauth2 v0.25.0 // indirect
238
+ golang.org/x/sync v0.10.0 // indirect
239
239
golang.org/x/sys v0.29.0 // indirect
240
240
golang.org/x/term v0.28.0 // indirect
241
241
golang.org/x/text v0.21.0 // indirect
242
- golang.org/x/time v0.5 .0 // indirect
243
- golang.org/x/tools v0.23 .0 // indirect
242
+ golang.org/x/time v0.9 .0 // indirect
243
+ golang.org/x/tools v0.29 .0 // indirect
244
244
google.golang.org/api v0.186.0 // indirect
245
245
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
246
246
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
0 commit comments