Skip to content

Commit

Permalink
chore(deps): Update Cosmos SDK to match replace version
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 14, 2025
1 parent cb16009 commit 304c2af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/cometbft/cometbft v0.37.13
github.com/cometbft/cometbft-db v0.9.5
github.com/cosmos/cosmos-proto v1.0.0-beta.5
github.com/cosmos/cosmos-sdk v0.47.13
github.com/cosmos/cosmos-sdk v0.47.15
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/gogoproto v1.7.0
github.com/cosmos/iavl v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e-ibc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ require (
)

require (
github.com/cosmos/cosmos-sdk v0.47.13
github.com/cosmos/cosmos-sdk v0.47.15
github.com/kava-labs/kava v0.0.0-00010101000000-000000000000
github.com/strangelove-ventures/interchaintest/v7 v7.0.1-0.20240506191732-71a15c29f2b7
google.golang.org/grpc v1.67.0
)

require (
Expand Down Expand Up @@ -255,7 +256,6 @@ require (
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.67.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
Expand Down

0 comments on commit 304c2af

Please sign in to comment.