-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
30 lines (30 loc) · 1.06 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 "aws-common-runtime/aws-c-common"]
path = crt/aws-c-common
url = https://github.com/awslabs/aws-c-common
[submodule "aws-common-runtime/aws-c-io"]
path = crt/aws-c-io
url = https://github.com/awslabs/aws-c-io
[submodule "aws-common-runtime/aws-c-compression"]
path = crt/aws-c-compression
url = https://github.com/awslabs/aws-c-compression
[submodule "aws-common-runtime/aws-c-http"]
path = crt/aws-c-http
url = https://github.com/awslabs/aws-c-http
[submodule "aws-common-runtime/s2n"]
path = crt/s2n
url = https://github.com/awslabs/s2n
[submodule "aws-common-runtime/aws-c-cal"]
path = crt/aws-c-cal
url = https://github.com/awslabs/aws-c-cal
[submodule "aws-common-runtime/aws-c-auth"]
path = crt/aws-c-auth
url = https://github.com/awslabs/aws-c-auth
[submodule "crt/aws-lc"]
path = crt/aws-lc
url = https://github.com/awslabs/aws-lc.git
[submodule "crt/aws-checksums"]
path = crt/aws-checksums
url = https://github.com/awslabs/aws-checksums
[submodule "crt/aws-c-sdkutils"]
path = crt/aws-c-sdkutils
url = https://github.com/awslabs/aws-c-sdkutils.git