Skip to content

Commit 696fa58

Browse files
chore(deps): bump github.com/cosmos/ibc-go/v8 from 8.0.0 to 8.1.1
Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.0.0 to 8.1.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v8.1.1/CHANGELOG.md) - [Commits](cosmos/ibc-go@v8.0.0...v8.1.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd03cfa commit 696fa58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
cosmossdk.io/x/feegrant v0.1.0
1919
cosmossdk.io/x/tx v0.13.0
2020
cosmossdk.io/x/upgrade v0.1.1
21+
dario.cat/mergo v1.0.0
2122
github.com/CosmWasm/wasmd v0.51.0-rc.2
2223
github.com/Masterminds/sprig/v3 v3.2.3
2324
github.com/cometbft/cometbft v0.38.5
@@ -26,7 +27,7 @@ require (
2627
github.com/cosmos/cosmos-sdk v0.50.4
2728
github.com/cosmos/gogoproto v1.4.11
2829
github.com/cosmos/ibc-go/modules/capability v1.0.0
29-
github.com/cosmos/ibc-go/v8 v8.0.0
30+
github.com/cosmos/ibc-go/v8 v8.1.1
3031
github.com/cucumber/gherkin/go/v26 v26.2.0
3132
github.com/cucumber/godog v0.14.0
3233
github.com/cucumber/messages/go/v21 v21.0.1
@@ -80,7 +81,6 @@ require (
8081
cloud.google.com/go/compute/metadata v0.2.3 // indirect
8182
cloud.google.com/go/iam v1.1.5 // indirect
8283
cloud.google.com/go/storage v1.35.1 // indirect
83-
dario.cat/mergo v1.0.0 // indirect
8484
filippo.io/edwards25519 v1.0.0 // indirect
8585
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
8686
github.com/99designs/keyring v1.2.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ github.com/cosmos/iavl v1.0.1 h1:D+mYbcRO2wptYzOM1Hxl9cpmmHU1ZEt9T2Wv5nZTeUw=
421421
github.com/cosmos/iavl v1.0.1/go.mod h1:8xIUkgVvwvVrBu81scdPty+/Dx9GqwHnAvXz4cwF7RY=
422422
github.com/cosmos/ibc-go/modules/capability v1.0.0 h1:r/l++byFtn7jHYa09zlAdSeevo8ci1mVZNO9+V0xsLE=
423423
github.com/cosmos/ibc-go/modules/capability v1.0.0/go.mod h1:D81ZxzjZAe0ZO5ambnvn1qedsFQ8lOwtqicG6liLBco=
424-
github.com/cosmos/ibc-go/v8 v8.0.0 h1:QKipnr/NGwc+9L7NZipURvmSIu+nw9jOIWTJuDBqOhg=
425-
github.com/cosmos/ibc-go/v8 v8.0.0/go.mod h1:C6IiJom0F3cIQCD5fKwVPDrDK9j/xTu563AWuOmXois=
424+
github.com/cosmos/ibc-go/v8 v8.1.1 h1:N2+GA86yACcXnKWCKtqdbCwP0/Eo8pH79+6e7TicULU=
425+
github.com/cosmos/ibc-go/v8 v8.1.1/go.mod h1:o1ipS95xpdjqNcB8Drq0eI3Sn4FRLigjll42ec1ECuU=
426426
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
427427
github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0=
428428
github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo=

0 commit comments

Comments
 (0)