blob: 862f4808d57ba9e215869ccb6ffb49b42a00a2e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[submodule "aclk/aclk-schemas"]
path = src/aclk/aclk-schemas
url = https://github.com/netdata/aclk-schemas.git
[submodule "ml/kmeans/dlib"]
path = src/ml/dlib
url = https://github.com/davisking/dlib.git
shallow = true
ignore = dirty
[submodule "src/web/server/h2o/libh2o"]
path = src/web/server/h2o/libh2o
url = https://github.com/h2o/h2o.git
ignore = untracked
[submodule "fluent-bit"]
path = src/fluent-bit
url = https://github.com/fluent/fluent-bit.git
shallow = true
ignore = dirty
|