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
+2 -1
View File
@@ -14,10 +14,11 @@ import (
tmtime "github.com/tendermint/tendermint/types/time"
"gotest.tools/v3/assert"
storetypes "cosmossdk.io/store/types"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
"github.com/cosmos/cosmos-sdk/testutil"
"github.com/cosmos/cosmos-sdk/testutil/configurator"
"github.com/cosmos/cosmos-sdk/testutil/sims"