@@ -22,7 +22,9 @@ require (
2222 github.com/cosmos/cosmos-db v1.1.1
2323 github.com/cosmos/cosmos-proto v1.0.0-beta.5
2424 github.com/cosmos/cosmos-sdk v0.50.11
25+ github.com/cosmos/go-bip39 v1.0.0
2526 github.com/cosmos/gogoproto v1.7.0
27+ github.com/cosmos/iavl v1.2.2
2628 github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.2.0
2729 github.com/cosmos/ibc-go/modules/capability v1.0.1
2830 github.com/cosmos/ibc-go/v8 v8.7.0
@@ -90,9 +92,7 @@ require (
9092 github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
9193 github.com/cometbft/cometbft-db v0.15.0 // indirect
9294 github.com/cosmos/btcutil v1.0.5 // indirect
93- github.com/cosmos/go-bip39 v1.0.0 // indirect
9495 github.com/cosmos/gogogateway v1.2.0 // indirect
95- github.com/cosmos/iavl v1.2.2 // indirect
9696 github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
9797 github.com/danieljoos/wincred v1.2.0 // indirect
9898 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -227,10 +227,10 @@ require (
227227
228228replace (
229229 github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
230- github.com/CosmWasm/wasmd => github.com/neutron-org/wasmd v0.53.2-neutron.0.20250122164643-8ab684b5eff6
230+ github.com/CosmWasm/wasmd => github.com/neutron-org/wasmd v0.53.2-neutron.0.20250407101311-6842dc9e01b6
231231 github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
232232 github.com/cosmos/admin-module/v2 => github.com/neutron-org/admin-module/v2 v2.0.2
233- github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.13-neutron
233+ github.com/cosmos/cosmos-sdk => github.com/neutron-org/cosmos-sdk v0.50.13-neutron.0.20250416103445-3767d64c919c
234234 // explicitely replace iavl to v1.2.0 cause sometimes go mod tidy uses not right version
235235 github.com/cosmos/iavl => github.com/cosmos/iavl v1.2.0
236236 github.com/cosmos/interchain-security/v5 => github.com/cosmos/interchain-security/v5 v5.0.0-20240802125602-fa1e09444aae
0 commit comments