You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitmodules 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [submodule "vendor/github.com/docopt/docopt-go"]
  2. path = vendor/github.com/docopt/docopt-go
  3. url = https://github.com/docopt/docopt-go
  4. [submodule "vendor/golang.org/x/crypto"]
  5. path = vendor/golang.org/x/crypto
  6. url = https://go.googlesource.com/crypto
  7. [submodule "vendor/github.com/DanielOaks/girc-go"]
  8. path = vendor/github.com/DanielOaks/girc-go
  9. url = https://github.com/DanielOaks/girc-go
  10. [submodule "vendor/github.com/DanielOaks/e-nfa"]
  11. path = vendor/github.com/DanielOaks/e-nfa
  12. url = https://github.com/DanielOaks/e-nfa
  13. [submodule "vendor/github.com/DanielOaks/go-ident"]
  14. path = vendor/github.com/DanielOaks/go-ident
  15. url = https://github.com/DanielOaks/go-ident
  16. [submodule "vendor/github.com/gorilla/mux"]
  17. path = vendor/github.com/gorilla/mux
  18. url = https://github.com/gorilla/mux
  19. [submodule "vendor/github.com/gorilla/websocket"]
  20. path = vendor/github.com/gorilla/websocket
  21. url = https://github.com/gorilla/websocket
  22. [submodule "vendor/github.com/tidwall/buntdb"]
  23. path = vendor/github.com/tidwall/buntdb
  24. url = https://github.com/tidwall/buntdb
  25. [submodule "vendor/github.com/tidwall/btree"]
  26. path = vendor/github.com/tidwall/btree
  27. url = https://github.com/tidwall/btree
  28. [submodule "vendor/github.com/tidwall/gjson"]
  29. path = vendor/github.com/tidwall/gjson
  30. url = https://github.com/tidwall/gjson
  31. [submodule "vendor/github.com/tidwall/match"]
  32. path = vendor/github.com/tidwall/match
  33. url = https://github.com/tidwall/match
  34. [submodule "vendor/github.com/tidwall/grect"]
  35. path = vendor/github.com/tidwall/grect
  36. url = https://github.com/tidwall/grect
  37. [submodule "vendor/github.com/tidwall/rtree"]
  38. path = vendor/github.com/tidwall/rtree
  39. url = https://github.com/tidwall/rtree
  40. [submodule "vendor/golang.org/x/text"]
  41. path = vendor/golang.org/x/text
  42. url = https://go.googlesource.com/text
  43. [submodule "vendor/gopkg.in/yaml.v2"]
  44. path = vendor/gopkg.in/yaml.v2
  45. url = https://gopkg.in/yaml.v2
  46. [submodule "vendor/github.com/mgutz/ansi"]
  47. path = vendor/github.com/mgutz/ansi
  48. url = https://github.com/mgutz/ansi
  49. [submodule "vendor/github.com/mattn/go-colorable"]
  50. path = vendor/github.com/mattn/go-colorable
  51. url = https://github.com/mattn/go-colorable
  52. [submodule "vendor/code.cloudfoundry.org/bytefmt"]
  53. path = vendor/code.cloudfoundry.org/bytefmt
  54. url = https://github.com/cloudfoundry/bytefmt