refactor: create go.mod for store (#14746)

Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Likhita Polavarapu
2023-01-25 13:31:56 +00:00
committed by GitHub
co-authored by Marko
parent 5d25d5f40a
commit 7559d9ecd3
325 changed files with 1627 additions and 639 deletions
+4 -3
View File
@@ -8,13 +8,14 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"
pruningtypes "cosmossdk.io/store/pruning/types"
"cosmossdk.io/store/rootmulti"
dbm "github.com/cosmos/cosmos-db"
"github.com/tendermint/tendermint/libs/log"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/server"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
pruningtypes "github.com/cosmos/cosmos-sdk/store/pruning/types"
"github.com/cosmos/cosmos-sdk/store/rootmulti"
"github.com/tendermint/tendermint/libs/log"
)
const FlagAppDBBackend = "app-db-backend"