|
1 | 1 | package bootstrappers |
2 | 2 |
|
3 | 3 | import ( |
4 | | - "github.com/centrifuge/go-centrifuge/bootstrap" |
5 | | - "github.com/centrifuge/go-centrifuge/centchain" |
6 | | - "github.com/centrifuge/go-centrifuge/config" |
7 | | - "github.com/centrifuge/go-centrifuge/config/configstore" |
8 | | - "github.com/centrifuge/go-centrifuge/dispatcher" |
9 | | - "github.com/centrifuge/go-centrifuge/documents" |
10 | | - "github.com/centrifuge/go-centrifuge/documents/entity" |
11 | | - "github.com/centrifuge/go-centrifuge/documents/entityrelationship" |
12 | | - "github.com/centrifuge/go-centrifuge/documents/generic" |
13 | | - "github.com/centrifuge/go-centrifuge/http" |
14 | | - httpv2 "github.com/centrifuge/go-centrifuge/http/v2" |
15 | | - httpv3 "github.com/centrifuge/go-centrifuge/http/v3" |
16 | | - identityv2 "github.com/centrifuge/go-centrifuge/identity/v2" |
17 | | - "github.com/centrifuge/go-centrifuge/ipfs" |
18 | | - "github.com/centrifuge/go-centrifuge/jobs" |
19 | | - nftv3 "github.com/centrifuge/go-centrifuge/nft/v3" |
20 | | - "github.com/centrifuge/go-centrifuge/node" |
21 | | - "github.com/centrifuge/go-centrifuge/p2p" |
22 | | - "github.com/centrifuge/go-centrifuge/pallets" |
23 | | - "github.com/centrifuge/go-centrifuge/pending" |
24 | | - "github.com/centrifuge/go-centrifuge/storage/leveldb" |
25 | | - "github.com/centrifuge/go-centrifuge/version" |
| 4 | + "github.com/centrifuge/pod/bootstrap" |
| 5 | + "github.com/centrifuge/pod/centchain" |
| 6 | + "github.com/centrifuge/pod/config" |
| 7 | + "github.com/centrifuge/pod/config/configstore" |
| 8 | + "github.com/centrifuge/pod/dispatcher" |
| 9 | + "github.com/centrifuge/pod/documents" |
| 10 | + "github.com/centrifuge/pod/documents/entity" |
| 11 | + "github.com/centrifuge/pod/documents/entityrelationship" |
| 12 | + "github.com/centrifuge/pod/documents/generic" |
| 13 | + "github.com/centrifuge/pod/http" |
| 14 | + httpv2 "github.com/centrifuge/pod/http/v2" |
| 15 | + httpv3 "github.com/centrifuge/pod/http/v3" |
| 16 | + identityv2 "github.com/centrifuge/pod/identity/v2" |
| 17 | + "github.com/centrifuge/pod/ipfs" |
| 18 | + "github.com/centrifuge/pod/jobs" |
| 19 | + nftv3 "github.com/centrifuge/pod/nft/v3" |
| 20 | + "github.com/centrifuge/pod/node" |
| 21 | + "github.com/centrifuge/pod/p2p" |
| 22 | + "github.com/centrifuge/pod/pallets" |
| 23 | + "github.com/centrifuge/pod/pending" |
| 24 | + "github.com/centrifuge/pod/storage/leveldb" |
| 25 | + "github.com/centrifuge/pod/version" |
26 | 26 | log2 "github.com/ipfs/go-log" |
27 | 27 | ) |
28 | 28 |
|
|
0 commit comments