Godeps.json 2.0 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/AudriusButkevicius/lfu-go",
  10. "Rev": "164bcecceb92fd6037f4d18a8d97b495ec6ef669"
  11. },
  12. {
  13. "ImportPath": "github.com/bkaradzic/go-lz4",
  14. "Rev": "93a831dcee242be64a9cc9803dda84af25932de7"
  15. },
  16. {
  17. "ImportPath": "github.com/calmh/logger",
  18. "Rev": "f50d32b313bec2933a3e1049f7416a29f3413d29"
  19. },
  20. {
  21. "ImportPath": "github.com/calmh/luhn",
  22. "Rev": "0c8388ff95fa92d4094011e5a04fc99dea3d1632"
  23. },
  24. {
  25. "ImportPath": "github.com/calmh/osext",
  26. "Rev": "9bf61584e5f1f172e8766ddc9022d9c401faaa5e"
  27. },
  28. {
  29. "ImportPath": "github.com/calmh/xdr",
  30. "Rev": "ff948d7666c5e0fd18d398f6278881724d36a90b"
  31. },
  32. {
  33. "ImportPath": "github.com/juju/ratelimit",
  34. "Rev": "f9f36d11773655c0485207f0ad30dc2655f69d56"
  35. },
  36. {
  37. "ImportPath": "github.com/syncthing/protocol",
  38. "Rev": "15bf5f583a88b7aaf0a5b810fcf5fb21da0a3b3f"
  39. },
  40. {
  41. "ImportPath": "github.com/syndtr/goleveldb/leveldb",
  42. "Rev": "63c9e642efad852f49e20a6f90194cae112fd2ac"
  43. },
  44. {
  45. "ImportPath": "github.com/syndtr/gosnappy/snappy",
  46. "Rev": "ce8acff4829e0c2458a67ead32390ac0a381c862"
  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": "4ed45ec682102c643324fae5dff8dab085b6c300"
  63. },
  64. {
  65. "ImportPath": "golang.org/x/crypto/blowfish",
  66. "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300"
  67. },
  68. {
  69. "ImportPath": "golang.org/x/text/transform",
  70. "Rev": "c980adc4a823548817b9c47d38c6ca6b7d7d8b6a"
  71. },
  72. {
  73. "ImportPath": "golang.org/x/text/unicode/norm",
  74. "Rev": "c980adc4a823548817b9c47d38c6ca6b7d7d8b6a"
  75. }
  76. ]
  77. }