Update alias.go, format, clean imports

This commit is contained in:
Ethan Frey
2020-05-13 22:55:07 +02:00
parent c829fcff5a
commit 95bd9e8efa
12 changed files with 48 additions and 20 deletions

View File

@@ -9,11 +9,11 @@ import (
"os"
"testing"
wasmd "github.com/CosmWasm/wasmd/app"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
authexported "github.com/cosmos/cosmos-sdk/x/auth/exported"
wasmd "github.com/CosmWasm/wasmd/app"
"github.com/stretchr/testify/require"
abci "github.com/tendermint/tendermint/abci/types"