cosmos-sdk/go.work.example
Aaron Craelius 9376db5508
feat(indexer): postgres schema creation + CI config (#20701)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-18 09:34:09 +00:00

50 lines
601 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
./schema
./server/v2/stf
./server/v2/appmanager
./store
./store/v2
./runtime/v2
./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
)