cosmos-sdk/go.work.example
Julien Robert 6b029a6bc1
refactor: rename nft to cosmosssdk.io/x/nft (#14725)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-01-23 11:48:34 +00:00

22 lines
203 B
Plaintext

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