-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (39 loc) · 1.43 KB
/
.gitmodules
File metadata and controls
40 lines (39 loc) · 1.43 KB
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 "vendor/npy_array"]
path = vendor/npy_array
url = https://github.com/oysteijo/npy_array
[submodule "vendor/arrow"]
path = vendor/arrow
url = https://github.com/apache/arrow.git
[submodule "vendor/aws/aws-c-common"]
path = vendor/aws/aws-c-common
url = https://github.com/awslabs/aws-c-common.git
[submodule "vendor/aws/aws-c-s3"]
path = vendor/aws/aws-c-s3
url = https://github.com/awslabs/aws-c-s3.git
[submodule "vendor/aws/aws-c-auth"]
path = vendor/aws/aws-c-auth
url = https://github.com/awslabs/aws-c-auth.git
[submodule "vendor/aws/aws-c-io"]
path = vendor/aws/aws-c-io
url = https://github.com/awslabs/aws-c-io.git
[submodule "vendor/aws/aws-c-cal"]
path = vendor/aws/aws-c-cal
url = https://github.com/awslabs/aws-c-cal.git
[submodule "vendor/aws/aws-c-http"]
path = vendor/aws/aws-c-http
url = https://github.com/awslabs/aws-c-http.git
[submodule "vendor/aws/s2n-tls"]
path = vendor/aws/s2n-tls
url = https://github.com/aws/s2n-tls.git
[submodule "vendor/aws/aws-lc"]
path = vendor/aws/aws-lc
url = https://github.com/aws/aws-lc.git
[submodule "vendor/aws/aws-checksums"]
path = vendor/aws/aws-checksums
url = https://github.com/awslabs/aws-checksums.git
[submodule "vendor/aws/aws-c-compression"]
path = vendor/aws/aws-c-compression
url = https://github.com/awslabs/aws-c-compression.git
[submodule "vendor/aws/aws-c-sdkutils"]
path = vendor/aws/aws-c-sdkutils
url = https://github.com/awslabs/aws-c-sdkutils.git