Godeps.json 2.0 KB

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