cosmos-sdk/go.work.example
mergify[bot] 776df21de8
chore: remove runtime/v2 from release/v0.52.x (#21148)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-01 11:30:14 +00:00

44 lines
515 B
Plaintext

go 1.22.2
use (
.
./api
./client/v2
./collections
./core
./core/testing
./depinject
./errors
./indexer/postgres
./log
./math
./orm
./simapp
./tests
./tests/systemtests
./tools/cosmovisor
./tools/confix
./tools/hubl
./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/tx
./x/upgrade
./x/epochs
)