Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
27 lines
257 B
Plaintext
27 lines
257 B
Plaintext
go 1.21
|
|
|
|
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
|
|
)
|