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
@@ -26,6 +26,7 @@ import (
"cosmossdk.io/math"
"cosmossdk.io/depinject"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/tx"
@@ -34,7 +35,6 @@ import (
"github.com/cosmos/cosmos-sdk/crypto/hd"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
"github.com/cosmos/cosmos-sdk/depinject"
pruningtypes "github.com/cosmos/cosmos-sdk/pruning/types"
"github.com/cosmos/cosmos-sdk/runtime"
"github.com/cosmos/cosmos-sdk/server"