cosmos-sdk/go.work.example
Marko 0d3f4a82d4
feat(x/accounts): add event emission to accounts module (#19636)
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-03-05 11:23:15 +00:00

42 lines
450 B
Plaintext

go 1.22
toolchain go1.22
use (
.
./api
./client/v2
./collections
./core
./depinject
./errors
./log
./math
./orm
./simapp
./tests
./tests/starship/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
)