cosmos-sdk/go.work.example

43 lines
468 B
Plaintext

go 1.22
toolchain go1.22
use (
.
./api
./client/v2
./collections
./core
./depinject
./errors
./log
./math
./orm
./simapp
./tests
./store
./tools/cosmovisor
./tools/confix
./tools/hubl
./x/accounts
./x/auth
./x/authz
./x/bank
./x/circuit
./x/distribution
./x/evidence
./x/feegrant
./x/gov
./x/group
./x/mint
./x/nft
./x/params
./x/protocolpool
./x/slashing
./x/staking
./x/tx
./x/upgrade
./x/epochs
./x/accounts/defaults/lockup
)