cosmos-sdk/go.work.example
testinginprod fca24b6687
feat(collections): Initialise core (Prefix, KeyEncoder, ValueEncoder, Map) (#14134)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2022-12-08 15:57:21 +00:00

19 lines
163 B
Plaintext

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