Fix imports

This commit is contained in:
Aleksandr Bezobchuk
2020-03-24 16:51:59 -04:00
parent 8bb0cfdf6f
commit 0f4473936d
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -4,12 +4,12 @@ import (
"io"
"strings"
"githuf.com/cosmos/cosmos-sdk/client/flags"
"githuf.com/cosmos/cosmos-sdk/crypto/keys"
sdk "githuf.com/cosmos/cosmos-sdk/types"
"github.com/spf13/viper"
"github.com/tendermint/tendermint/crypto"
"githuf.com/spf13/viper"
"githuf.com/tendermint/tendermint/crypto"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/crypto/keys"
sdk "github.com/cosmos/cosmos-sdk/types"
)
// AccountRetriever defines the interfaces required for use by the Factory to
+2 -2
View File
@@ -7,10 +7,10 @@ import (
"fmt"
"os"
"githuf.com/cosmos/cosmos-sdk/client/flags"
"githuf.com/spf13/viper"
"github.com/spf13/viper"
"github.com/cosmos/cosmos-sdk/client/context"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/input"
clientkeys "github.com/cosmos/cosmos-sdk/client/keys"
"github.com/cosmos/cosmos-sdk/codec"