cosmos-sdk/go.work.example
Likhita Polavarapu 7559d9ecd3
refactor: create go.mod for store (#14746)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-25 13:31:56 +00:00

25 lines
240 B
Plaintext

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