cosmos-sdk/go.work.example

31 lines
362 B
Plaintext

go 1.22.2
use (
.
./client/v2
./simapp
./tests
./tests/systemtests
./tools/confix
./x/accounts
./x/accounts/defaults/lockup
./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
)