From 3f851ef89af514b4b1cb6cc4982307eef6481379 Mon Sep 17 00:00:00 2001 From: Zhong Qiu <36867992+zhongqiuwood@users.noreply.github.com> Date: Mon, 12 Apr 2021 07:43:48 +0800 Subject: [PATCH] Merge PR: Update go.mod (#814) * Update go.mod * Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5efbe0d116..dfe5625719 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,7 @@ require ( ) replace ( - github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.3-0.20210411062155-2683537970bb + github.com/cosmos/cosmos-sdk => github.com/okex/cosmos-sdk v0.39.2-exchain1 github.com/tendermint/iavl => github.com/okex/iavl v0.14.3-exchain github.com/tendermint/tendermint => github.com/okex/tendermint v0.33.9-exchain )