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": "93a831dcee242be64a9cc9803dda84af25932de7"
  11. },
  12. {
  13. "ImportPath": "github.com/calmh/logger",
  14. "Rev": "f50d32b313bec2933a3e1049f7416a29f3413d29"
  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/juju/ratelimit",
  26. "Rev": "c5abe513796336ee2869745bff0638508450e9c5"
  27. },
  28. {
  29. "ImportPath": "github.com/kardianos/osext",
  30. "Rev": "efacde03154693404c65e7aa7d461ac9014acd0c"
  31. },
  32. {
  33. "ImportPath": "github.com/syncthing/protocol",
  34. "Rev": "e7db2648034fb71b051902a02bc25d4468ed492e"
  35. },
  36. {
  37. "ImportPath": "github.com/syndtr/goleveldb/leveldb",
  38. "Rev": "87e4e645d80ae9c537e8f2dee52b28036a5dd75e"
  39. },
  40. {
  41. "ImportPath": "github.com/syndtr/gosnappy/snappy",
  42. "Rev": "156a073208e131d7d2e212cb749feae7c339e846"
  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": "c57d4a71915a248dbad846d60825145062b4c18e"
  63. },
  64. {
  65. "ImportPath": "golang.org/x/crypto/blowfish",
  66. "Rev": "c57d4a71915a248dbad846d60825145062b4c18e"
  67. },
  68. {
  69. "ImportPath": "golang.org/x/text/transform",
  70. "Rev": "2076e9cab4147459c82bc81169e46c139d358547"
  71. },
  72. {
  73. "ImportPath": "golang.org/x/text/unicode/norm",
  74. "Rev": "2076e9cab4147459c82bc81169e46c139d358547"
  75. }
  76. ]
  77. }