Godeps.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "ImportPath": "github.com/syncthing/syncthing",
  3. "GoVersion": "go1.4",
  4. "Packages": [
  5. "./cmd/..."
  6. ],
  7. "Deps": [
  8. {
  9. "ImportPath": "github.com/bkaradzic/go-lz4",
  10. "Rev": "4f7c2045dbd17b802370e2e6022200468abf02ba"
  11. },
  12. {
  13. "ImportPath": "github.com/calmh/logger",
  14. "Rev": "c96f6a1a8c7b6bf2f4860c667867d90174799eb2"
  15. },
  16. {
  17. "ImportPath": "github.com/calmh/luhn",
  18. "Rev": "0c8388ff95fa92d4094011e5a04fc99dea3d1632"
  19. },
  20. {
  21. "ImportPath": "github.com/calmh/xdr",
  22. "Rev": "5f7208e86762911861c94f1849eddbfc0a60cbf0"
  23. },
  24. {
  25. "ImportPath": "github.com/google/go-snappy/snappy",
  26. "Rev": "eaa750b9bf4dcb7cb20454be850613b66cda3273"
  27. },
  28. {
  29. "ImportPath": "github.com/juju/ratelimit",
  30. "Rev": "faa59ce93750e747b2997635e8b7daf30024b1ac"
  31. },
  32. {
  33. "ImportPath": "github.com/kardianos/osext",
  34. "Rev": "6e7f843663477789fac7c02def0d0909e969b4e5"
  35. },
  36. {
  37. "ImportPath": "github.com/syncthing/protocol",
  38. "Rev": "9dd6f848bdcd3550606158a33d6aa98de6ea0cdc"
  39. },
  40. {
  41. "ImportPath": "github.com/syndtr/goleveldb/leveldb",
  42. "Rev": "a06509502ca32565bdf74afc1e573050023f261c"
  43. },
  44. {
  45. "ImportPath": "github.com/thejerf/suture",
  46. "Rev": "ff19fb384c3fe30f42717967eaa69da91e5f317c"
  47. },
  48. {
  49. "ImportPath": "github.com/vitrun/qart/coding",
  50. "Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
  51. },
  52. {
  53. "ImportPath": "github.com/vitrun/qart/gf256",
  54. "Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
  55. },
  56. {
  57. "ImportPath": "github.com/vitrun/qart/qr",
  58. "Rev": "ccb109cf25f0cd24474da73b9fee4e7a3e8a8ce0"
  59. },
  60. {
  61. "ImportPath": "golang.org/x/crypto/bcrypt",
  62. "Rev": "1e856cbfdf9bc25eefca75f83f25d55e35ae72e0"
  63. },
  64. {
  65. "ImportPath": "golang.org/x/crypto/blowfish",
  66. "Rev": "1e856cbfdf9bc25eefca75f83f25d55e35ae72e0"
  67. },
  68. {
  69. "ImportPath": "golang.org/x/text/transform",
  70. "Rev": "df923bbb63f8ea3a26bb743e2a497abd0ab585f7"
  71. },
  72. {
  73. "ImportPath": "golang.org/x/text/unicode/norm",
  74. "Rev": "df923bbb63f8ea3a26bb743e2a497abd0ab585f7"
  75. }
  76. ]
  77. }