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