-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitmodules
30 lines (30 loc) · 1.05 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
[submodule "enclave/protobuf"]
path = enclave/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "enclave/noise-c"]
path = enclave/noise-c
url = https://github.com/signalapp/noise-c.git
[submodule "enclave/SipHash"]
path = enclave/SipHash
url = https://github.com/veorq/SipHash
[submodule "enclave/googletest"]
path = enclave/googletest
url = https://github.com/google/googletest
[submodule "enclave/libsodium"]
path = enclave/libsodium
url = https://github.com/jedisct1/libsodium
[submodule "docker/aws-nitro-enclaves-nsm-api"]
path = docker/aws-nitro-enclaves-nsm-api
url = https://github.com/aws/aws-nitro-enclaves-nsm-api.git
[submodule "enclave/boringssl"]
path = enclave/boringssl
url = https://boringssl.googlesource.com/boringssl
[submodule "enclave/tinycbor"]
path = enclave/tinycbor
url = https://github.com/intel/tinycbor
[submodule "enclave/sev-guest"]
path = enclave/sev-guest
url = https://github.com/AMDESE/sev-guest/
[submodule "enclave/rapidjson"]
path = enclave/rapidjson
url = https://github.com/Tencent/rapidjson