Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
34 lines
439 B
Plaintext
34 lines
439 B
Plaintext
go 1.23
|
|
|
|
use (
|
|
.
|
|
./client/v2
|
|
./simapp
|
|
./tests
|
|
./tests/systemtests
|
|
./tools/confix
|
|
./tools/benchmark
|
|
./x/accounts
|
|
./x/accounts/defaults/base
|
|
./x/accounts/defaults/lockup
|
|
./x/accounts/defaults/multisig
|
|
./x/auth
|
|
./x/authz
|
|
./x/bank
|
|
./x/circuit
|
|
./x/consensus
|
|
./x/distribution
|
|
./x/evidence
|
|
./x/feegrant
|
|
./x/gov
|
|
./x/group
|
|
./x/mint
|
|
./x/nft
|
|
./x/params
|
|
./x/protocolpool
|
|
./x/slashing
|
|
./x/staking
|
|
./x/upgrade
|
|
./x/epochs
|
|
)
|