Skip to content

Commit 24b9ccf

Browse files
chore: Bump ibc-go version (#2565)
* Bump ibc-go version * Bump test versions
1 parent d60a8a5 commit 24b9ccf

File tree

4 files changed

+67
-57
lines changed

4 files changed

+67
-57
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ require (
151151
cosmossdk.io/x/tx v0.13.7
152152
cosmossdk.io/x/upgrade v0.1.4
153153
github.com/cosmos/cosmos-db v1.1.1
154-
github.com/cosmos/ibc-go/v10 v10.0.0-rc.3
154+
github.com/cosmos/ibc-go/v10 v10.0.0
155155
github.com/informalsystems/itf-go v0.0.1
156156
github.com/spf13/viper v1.19.0
157157
golang.org/x/mod v0.23.0
@@ -165,7 +165,7 @@ require (
165165
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
166166
github.com/DataDog/zstd v1.5.5 // indirect
167167
github.com/Microsoft/go-winio v0.6.2 // indirect
168-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
168+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
169169
github.com/bytedance/sonic v1.12.3 // indirect
170170
github.com/bytedance/sonic/loader v0.2.0 // indirect
171171
github.com/cloudwego/base64x v0.1.4 // indirect
@@ -181,7 +181,7 @@ require (
181181
github.com/creachadair/tomledit v0.0.24 // indirect
182182
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
183183
github.com/emicklei/dot v1.6.2 // indirect
184-
github.com/ethereum/go-ethereum v1.14.12 // indirect
184+
github.com/ethereum/go-ethereum v1.15.5 // indirect
185185
github.com/fatih/color v1.17.0 // indirect
186186
github.com/getsentry/sentry-go v0.28.1 // indirect
187187
github.com/go-logr/logr v1.4.2 // indirect
@@ -193,7 +193,7 @@ require (
193193
github.com/hashicorp/go-plugin v1.6.1 // indirect
194194
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
195195
github.com/hashicorp/yamux v0.1.1 // indirect
196-
github.com/holiman/uint256 v1.3.1 // indirect
196+
github.com/holiman/uint256 v1.3.2 // indirect
197197
github.com/iancoleman/strcase v0.3.0 // indirect
198198
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
199199
github.com/kr/pretty v0.3.1 // indirect
@@ -216,7 +216,7 @@ require (
216216
go.uber.org/multierr v1.11.0 // indirect
217217
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
218218
golang.org/x/sync v0.10.0 // indirect
219-
golang.org/x/time v0.5.0 // indirect
219+
golang.org/x/time v0.9.0 // indirect
220220
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
221221
gotest.tools/v3 v3.5.1 // indirect
222222
)

go.sum

+10-10
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ
271271
github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
272272
github.com/bgentry/speakeasy v0.2.0 h1:tgObeVOf8WAvtuAX6DhJ4xks4CFNwPDZiqzGqIHE51E=
273273
github.com/bgentry/speakeasy v0.2.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
274-
github.com/bits-and-blooms/bitset v1.13.0 h1:bAQ9OPNFYbGHV6Nez0tmNI0RiEu7/hxlYJRUA0wFAVE=
275-
github.com/bits-and-blooms/bitset v1.13.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
274+
github.com/bits-and-blooms/bitset v1.17.0 h1:1X2TS7aHz1ELcC0yU1y2stUs/0ig5oMU6STFZGrhvHI=
275+
github.com/bits-and-blooms/bitset v1.17.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
276276
github.com/btcsuite/btcd/btcec/v2 v2.3.4 h1:3EJjcN70HCu/mwqlUsGK8GcNVyLVxFDlWurTXGPFfiQ=
277277
github.com/btcsuite/btcd/btcec/v2 v2.3.4/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
278278
github.com/btcsuite/btcd/btcutil v1.1.6 h1:zFL2+c3Lb9gEgqKNzowKUPQNb8jV7v5Oaodi/AYFd6c=
@@ -369,8 +369,8 @@ github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fr
369369
github.com/cosmos/gogoproto v1.7.0/go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0=
370370
github.com/cosmos/iavl v1.2.2 h1:qHhKW3I70w+04g5KdsdVSHRbFLgt3yY3qTMd4Xa4rC8=
371371
github.com/cosmos/iavl v1.2.2/go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw=
372-
github.com/cosmos/ibc-go/v10 v10.0.0-rc.3 h1:p/p5j36Pd8UiWxHLJX0XS6V1Xb6mja4ATs+VUTkT01I=
373-
github.com/cosmos/ibc-go/v10 v10.0.0-rc.3/go.mod h1:YaoF0Q04cdCJVx/S/9vn7gj8ESLd13idfl58kmjaxBM=
372+
github.com/cosmos/ibc-go/v10 v10.0.0 h1:38nkt3kSrBLnA7mm9Gg4S11X3wtWdbLv7laBZ8hzc5o=
373+
github.com/cosmos/ibc-go/v10 v10.0.0/go.mod h1:82OVClziZQ+9EyDRrnlr2eewcewQ0cxLu7LAbF+q7mc=
374374
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU=
375375
github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0=
376376
github.com/cosmos/ledger-cosmos-go v0.14.0 h1:WfCHricT3rPbkPSVKRH+L4fQGKYHuGOK9Edpel8TYpE=
@@ -431,8 +431,8 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.m
431431
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0=
432432
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
433433
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
434-
github.com/ethereum/go-ethereum v1.14.12 h1:8hl57x77HSUo+cXExrURjU/w1VhL+ShCTJrTwcCQSe4=
435-
github.com/ethereum/go-ethereum v1.14.12/go.mod h1:RAC2gVMWJ6FkxSPESfbshrcKpIokgQKsVKmAuqdekDY=
434+
github.com/ethereum/go-ethereum v1.15.5 h1:Fo2TbBWC61lWVkFw9tsMoHCNX1ndpuaQBRJ8H6xLUPo=
435+
github.com/ethereum/go-ethereum v1.15.5/go.mod h1:1LG2LnMOx2yPRHR/S+xuipXH29vPr6BIH6GElD8N/fo=
436436
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
437437
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
438438
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
@@ -690,8 +690,8 @@ github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE
690690
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
691691
github.com/hdevalence/ed25519consensus v0.2.0 h1:37ICyZqdyj0lAZ8P4D1d1id3HqbbG1N3iBb1Tb4rdcU=
692692
github.com/hdevalence/ed25519consensus v0.2.0/go.mod h1:w3BHWjwJbFU29IRHL1Iqkw3sus+7FctEyM4RqDxYNzo=
693-
github.com/holiman/uint256 v1.3.1 h1:JfTzmih28bittyHM8z360dCjIA9dbPIBlcTI6lmctQs=
694-
github.com/holiman/uint256 v1.3.1/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
693+
github.com/holiman/uint256 v1.3.2 h1:a9EgMPSC1AAaj1SZL5zIQD3WbwTuHrMGOerLjGmM/TA=
694+
github.com/holiman/uint256 v1.3.2/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
695695
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
696696
github.com/huandu/go-assert v1.1.5 h1:fjemmA7sSfYHJD7CUqs9qTwwfdNAx7/j2/ZlHXzNB3c=
697697
github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U=
@@ -1345,8 +1345,8 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb
13451345
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
13461346
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
13471347
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
1348-
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
1349-
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
1348+
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
1349+
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
13501350
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
13511351
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
13521352
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

tests/interchain/go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
cosmossdk.io/x/upgrade v0.1.4
88
github.com/cometbft/cometbft v0.38.17
99
github.com/cosmos/cosmos-sdk v0.50.12
10-
github.com/cosmos/ibc-go/v10 v10.0.0-rc.3
10+
github.com/cosmos/ibc-go/v10 v10.0.0
1111
github.com/cosmos/interchain-security/v7 v7.0.0-20250220171855-c39340d2cf4c
1212
github.com/docker/docker v28.0.0+incompatible
1313
github.com/strangelove-ventures/interchaintest/v8 v8.7.1
@@ -48,7 +48,7 @@ require (
4848
github.com/beorn7/perks v1.0.1 // indirect
4949
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
5050
github.com/bgentry/speakeasy v0.2.0 // indirect
51-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
51+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
5252
github.com/btcsuite/btcd v0.22.1 // indirect
5353
github.com/bytedance/sonic v1.12.3 // indirect
5454
github.com/bytedance/sonic/loader v0.2.0 // indirect
@@ -65,8 +65,8 @@ require (
6565
github.com/cockroachdb/redact v1.1.5 // indirect
6666
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
6767
github.com/cometbft/cometbft-db v0.14.1 // indirect
68-
github.com/consensys/bavard v0.1.13 // indirect
69-
github.com/consensys/gnark-crypto v0.12.1 // indirect
68+
github.com/consensys/bavard v0.1.22 // indirect
69+
github.com/consensys/gnark-crypto v0.14.0 // indirect
7070
github.com/cosmos/btcutil v1.0.5 // indirect
7171
github.com/cosmos/cosmos-db v1.1.1 // indirect
7272
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
@@ -77,8 +77,8 @@ require (
7777
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
7878
github.com/cosmos/ics23/go v0.11.0 // indirect
7979
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
80-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
81-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
80+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
81+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
8282
github.com/danieljoos/wincred v1.2.1 // indirect
8383
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8484
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -93,8 +93,8 @@ require (
9393
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
9494
github.com/emicklei/dot v1.6.2 // indirect
9595
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
96-
github.com/ethereum/go-ethereum v1.14.13 // indirect
97-
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
96+
github.com/ethereum/go-ethereum v1.15.5 // indirect
97+
github.com/ethereum/go-verkle v0.2.2 // indirect
9898
github.com/fatih/color v1.17.0 // indirect
9999
github.com/felixge/httpsnoop v1.0.4 // indirect
100100
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -141,7 +141,7 @@ require (
141141
github.com/hashicorp/hcl v1.0.0 // indirect
142142
github.com/hashicorp/yamux v0.1.1 // indirect
143143
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
144-
github.com/holiman/uint256 v1.3.1 // indirect
144+
github.com/holiman/uint256 v1.3.2 // indirect
145145
github.com/huandu/skiplist v1.2.0 // indirect
146146
github.com/iancoleman/strcase v0.3.0 // indirect
147147
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 // indirect
@@ -199,7 +199,7 @@ require (
199199
github.com/spf13/pflag v1.0.6 // indirect
200200
github.com/spf13/viper v1.19.0 // indirect
201201
github.com/subosito/gotenv v1.6.0 // indirect
202-
github.com/supranational/blst v0.3.13 // indirect
202+
github.com/supranational/blst v0.3.14 // indirect
203203
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
204204
github.com/tendermint/go-amino v0.16.0 // indirect
205205
github.com/tendermint/tendermint v0.38.0-dev // indirect
@@ -232,8 +232,8 @@ require (
232232
golang.org/x/sys v0.29.0 // indirect
233233
golang.org/x/term v0.28.0 // indirect
234234
golang.org/x/text v0.21.0 // indirect
235-
golang.org/x/time v0.5.0 // indirect
236-
golang.org/x/tools v0.23.0 // indirect
235+
golang.org/x/time v0.9.0 // indirect
236+
golang.org/x/tools v0.29.0 // indirect
237237
google.golang.org/api v0.186.0 // indirect
238238
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
239239
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect

0 commit comments

Comments
 (0)