Skip to content

Commit 78f302b

Browse files
chore: bump ibc-go to v10.1.1 (#263)
1 parent 31003aa commit 78f302b

File tree

4 files changed

+115
-101
lines changed

4 files changed

+115
-101
lines changed

middleware/packet-forward-middleware/e2e/go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,22 @@ require (
1212
cosmossdk.io/api v0.7.6
1313
cosmossdk.io/math v1.5.0
1414
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
1616
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
1818
github.com/docker/docker v28.0.0+incompatible
1919
github.com/strangelove-ventures/interchaintest/v8 v8.0.1-0.20240104215144-7c10b9dfa2ad
2020
github.com/stretchr/testify v1.10.0
2121
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
2423
google.golang.org/protobuf v1.36.5
2524
)
2625

2726
require (
2827
cloud.google.com/go v0.115.0 // indirect
2928
cloud.google.com/go/auth v0.6.0 // indirect
3029
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
3231
cloud.google.com/go/iam v1.1.9 // indirect
3332
cloud.google.com/go/storage v1.41.0 // indirect
3433
cosmossdk.io/collections v0.4.0 // indirect
@@ -53,7 +52,7 @@ require (
5352
github.com/beorn7/perks v1.0.1 // indirect
5453
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
5554
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
5756
github.com/btcsuite/btcd v0.22.1 // indirect
5857
github.com/bytedance/sonic v1.12.3 // indirect
5958
github.com/bytedance/sonic/loader v0.2.0 // indirect
@@ -71,8 +70,8 @@ require (
7170
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
7271
github.com/cometbft/cometbft v0.38.15 // indirect
7372
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
7675
github.com/cosmos/btcutil v1.0.5 // indirect
7776
github.com/cosmos/cosmos-db v1.1.1 // indirect
7877
github.com/cosmos/cosmos-proto v1.0.0-beta.5 // indirect
@@ -82,9 +81,9 @@ require (
8281
github.com/cosmos/ibc-go/modules/capability v1.0.1 // indirect
8382
github.com/cosmos/ics23/go v0.11.0 // indirect
8483
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
8887
github.com/danieljoos/wincred v1.2.1 // indirect
8988
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9089
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -99,8 +98,8 @@ require (
9998
github.com/dvsekhvalnov/jose2go v1.7.0 // indirect
10099
github.com/emicklei/dot v1.6.2 // indirect
101100
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
104103
github.com/fatih/color v1.17.0 // indirect
105104
github.com/felixge/httpsnoop v1.0.4 // indirect
106105
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -147,7 +146,7 @@ require (
147146
github.com/hashicorp/hcl v1.0.0 // indirect
148147
github.com/hashicorp/yamux v0.1.1 // indirect
149148
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
151150
github.com/huandu/skiplist v1.2.0 // indirect
152151
github.com/iancoleman/strcase v0.3.0 // indirect
153152
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 // indirect
@@ -205,7 +204,7 @@ require (
205204
github.com/spf13/pflag v1.0.5 // indirect
206205
github.com/spf13/viper v1.19.0 // indirect
207206
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
209208
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
210209
github.com/tendermint/go-amino v0.16.0 // indirect
211210
github.com/tendermint/tendermint v0.38.0-dev // indirect
@@ -235,12 +234,13 @@ require (
235234
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
236235
golang.org/x/mod v0.22.0 // indirect
237236
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
239239
golang.org/x/sys v0.29.0 // indirect
240240
golang.org/x/term v0.28.0 // indirect
241241
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
244244
google.golang.org/api v0.186.0 // indirect
245245
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
246246
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect

0 commit comments

Comments
 (0)