deps: bump IBC-go (#693)

* deps: bump IBC-go

* fix
This commit is contained in:
Federico Kunze Küllmer
2021-10-22 15:38:52 +02:00
committed by GitHub
parent 799dffef7d
commit b1aedf9a2a
5 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ import (
authsigning "github.com/cosmos/cosmos-sdk/x/auth/signing"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
channelkeeper "github.com/cosmos/ibc-go/modules/core/04-channel/keeper"
ibcante "github.com/cosmos/ibc-go/modules/core/ante"
channelkeeper "github.com/cosmos/ibc-go/v2/modules/core/04-channel/keeper"
ibcante "github.com/cosmos/ibc-go/v2/modules/core/ante"
"github.com/tharsis/ethermint/crypto/ethsecp256k1"
evmtypes "github.com/tharsis/ethermint/x/evm/types"