cosmos-sdk/go.work.example
mergify[bot] 1fbc00394a
feat(tools/benchmark): introduce benchmark module (backport #22778) (#22851)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-13 08:49:21 +01:00

34 lines
439 B
Plaintext

go 1.23
use (
.
./client/v2
./simapp
./tests
./tests/systemtests
./tools/confix
./tools/benchmark
./x/accounts
./x/accounts/defaults/base
./x/accounts/defaults/lockup
./x/accounts/defaults/multisig
./x/auth
./x/authz
./x/bank
./x/circuit
./x/consensus
./x/distribution
./x/evidence
./x/feegrant
./x/gov
./x/group
./x/mint
./x/nft
./x/params
./x/protocolpool
./x/slashing
./x/staking
./x/upgrade
./x/epochs
)