cosmos-sdk/go.work.example
2023-08-18 09:58:46 +00:00

29 lines
277 B
Plaintext

go 1.21
toolchain go1.21.0
use (
.
./api
./client/v2
./collections
./core
./depinject
./errors
./log
./math
./orm
./simapp
./tests
./store
./tools/cosmovisor
./tools/confix
./tools/hubl
./x/tx
./x/nft
./x/circuit
./x/feegrant
./x/evidence
./x/upgrade
)