forked from berachain/cosmos-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.work.example
More file actions
54 lines (53 loc) · 719 Bytes
/
go.work.example
File metadata and controls
54 lines (53 loc) · 719 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
go 1.23
use (
.
./api
./client/v2
./collections
./collections/protocodec
./core
./core/testing
./depinject
./errors
./indexer/postgres
./log
./math
./orm
./simapp
./tests
./tests/systemtests
./schema
./server/v2/stf
./server/v2/appmanager
./store
./store/v2
./systemtests
./runtime/v2
./tools/cosmovisor
./tools/confix
./tools/hubl
./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/tx
./x/upgrade
./x/epochs
)