diff --git a/go.mod b/go.mod index a92fd8a1..1aeb4f07 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/CudoVentures/cudos-node go 1.15 // replace github.com/althea-net/cosmos-gravity-bridge/module => ../CudosGravityBridge/module -replace github.com/althea-net/cosmos-gravity-bridge/module => github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220303073357-4ef15125635f +replace github.com/althea-net/cosmos-gravity-bridge/module => github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220317074327-99aa0dce200c replace github.com/CosmWasm/wasmd => github.com/provenance-io/wasmd v0.17.1-0.20210812214331-ce3a93a9268d diff --git a/go.sum b/go.sum index 2e7b1102..df77585d 100644 --- a/go.sum +++ b/go.sum @@ -66,8 +66,8 @@ github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQ github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4= github.com/CosmWasm/wasmvm v0.16.0 h1:87jyCTcCpuSx7a8s5ed9N/E/XV13XZflxa0/OplwSmA= github.com/CosmWasm/wasmvm v0.16.0/go.mod h1:Id107qllDJyJjVQQsKMOy2YYF98sqPJ2t+jX1QES40A= -github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220303073357-4ef15125635f h1:aJhf8m8UqhVEIY5ZoSG262u2JJh8g9N3czuJ5HzBcNU= -github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220303073357-4ef15125635f/go.mod h1:H8UZtKLMu0jmkRbIGsECxomAflwjPfm/kPSzrbqHC+A= +github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220317074327-99aa0dce200c h1:9LCPMqHIXRWAUmsI0/s2l+7Gbe4KasCaEx7WQ+Lec1A= +github.com/CudoVentures/cosmos-gravity-bridge/module v0.0.0-20220317074327-99aa0dce200c/go.mod h1:H8UZtKLMu0jmkRbIGsECxomAflwjPfm/kPSzrbqHC+A= github.com/CudoVentures/cosmos-sdk v0.0.0-20220315151738-5b62b1f9414b h1:bq51aUveZOQnU4+pwdS9B9ld6/bdi/lTa40e/mUcCeo= github.com/CudoVentures/cosmos-sdk v0.0.0-20220315151738-5b62b1f9414b/go.mod h1:maUA6m2TBxOJZkbwl0eRtEBgTX37kcaiOWU5t1HEGaY= github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=