diff --git a/simapp/sim_bench_test.go b/simapp/sim_bench_test.go index 358ddbcbf7..7932384cfb 100644 --- a/simapp/sim_bench_test.go +++ b/simapp/sim_bench_test.go @@ -13,8 +13,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/cosmos/cosmos-sdk/simsx" simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims" + "github.com/cosmos/cosmos-sdk/testutil/simsx" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" simcli "github.com/cosmos/cosmos-sdk/x/simulation/client/cli" diff --git a/simapp/sim_test.go b/simapp/sim_test.go index a76bd804c3..23bb98f24c 100644 --- a/simapp/sim_test.go +++ b/simapp/sim_test.go @@ -25,8 +25,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" servertypes "github.com/cosmos/cosmos-sdk/server/types" - sims "github.com/cosmos/cosmos-sdk/simsx" simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims" + sims "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper" diff --git a/simsx/README.md b/testutil/simsx/README.md similarity index 100% rename from simsx/README.md rename to testutil/simsx/README.md diff --git a/simsx/common_test.go b/testutil/simsx/common_test.go similarity index 100% rename from simsx/common_test.go rename to testutil/simsx/common_test.go diff --git a/simsx/context.go b/testutil/simsx/context.go similarity index 100% rename from simsx/context.go rename to testutil/simsx/context.go diff --git a/simsx/delivery.go b/testutil/simsx/delivery.go similarity index 100% rename from simsx/delivery.go rename to testutil/simsx/delivery.go diff --git a/simsx/delivery_test.go b/testutil/simsx/delivery_test.go similarity index 100% rename from simsx/delivery_test.go rename to testutil/simsx/delivery_test.go diff --git a/simsx/environment.go b/testutil/simsx/environment.go similarity index 100% rename from simsx/environment.go rename to testutil/simsx/environment.go diff --git a/simsx/environment_test.go b/testutil/simsx/environment_test.go similarity index 100% rename from simsx/environment_test.go rename to testutil/simsx/environment_test.go diff --git a/simsx/msg_factory.go b/testutil/simsx/msg_factory.go similarity index 100% rename from simsx/msg_factory.go rename to testutil/simsx/msg_factory.go diff --git a/simsx/msg_factory_test.go b/testutil/simsx/msg_factory_test.go similarity index 100% rename from simsx/msg_factory_test.go rename to testutil/simsx/msg_factory_test.go diff --git a/simsx/params.go b/testutil/simsx/params.go similarity index 100% rename from simsx/params.go rename to testutil/simsx/params.go diff --git a/simsx/registry.go b/testutil/simsx/registry.go similarity index 100% rename from simsx/registry.go rename to testutil/simsx/registry.go diff --git a/simsx/registry_test.go b/testutil/simsx/registry_test.go similarity index 100% rename from simsx/registry_test.go rename to testutil/simsx/registry_test.go diff --git a/simsx/reporter.go b/testutil/simsx/reporter.go similarity index 100% rename from simsx/reporter.go rename to testutil/simsx/reporter.go diff --git a/simsx/reporter_test.go b/testutil/simsx/reporter_test.go similarity index 100% rename from simsx/reporter_test.go rename to testutil/simsx/reporter_test.go diff --git a/simsx/runner.go b/testutil/simsx/runner.go similarity index 100% rename from simsx/runner.go rename to testutil/simsx/runner.go diff --git a/simsx/slices.go b/testutil/simsx/slices.go similarity index 100% rename from simsx/slices.go rename to testutil/simsx/slices.go diff --git a/simsx/slices_test.go b/testutil/simsx/slices_test.go similarity index 100% rename from simsx/slices_test.go rename to testutil/simsx/slices_test.go diff --git a/x/auth/module.go b/x/auth/module.go index bb563020f5..d3e8f1c30b 100644 --- a/x/auth/module.go +++ b/x/auth/module.go @@ -16,7 +16,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/auth/simulation/msg_factory.go b/x/auth/simulation/msg_factory.go index 83bcca3029..80e1a9cdaa 100644 --- a/x/auth/simulation/msg_factory.go +++ b/x/auth/simulation/msg_factory.go @@ -3,7 +3,7 @@ package simulation import ( "context" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" "github.com/cosmos/cosmos-sdk/x/auth/types" ) diff --git a/x/authz/module/module.go b/x/authz/module/module.go index dc38807a3d..d29dd48016 100644 --- a/x/authz/module/module.go +++ b/x/authz/module/module.go @@ -19,7 +19,7 @@ import ( sdkclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/authz/simulation/msg_factory.go b/x/authz/simulation/msg_factory.go index 3c932f3a43..47c1ef86b1 100644 --- a/x/authz/simulation/msg_factory.go +++ b/x/authz/simulation/msg_factory.go @@ -4,7 +4,7 @@ import ( "context" "time" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/authz" "github.com/cosmos/cosmos-sdk/x/authz/keeper" diff --git a/x/bank/module.go b/x/bank/module.go index c65e916a5d..e7140af204 100644 --- a/x/bank/module.go +++ b/x/bank/module.go @@ -21,7 +21,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/bank/simulation/msg_factory.go b/x/bank/simulation/msg_factory.go index 5f0368cec1..fe91187ac9 100644 --- a/x/bank/simulation/msg_factory.go +++ b/x/bank/simulation/msg_factory.go @@ -4,7 +4,7 @@ import ( "context" "slices" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/bank/types" ) diff --git a/x/distribution/module.go b/x/distribution/module.go index 666d51b944..fe7afb48c8 100644 --- a/x/distribution/module.go +++ b/x/distribution/module.go @@ -17,7 +17,7 @@ import ( sdkclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/distribution/simulation/msg_factory.go b/x/distribution/simulation/msg_factory.go index a3e43eae58..2c24fa3664 100644 --- a/x/distribution/simulation/msg_factory.go +++ b/x/distribution/simulation/msg_factory.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/collections" sdkmath "cosmossdk.io/math" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" "github.com/cosmos/cosmos-sdk/x/distribution/keeper" "github.com/cosmos/cosmos-sdk/x/distribution/types" ) diff --git a/x/feegrant/module/module.go b/x/feegrant/module/module.go index 8eed869d50..ac9ce359a3 100644 --- a/x/feegrant/module/module.go +++ b/x/feegrant/module/module.go @@ -22,7 +22,7 @@ import ( sdkclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/feegrant/simulation/msg_factory.go b/x/feegrant/simulation/msg_factory.go index 9346cab696..e8e0849156 100644 --- a/x/feegrant/simulation/msg_factory.go +++ b/x/feegrant/simulation/msg_factory.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/x/feegrant" "cosmossdk.io/x/feegrant/keeper" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/gov/module.go b/x/gov/module.go index 6948a54798..535cd721ad 100644 --- a/x/gov/module.go +++ b/x/gov/module.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/gov/simulation/msg_factory.go b/x/gov/simulation/msg_factory.go index d14f2cde32..8f56e17aad 100644 --- a/x/gov/simulation/msg_factory.go +++ b/x/gov/simulation/msg_factory.go @@ -9,7 +9,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/gov/keeper" diff --git a/x/group/module/module.go b/x/group/module/module.go index 4c26305c03..1c39992fd5 100644 --- a/x/group/module/module.go +++ b/x/group/module/module.go @@ -18,7 +18,7 @@ import ( sdkclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/group/simulation/msg_factory.go b/x/group/simulation/msg_factory.go index 95666946c4..1e15faf84e 100644 --- a/x/group/simulation/msg_factory.go +++ b/x/group/simulation/msg_factory.go @@ -7,7 +7,7 @@ import ( "sync/atomic" "time" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/group" "github.com/cosmos/cosmos-sdk/x/group/keeper" diff --git a/x/mint/module.go b/x/mint/module.go index f044dfb82e..d7dffe35f3 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -15,7 +15,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/mint/simulation/msg_factory.go b/x/mint/simulation/msg_factory.go index 66a11e8747..164d3cc510 100644 --- a/x/mint/simulation/msg_factory.go +++ b/x/mint/simulation/msg_factory.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" "github.com/cosmos/cosmos-sdk/x/mint/types" ) diff --git a/x/nft/go.mod b/x/nft/go.mod index 31e88a379b..1ce28b4511 100644 --- a/x/nft/go.mod +++ b/x/nft/go.mod @@ -2,6 +2,8 @@ module cosmossdk.io/x/nft go 1.23.2 +replace github.com/cosmos/cosmos-sdk => ../.. + require ( cosmossdk.io/api v0.9.0 cosmossdk.io/core v0.11.3 @@ -24,8 +26,8 @@ require ( require ( cosmossdk.io/collections v1.2.0 // indirect - cosmossdk.io/schema v1.0.0 // indirect - cosmossdk.io/x/tx v0.14.0-rc.1 // indirect + cosmossdk.io/schema v1.1.0 // indirect + cosmossdk.io/x/tx v0.14.0-rc.2 // indirect filippo.io/edwards25519 v1.1.0 // indirect github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/99designs/keyring v1.2.1 // indirect diff --git a/x/nft/go.sum b/x/nft/go.sum index d3e78f04f9..befafb4571 100644 --- a/x/nft/go.sum +++ b/x/nft/go.sum @@ -14,12 +14,12 @@ cosmossdk.io/log v1.5.1 h1:wLwiYXmfrort/O+j6EkjF+HvbdrRQd+4cYCPKFSm+zM= cosmossdk.io/log v1.5.1/go.mod h1:5cXXBvfBkR2/BcXmosdCSLXllvgSjphrrDVdfVRmBGM= cosmossdk.io/math v1.5.3 h1:WH6tu6Z3AUCeHbeOSHg2mt9rnoiUWVWaQ2t6Gkll96U= cosmossdk.io/math v1.5.3/go.mod h1:uqcZv7vexnhMFJF+6zh9EWdm/+Ylyln34IvPnBauPCQ= -cosmossdk.io/schema v1.0.0 h1:/diH4XJjpV1JQwuIozwr+A4uFuuwanFdnw2kKeiXwwQ= -cosmossdk.io/schema v1.0.0/go.mod h1:RDAhxIeNB4bYqAlF4NBJwRrgtnciMcyyg0DOKnhNZQQ= +cosmossdk.io/schema v1.1.0 h1:mmpuz3dzouCoyjjcMcA/xHBEmMChN+EHh8EHxHRHhzE= +cosmossdk.io/schema v1.1.0/go.mod h1:Gb7pqO+tpR+jLW5qDcNOSv0KtppYs7881kfzakguhhI= cosmossdk.io/store v1.1.2 h1:3HOZG8+CuThREKv6cn3WSohAc6yccxO3hLzwK6rBC7o= cosmossdk.io/store v1.1.2/go.mod h1:60rAGzTHevGm592kFhiUVkNC9w7gooSEn5iUBPzHQ6A= -cosmossdk.io/x/tx v0.14.0-rc.1 h1:EEYTknUALt7PEK7b3Q8RVDQ2vDA5A+DGFlEvVcUWjqA= -cosmossdk.io/x/tx v0.14.0-rc.1/go.mod h1:MKYHaI9c1PVM3Qns4c/7PfdbO4OaGvtaP9BmAbv8APo= +cosmossdk.io/x/tx v0.14.0-rc.2 h1:OiEsQfKPe3WN2bplB84uiVJwPUTYxiiUQZ+S77iWxpM= +cosmossdk.io/x/tx v0.14.0-rc.2/go.mod h1:Y7eIUCYAIlEdb21IIYEhB4ObNFOnVvuIHGgLfktU7IA= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= @@ -147,8 +147,6 @@ github.com/cosmos/cosmos-db v1.1.1 h1:FezFSU37AlBC8S98NlSagL76oqBRWq/prTPvFcEJNC github.com/cosmos/cosmos-db v1.1.1/go.mod h1:AghjcIPqdhSLP/2Z0yha5xPH3nLnskz81pBx3tcVSAw= github.com/cosmos/cosmos-proto v1.0.0-beta.5 h1:eNcayDLpip+zVLRLYafhzLvQlSmyab+RC5W7ZfmxJLA= github.com/cosmos/cosmos-proto v1.0.0-beta.5/go.mod h1:hQGLpiIUloJBMdQMMWb/4wRApmI9hjHH05nefC0Ojec= -github.com/cosmos/cosmos-sdk v0.53.0-rc.3 h1:tmTCq3UAoQXwk9yzorIVwTdUa+mvyONuQbBOUV/Jwjo= -github.com/cosmos/cosmos-sdk v0.53.0-rc.3/go.mod h1:PXRRhF/1Ft759/fIVaivFZ8n4VfBcnhz6Vz6SaCz/xw= github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY= github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw= github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE= @@ -481,8 +479,8 @@ github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0U github.com/linxGnu/grocksdb v1.8.14 h1:HTgyYalNwBSG/1qCQUIott44wU5b2Y9Kr3z7SK5OfGQ= github.com/linxGnu/grocksdb v1.8.14/go.mod h1:QYiYypR2d4v63Wj1adOOfzglnoII0gLj3PNh4fZkcFA= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= -github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM= -github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= +github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE= +github.com/magiconair/properties v1.8.10/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA= github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= diff --git a/x/nft/module/module.go b/x/nft/module/module.go index 9278f8a89c..60d303e019 100644 --- a/x/nft/module/module.go +++ b/x/nft/module/module.go @@ -20,7 +20,7 @@ import ( sdkclient "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/nft/simulation/msg_factory.go b/x/nft/simulation/msg_factory.go index 732a7de0f8..ca100ec859 100644 --- a/x/nft/simulation/msg_factory.go +++ b/x/nft/simulation/msg_factory.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/x/nft" "cosmossdk.io/x/nft/keeper" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/protocolpool/module.go b/x/protocolpool/module.go index 9a029e913e..b0ded74e64 100644 --- a/x/protocolpool/module.go +++ b/x/protocolpool/module.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/protocolpool/simulation/msg_factory.go b/x/protocolpool/simulation/msg_factory.go index d9327a0d41..4edd9b0bfe 100644 --- a/x/protocolpool/simulation/msg_factory.go +++ b/x/protocolpool/simulation/msg_factory.go @@ -3,7 +3,7 @@ package simulation import ( "context" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/protocolpool/types" ) diff --git a/x/slashing/module.go b/x/slashing/module.go index 51572037d7..67e4863141 100644 --- a/x/slashing/module.go +++ b/x/slashing/module.go @@ -15,7 +15,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/slashing/simulation/msg_factory.go b/x/slashing/simulation/msg_factory.go index f635da98a5..1b6edfb77b 100644 --- a/x/slashing/simulation/msg_factory.go +++ b/x/slashing/simulation/msg_factory.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" "github.com/cosmos/cosmos-sdk/x/slashing/keeper" "github.com/cosmos/cosmos-sdk/x/slashing/types" ) diff --git a/x/staking/module.go b/x/staking/module.go index de72aa9125..ae982e5bcc 100644 --- a/x/staking/module.go +++ b/x/staking/module.go @@ -21,7 +21,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" "github.com/cosmos/cosmos-sdk/runtime" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" diff --git a/x/staking/simulation/msg_factory.go b/x/staking/simulation/msg_factory.go index 71c393ddef..c0344b66bb 100644 --- a/x/staking/simulation/msg_factory.go +++ b/x/staking/simulation/msg_factory.go @@ -8,7 +8,7 @@ import ( "cosmossdk.io/math" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" - "github.com/cosmos/cosmos-sdk/simsx" + "github.com/cosmos/cosmos-sdk/testutil/simsx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking/keeper" "github.com/cosmos/cosmos-sdk/x/staking/types"