refactor(x/auth): spin out go.mod (#18351)

This commit is contained in:
Emmanuel T Odeke
2023-11-07 11:42:58 +00:00
committed by GitHub
parent c1b391631c
commit 05261cc46e
294 changed files with 2390 additions and 774 deletions
+2 -2
View File
@@ -18,6 +18,8 @@ import (
"github.com/stretchr/testify/suite"
"google.golang.org/grpc/codes"
_ "cosmossdk.io/x/auth"
_ "cosmossdk.io/x/auth/tx/config"
_ "cosmossdk.io/x/bank"
banktypes "cosmossdk.io/x/bank/types"
_ "cosmossdk.io/x/staking"
@@ -26,8 +28,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/testutil/network"
_ "github.com/cosmos/cosmos-sdk/x/auth"
_ "github.com/cosmos/cosmos-sdk/x/auth/tx/config"
_ "github.com/cosmos/cosmos-sdk/x/genutil"
)