Update imports in x/wasmd

This commit is contained in:
Ethan Frey
2019-11-22 17:05:38 +01:00
parent 4e8001b01f
commit a1369d799f
6 changed files with 10 additions and 10 deletions

View File

@@ -2,14 +2,14 @@
package wasm
import (
"github.com/cosmos/modules/incubator/wasm/internal/keeper"
"github.com/cosmos/modules/incubator/wasm/internal/types"
"github.com/cosmwasm/wasmd/x/wasm/internal/keeper"
"github.com/cosmwasm/wasmd/x/wasm/internal/types"
)
// autogenerated code using github.com/rigelrozanski/multitool
// aliases generated for the following subdirectories:
// ALIASGEN: github.com/cosmos/modules/incubator/wasm/internal/types/
// ALIASGEN: github.com/cosmos/modules/incubator/wasm/internal/keeper/
// ALIASGEN: github.com/cosmwasm/wasmd/x/wasm/internal/types/
// ALIASGEN: github.com/cosmwasm/wasmd/x/wasm/internal/keeper/
const (
DefaultCodespace = types.DefaultCodespace

View File

@@ -14,7 +14,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
auth "github.com/cosmos/cosmos-sdk/x/auth"
"github.com/cosmos/modules/incubator/wasm/internal/types"
"github.com/cosmwasm/wasmd/x/wasm/internal/types"
)
const (

View File

@@ -3,7 +3,7 @@ package wasm
import (
sdk "github.com/cosmos/cosmos-sdk/types"
// authexported "github.com/cosmos/cosmos-sdk/x/auth/exported"
// "github.com/cosmos/modules/incubator/wasm/internal/types"
// "github.com/cosmwasm/wasmd/x/wasm/internal/types"
)
type GenesisState struct {

View File

@@ -15,7 +15,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/bank"
"github.com/tendermint/tendermint/crypto"
"github.com/cosmos/modules/incubator/wasm/internal/types"
"github.com/cosmwasm/wasmd/x/wasm/internal/types"
)
// GasMultiplier is how many cosmwasm gas points = 1 sdk gas point

View File

@@ -7,7 +7,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
abci "github.com/tendermint/tendermint/abci/types"
"github.com/cosmos/modules/incubator/wasm/internal/types"
"github.com/cosmwasm/wasmd/x/wasm/internal/types"
)
const (

View File

@@ -12,8 +12,8 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
// "github.com/cosmos/modules/incubator/wasm/client/cli"
// "github.com/cosmos/modules/incubator/wasm/client/rest"
// "github.com/cosmwasm/wasmd/x/wasm/client/cli"
// "github.com/cosmwasm/wasmd/x/wasm/client/rest"
)
var (