-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
40 lines (40 loc) · 1.13 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
[submodule "network"]
path = network
url = https://github.com/cita-cloud/network_zenoh.git
branch = v6.7.2
[submodule "controller"]
path = controller
url = https://github.com/cita-cloud/controller_hsm.git
branch = v6.7.2
; [submodule "controller"]
; path = controller
; url = https://github.com/cita-cloud/controller.git
; branch = v6.7.2
[submodule "executor"]
path = executor
url = https://github.com/cita-cloud/executor_evm.git
branch = v6.7.2
[submodule "consensus"]
path = consensus
url = https://github.com/cita-cloud/consensus_overlord.git
branch = v6.7.2
; [submodule "consensus"]
; path = consensus
; url = https://github.com/cita-cloud/consensus_raft.git
; branch = v6.7.2
[submodule "crypto"]
path = crypto
url = https://github.com/cita-cloud/crypto_sm.git
branch = v6.7.2
; [submodule "crypto"]
; path = crypto
; url = https://github.com/cita-cloud/crypto_eth.git
; branch = v6.7.2
[submodule "storage"]
path = storage
url = https://github.com/cita-cloud/storage_opendal.git
branch = v6.7.2
[submodule "config"]
path = config
url = https://github.com/cita-cloud/cloud-config.git
branch = v6.7.2