cosmos-sdk/go.work.example
atheeshp cc10614146
refactor: x/feegrant to stand alone (#14649)
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-01-25 16:39:54 +00:00

26 lines
254 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/feegrant
./x/evidence
)