forked from cosmos/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.work.example
More file actions
39 lines (37 loc) · 432 Bytes
/
Copy pathgo.work.example
File metadata and controls
39 lines (37 loc) · 432 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
go 1.21
toolchain go1.21.0
use (
.
./api
./client/v2
./collections
./core
./depinject
./errors
./log
./math
./orm
./simapp
./tests
./tests/starship/tests
./store
./tools/cosmovisor
./tools/confix
./tools/hubl
./x/accounts
./x/authz
./x/bank
./x/circuit
./x/distribution
./x/evidence
./x/feegrant
./x/gov
./x/group
./x/nft
./x/params
./x/protocolpool
./x/slashing
./x/staking
./x/tx
./x/upgrade
)