cosmos-sdk/go.work.example
2023-09-27 10:15:43 +00:00

31 lines
309 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/accounts
./x/tx
./x/nft
./x/circuit
./x/feegrant
./x/evidence
./x/upgrade
./x/protocolpool
)