.gitmodules 439 B

123456789101112131415
  1. [submodule "mqtt_websockets"]
  2. path = mqtt_websockets
  3. url = https://github.com/underhood/mqtt_websockets.git
  4. [submodule "aclk/aclk-schemas"]
  5. path = aclk/aclk-schemas
  6. url = https://github.com/netdata/aclk-schemas.git
  7. [submodule "ml/kmeans/dlib"]
  8. path = ml/dlib
  9. url = https://github.com/davisking/dlib.git
  10. shallow = true
  11. ignore = dirty
  12. [submodule "ml/json"]
  13. path = ml/json
  14. url = https://github.com/nlohmann/json.git
  15. shallow = true