cosmos-sdk/go.work.example
Julien Robert 6d96e1dec3
ci: bump go to 1.22 (#19396)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-23 10:22:37 +00:00

42 lines
452 B
Plaintext

go 1.22
toolchain go1.22.0
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
)