refactor: rename depinject imports to cosmossdk.io/depinject (#12479)

This commit is contained in:
Julien Robert
2022-07-09 17:46:07 +02:00
committed by GitHub
parent 411c272d01
commit 52bc0c16d3
77 changed files with 377 additions and 387 deletions
+1 -1
View File
@@ -13,12 +13,12 @@ import (
tmtypes "github.com/tendermint/tendermint/types"
dbm "github.com/tendermint/tm-db"
"cosmossdk.io/depinject"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
"github.com/cosmos/cosmos-sdk/depinject"
"github.com/cosmos/cosmos-sdk/runtime"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
"github.com/cosmos/cosmos-sdk/testutil/mock"