Co-authored-by: testinginprod <testinginprod@somewhere.idk> Co-authored-by: Aaron Craelius <aaron@regen.network>
19 lines
163 B
Plaintext
19 lines
163 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
.
|
|
./api
|
|
./client/v2
|
|
./collections
|
|
./core
|
|
./depinject
|
|
./errors
|
|
./math
|
|
./orm
|
|
./tx
|
|
./simapp
|
|
./tests
|
|
./tools/rosetta
|
|
./tools/cosmovisor
|
|
)
|