-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
42 lines (42 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
42 lines (42 loc) · 1.04 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
41
42
[submodule "dependencies/nghttp3"]
path = dependencies/nghttp3
url = https://github.com/ngtcp2/nghttp3.git
shallow = true
ignore = none
update = checkout
branch = main
[submodule "dependencies/googletest"]
path = dependencies/googletest
url = https://github.com/google/googletest.git
shallow = true
ignore = none
update = checkout
branch = v1.17.x
[submodule "dependencies/httpd"]
path = dependencies/httpd
url = https://github.com/apache/httpd.git
shallow = true
ignore = none
update = checkout
branch = trunk
[submodule "dependencies/apr"]
path = dependencies/apr
url = https://github.com/apache/apr.git
shallow = true
ignore = untracked
update = checkout
branch = 1.7.x
[submodule "dependencies/apr-util"]
path = dependencies/apr-util
url = https://github.com/apache/apr-util.git
shallow = true
ignore = untracked
update = checkout
branch = 1.6.x
[submodule "dependencies/openssl"]
path = dependencies/openssl
url = https://github.com/openssl/openssl.git
shallow = true
ignore = none
update = checkout
branch = openssl-3.5