cosmos-sdk/go.work.example
Julien Robert 98888e4ee7
chore: add tooling and docs for hubl (#14743)
Co-authored-by: Aaron Craelius <aaron@regen.network>
2023-01-23 22:12:22 +01:00

23 lines
217 B
Plaintext

go 1.19
use (
.
./api
./client/v2
./collections
./core
./depinject
./errors
./math
./orm
./simapp
./tests
./tools/rosetta
./tools/cosmovisor
./tools/confix
./tools/hubl
./x/tx
./x/nft
./x/circuit
)