github.com/cosmos/cosmos-sdk@v0.50.10/go.work.example (about)

     1  go 1.21
     2  
     3  use (
     4  	.
     5  	./api
     6  	./client/v2
     7  	./collections
     8  	./core
     9  	./depinject
    10  	./errors
    11  	./log
    12  	./math
    13  	./orm
    14  	./simapp
    15  	./tests
    16  	./store
    17  	./tools/cosmovisor
    18  	./tools/confix
    19  	./tools/hubl
    20  	./x/tx
    21  	./x/nft
    22  	./x/circuit
    23  	./x/feegrant
    24  	./x/evidence
    25  	./x/upgrade
    26  )