forked from TechnikEmpire/HttpFilteringEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 647 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "deps/zlib"]
path = deps/zlib
url = https://github.com/madler/zlib.git
ignore = dirty
[submodule "deps/http-parser"]
path = deps/http-parser
url = https://github.com/nodejs/http-parser.git
ignore = dirty
[submodule "deps/openssl"]
path = deps/openssl
url = https://github.com/openssl/openssl.git
ignore = dirty
[submodule "deps/gq"]
path = deps/gq
url = https://github.com/TechnikEmpire/GQ.git
ignore = dirty
[submodule "deps/boost"]
path = deps/boost
url = https://github.com/boostorg/boost.git
ignore = dirty
[submodule "deps/bzip2"]
path = deps/bzip2
url = https://github.com/TechnikEmpire/bzip2.git
ignore = dirty