refactor: create go.mod for x/params (#17776)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Emmanuel T Odeke
2023-10-03 12:56:07 +00:00
committed by GitHub
co-authored by Julien Robert
parent 3a04a9f7d7
commit 0692fdc6fd
57 changed files with 1693 additions and 141 deletions
+3 -3
View File
@@ -9,6 +9,9 @@ import (
"cosmossdk.io/core/appmodule"
"cosmossdk.io/depinject"
store "cosmossdk.io/store/types"
"cosmossdk.io/x/params/keeper"
"cosmossdk.io/x/params/types"
"cosmossdk.io/x/params/types/proposal"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
@@ -16,9 +19,6 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
"github.com/cosmos/cosmos-sdk/x/params/keeper"
"github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/cosmos/cosmos-sdk/x/params/types/proposal"
)
var (