.gitmodules 882 B

123456789101112131415161718192021
  1. [submodule "third_party/requests-futures"]
  2. path = third_party/requests-futures
  3. url = https://github.com/ross/requests-futures
  4. [submodule "third_party/ycmd"]
  5. path = third_party/ycmd
  6. url = https://github.com/ycm-core/ycmd
  7. [submodule "third_party/requests_deps/idna"]
  8. path = third_party/requests_deps/idna
  9. url = https://github.com/kjd/idna
  10. [submodule "third_party/requests_deps/certifi"]
  11. path = third_party/requests_deps/certifi
  12. url = https://github.com/certifi/python-certifi
  13. [submodule "third_party/requests_deps/chardet"]
  14. path = third_party/requests_deps/chardet
  15. url = https://github.com/chardet/chardet
  16. [submodule "third_party/requests_deps/urllib3"]
  17. path = third_party/requests_deps/urllib3
  18. url = https://github.com/urllib3/urllib3
  19. [submodule "third_party/requests_deps/requests"]
  20. path = third_party/requests_deps/requests
  21. url = https://github.com/requests/requests