refactor: reduce tendermint deps (#14616)

This commit is contained in:
Julien Robert
2023-01-18 11:28:18 +01:00
committed by GitHub
parent 40f7e5dc64
commit 44fbb0df9c
15 changed files with 350 additions and 48 deletions
+1 -1
View File
@@ -12,13 +12,13 @@ import (
"github.com/99designs/keyring"
"github.com/pkg/errors"
"github.com/tendermint/crypto/bcrypt"
tmcrypto "github.com/tendermint/tendermint/crypto"
"github.com/cosmos/cosmos-sdk/client/input"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/crypto"
"github.com/cosmos/cosmos-sdk/crypto/hd"
"github.com/cosmos/cosmos-sdk/crypto/keys/bcrypt"
"github.com/cosmos/cosmos-sdk/crypto/ledger"
"github.com/cosmos/cosmos-sdk/crypto/types"
sdk "github.com/cosmos/cosmos-sdk/types"