@@ -9,9 +9,14 @@ require (
99 cosmossdk.io/tools/rosetta v0.2.1
1010 github.com/CosmWasm/wasmd v0.45.1-0.20231128163306-4b9b61faeaa3
1111 github.com/CosmWasm/wasmvm v1.5.2
12+ <<<<<<< HEAD
1213 github.com/btcsuite/btcd v0.23.0
1314 github.com/btcsuite/btcd/btcutil v1.1.3
1415 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
16+ =======
17+ github.com/btcsuite/btcd v0.24.0
18+ github.com/btcsuite/btcd/btcutil v1.1.5
19+ >>>>>>> f682cfab (chore: update to the latest version of ibc-go (#7957))
1520 github.com/cometbft/cometbft v0.37.4
1621 github.com/cometbft/cometbft-db v0.11.0
1722 github.com/cosmos/cosmos-proto v1.0.0-beta.3
@@ -21,7 +26,7 @@ require (
2126 github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.1.3-0.20240228213828-cce7f56d000b
2227 github.com/cosmos/ibc-apps/modules/async-icq/v7 v7.1.1
2328 github.com/cosmos/ibc-go/modules/light-clients/08-wasm v0.1.1-0.20231213092633-b306e7a706e1
24- github.com/cosmos/ibc-go/v7 v7.3.2
29+ github.com/cosmos/ibc-go/v7 v7.4.0
2530 github.com/golang/mock v1.6.0
2631 github.com/golang/protobuf v1.5.4
2732 github.com/golangci/golangci-lint v1.55.2
@@ -81,6 +86,7 @@ require (
8186 github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
8287 github.com/bits-and-blooms/bitset v1.8.0 // indirect
8388 github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
89+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
8490 github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
8591 github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
8692 github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
0 commit comments