refactor(mint): new go module (#18283)
This commit is contained in:
@@ -44,6 +44,7 @@ import (
|
||||
gov_v1_types "cosmossdk.io/x/gov/types/v1"
|
||||
gov_v1beta1_types "cosmossdk.io/x/gov/types/v1beta1"
|
||||
groupmodule "cosmossdk.io/x/group/module"
|
||||
"cosmossdk.io/x/mint"
|
||||
"cosmossdk.io/x/slashing"
|
||||
slashingtypes "cosmossdk.io/x/slashing/types"
|
||||
"cosmossdk.io/x/staking"
|
||||
@@ -72,7 +73,6 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
|
||||
vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
|
||||
"github.com/cosmos/cosmos-sdk/x/consensus"
|
||||
"github.com/cosmos/cosmos-sdk/x/mint"
|
||||
)
|
||||
|
||||
// TestAminoJSON_Equivalence tests that x/tx/Encoder encoding is equivalent to the legacy Encoder encoding.
|
||||
|
||||
@@ -18,6 +18,7 @@ import (
|
||||
feegrantmodule "cosmossdk.io/x/feegrant/module"
|
||||
"cosmossdk.io/x/gov"
|
||||
groupmodule "cosmossdk.io/x/group/module"
|
||||
"cosmossdk.io/x/mint"
|
||||
"cosmossdk.io/x/slashing"
|
||||
"cosmossdk.io/x/staking"
|
||||
"cosmossdk.io/x/tx/decode"
|
||||
@@ -36,7 +37,6 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx"
|
||||
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
|
||||
"github.com/cosmos/cosmos-sdk/x/consensus"
|
||||
"github.com/cosmos/cosmos-sdk/x/mint"
|
||||
)
|
||||
|
||||
// TestDecode tests that the tx decoder can decode all the txs in the test suite.
|
||||
|
||||
Reference in New Issue
Block a user