refactor(mint): new go module (#18283)

This commit is contained in:
Marko
2023-10-28 07:09:48 +00:00
committed by GitHub
parent 21e69bad04
commit 7bef0227f9
84 changed files with 1652 additions and 82 deletions
+1 -1
View File
@@ -6,10 +6,10 @@ import (
"github.com/cosmos/gogoproto/proto"
"cosmossdk.io/math"
minttypes "cosmossdk.io/x/mint/types"
"github.com/cosmos/cosmos-sdk/testutil"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
)
func (s *E2ETestSuite) TestQueryGRPC() {
+1 -1
View File
@@ -4,9 +4,9 @@ import (
"github.com/stretchr/testify/suite"
"cosmossdk.io/math"
minttypes "cosmossdk.io/x/mint/types"
"github.com/cosmos/cosmos-sdk/testutil/network"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
)
type E2ETestSuite struct {