-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
43 lines (43 loc) · 1.09 KB
/
.gitmodules
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
[submodule "domain"]
path = domain
url = https://github.com/k-nuth/domain.git
branch = master
[submodule "infrastructure"]
path = infrastructure
url = https://github.com/k-nuth/infrastructure.git
branch = master
[submodule "database"]
path = database
url = https://github.com/k-nuth/database.git
branch = master
[submodule "network"]
path = network
url = https://github.com/k-nuth/network.git
branch = master
[submodule "consensus"]
path = consensus
url = https://github.com/k-nuth/consensus.git
branch = master
[submodule "blockchain"]
path = blockchain
url = https://github.com/k-nuth/blockchain.git
branch = master
[submodule "node"]
path = node
url = https://github.com/k-nuth/node.git
branch = master
[submodule "node-exe"]
path = node-exe
url = https://github.com/k-nuth/node-exe.git
branch = master
[submodule "c-api"]
path = c-api
url = https://github.com/k-nuth/c-api.git
branch = master
[submodule "secp256k1"]
path = secp256k1
url = https://github.com/k-nuth/secp256k1.git
branch = master
[submodule "ci_utils"]
path = ci_utils
url = https://github.com/k-nuth/ci-utils.git