-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
76 lines (76 loc) · 3.78 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[submodule "mruby"]
path = ext/enterprise_script_service/mruby
url = https://github.com/mruby/mruby.git
branch = master
[submodule "msgpack"]
path = ext/enterprise_script_service/msgpack
url = https://github.com/msgpack/msgpack-c.git
[submodule "ext/enterprise_script_service/libseccomp"]
path = ext/enterprise_script_service/libseccomp
url = https://github.com/seccomp/libseccomp.git
[submodule "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest.git
[submodule "ext/enterprise_script_service/boost/assert"]
path = ext/enterprise_script_service/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "ext/enterprise_script_service/boost/numeric_conversion"]
path = ext/enterprise_script_service/boost/numeric_conversion
url = https://github.com/boostorg/numeric_conversion.git
[submodule "ext/enterprise_script_service/boost/variant"]
path = ext/enterprise_script_service/boost/variant
url = https://github.com/boostorg/variant.git
[submodule "ext/enterprise_script_service/boost/utility"]
path = ext/enterprise_script_service/boost/utility
url = https://github.com/boostorg/utility.git
[submodule "ext/enterprise_script_service/boost/fusion"]
path = ext/enterprise_script_service/boost/fusion
url = https://github.com/boostorg/fusion.git
[submodule "ext/enterprise_script_service/boost/optional"]
path = ext/enterprise_script_service/boost/optional
url = https://github.com/boostorg/optional.git
[submodule "ext/enterprise_script_service/boost/predef"]
path = ext/enterprise_script_service/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "ext/enterprise_script_service/boost/preprocessor"]
path = ext/enterprise_script_service/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "ext/enterprise_script_service/boost/config"]
path = ext/enterprise_script_service/boost/config
url = https://github.com/boostorg/config.git
[submodule "ext/enterprise_script_service/boost/core"]
path = ext/enterprise_script_service/boost/core
url = https://github.com/boostorg/core.git
[submodule "ext/enterprise_script_service/boost/type_traits"]
path = ext/enterprise_script_service/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "ext/enterprise_script_service/boost/mpl"]
path = ext/enterprise_script_service/boost/mpl
url = https://github.com/boostorg/mpl.git
[submodule "ext/enterprise_script_service/boost/throw_exception"]
path = ext/enterprise_script_service/boost/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "ext/enterprise_script_service/boost/static_assert"]
path = ext/enterprise_script_service/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "ext/enterprise_script_service/boost/io"]
path = ext/enterprise_script_service/boost/io
url = https://github.com/boostorg/io.git
[submodule "ext/enterprise_script_service/boost/type_index"]
path = ext/enterprise_script_service/boost/type_index
url = https://github.com/boostorg/type_index.git
[submodule "ext/enterprise_script_service/boost/container_hash"]
path = ext/enterprise_script_service/boost/container_hash
url = https://github.com/boostorg/container_hash.git
[submodule "ext/enterprise_script_service/boost/integer"]
path = ext/enterprise_script_service/boost/integer
url = https://github.com/boostorg/integer.git
[submodule "ext/enterprise_script_service/boost/container"]
path = ext/enterprise_script_service/boost/container
url = https://github.com/boostorg/container.git
[submodule "ext/enterprise_script_service/boost/detail"]
path = ext/enterprise_script_service/boost/detail
url = https://github.com/boostorg/detail.git
[submodule "ext/enterprise_script_service/boost/move"]
path = ext/enterprise_script_service/boost/move
url = https://github.com/boostorg/move.git