Godeps.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. {
  2. "ImportPath": "github.com/grafana/grafana",
  3. "GoVersion": "go1.5.1",
  4. "GodepVersion": "v60",
  5. "Packages": [
  6. "./pkg/..."
  7. ],
  8. "Deps": [
  9. {
  10. "ImportPath": "github.com/BurntSushi/toml",
  11. "Comment": "v0.1.0-21-g056c9bc",
  12. "Rev": "056c9bc7be7190eaa7715723883caffa5f8fa3e4"
  13. },
  14. {
  15. "ImportPath": "github.com/Unknwon/com",
  16. "Rev": "d9bcf409c8a368d06c9b347705c381e7c12d54df"
  17. },
  18. {
  19. "ImportPath": "github.com/aws/aws-sdk-go/aws",
  20. "Comment": "v1.0.0",
  21. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  22. },
  23. {
  24. "ImportPath": "github.com/aws/aws-sdk-go/aws/awserr",
  25. "Comment": "v1.0.0",
  26. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  27. },
  28. {
  29. "ImportPath": "github.com/aws/aws-sdk-go/aws/awsutil",
  30. "Comment": "v1.0.0",
  31. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  32. },
  33. {
  34. "ImportPath": "github.com/aws/aws-sdk-go/aws/client",
  35. "Comment": "v1.0.0",
  36. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  37. },
  38. {
  39. "ImportPath": "github.com/aws/aws-sdk-go/aws/client/metadata",
  40. "Comment": "v1.0.0",
  41. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  42. },
  43. {
  44. "ImportPath": "github.com/aws/aws-sdk-go/aws/corehandlers",
  45. "Comment": "v1.0.0",
  46. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  47. },
  48. {
  49. "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials",
  50. "Comment": "v1.0.0",
  51. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  52. },
  53. {
  54. "ImportPath": "github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds",
  55. "Comment": "v1.0.0",
  56. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  57. },
  58. {
  59. "ImportPath": "github.com/aws/aws-sdk-go/aws/defaults",
  60. "Comment": "v1.0.0",
  61. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  62. },
  63. {
  64. "ImportPath": "github.com/aws/aws-sdk-go/aws/ec2metadata",
  65. "Comment": "v1.0.0",
  66. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  67. },
  68. {
  69. "ImportPath": "github.com/aws/aws-sdk-go/aws/request",
  70. "Comment": "v1.0.0",
  71. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  72. },
  73. {
  74. "ImportPath": "github.com/aws/aws-sdk-go/aws/session",
  75. "Comment": "v1.0.0",
  76. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  77. },
  78. {
  79. "ImportPath": "github.com/aws/aws-sdk-go/private/endpoints",
  80. "Comment": "v1.0.0",
  81. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  82. },
  83. {
  84. "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/ec2query",
  85. "Comment": "v1.0.0",
  86. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  87. },
  88. {
  89. "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query",
  90. "Comment": "v1.0.0",
  91. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  92. },
  93. {
  94. "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/query/queryutil",
  95. "Comment": "v1.0.0",
  96. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  97. },
  98. {
  99. "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/rest",
  100. "Comment": "v1.0.0",
  101. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  102. },
  103. {
  104. "ImportPath": "github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil",
  105. "Comment": "v1.0.0",
  106. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  107. },
  108. {
  109. "ImportPath": "github.com/aws/aws-sdk-go/private/signer/v4",
  110. "Comment": "v1.0.0",
  111. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  112. },
  113. {
  114. "ImportPath": "github.com/aws/aws-sdk-go/private/waiter",
  115. "Comment": "v1.0.0",
  116. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  117. },
  118. {
  119. "ImportPath": "github.com/aws/aws-sdk-go/service/cloudwatch",
  120. "Comment": "v1.0.0",
  121. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  122. },
  123. {
  124. "ImportPath": "github.com/aws/aws-sdk-go/service/ec2",
  125. "Comment": "v1.0.0",
  126. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  127. },
  128. {
  129. "ImportPath": "github.com/aws/aws-sdk-go/service/sts",
  130. "Comment": "v1.0.0",
  131. "Rev": "abb928e07c4108683d6b4d0b6ca08fe6bc0eee5f"
  132. },
  133. {
  134. "ImportPath": "github.com/benbjohnson/clock",
  135. "Rev": "a620c1cc9866f84a2550ad53f4f353ec030fa26b"
  136. },
  137. {
  138. "ImportPath": "github.com/bmizerany/assert",
  139. "Comment": "release.r60-6-ge17e998",
  140. "Rev": "e17e99893cb6509f428e1728281c2ad60a6b31e3"
  141. },
  142. {
  143. "ImportPath": "github.com/bradfitz/gomemcache/memcache",
  144. "Comment": "release.r60-40-g72a6864",
  145. "Rev": "72a68649ba712ee7c4b5b4a943a626bcd7d90eb8"
  146. },
  147. {
  148. "ImportPath": "github.com/codegangsta/cli",
  149. "Comment": "1.2.0-187-gc31a797",
  150. "Rev": "c31a7975863e7810c92e2e288a9ab074f9a88f29"
  151. },
  152. {
  153. "ImportPath": "github.com/davecgh/go-spew/spew",
  154. "Rev": "2df174808ee097f90d259e432cc04442cf60be21"
  155. },
  156. {
  157. "ImportPath": "github.com/fatih/color",
  158. "Comment": "v0.1-16-g4f7bcef",
  159. "Rev": "4f7bcef27eec7925456d0c30c5e7b0408b3339be"
  160. },
  161. {
  162. "ImportPath": "github.com/franela/goreq",
  163. "Rev": "3ddeded65be21dacb5a2e2d0b95af9ff6862a2b5"
  164. },
  165. {
  166. "ImportPath": "github.com/go-ini/ini",
  167. "Comment": "v0-48-g060d7da",
  168. "Rev": "060d7da055ba6ec5ea7a31f116332fe5efa04ce0"
  169. },
  170. {
  171. "ImportPath": "github.com/go-ldap/ldap",
  172. "Comment": "v2.2.1",
  173. "Rev": "07a7330929b9ee80495c88a4439657d89c7dbd87"
  174. },
  175. {
  176. "ImportPath": "github.com/go-macaron/binding",
  177. "Rev": "2502aaf4bce3a4e6451b4610847bfb8dffdb6266"
  178. },
  179. {
  180. "ImportPath": "github.com/go-macaron/gzip",
  181. "Rev": "4938e9be6b279d8426cb1c89a6bcf7af70b0c21d"
  182. },
  183. {
  184. "ImportPath": "github.com/go-macaron/inject",
  185. "Rev": "c5ab7bf3a307593cd44cb272d1a5beea473dd072"
  186. },
  187. {
  188. "ImportPath": "github.com/go-macaron/session",
  189. "Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
  190. },
  191. {
  192. "ImportPath": "github.com/go-macaron/session/memcache",
  193. "Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
  194. },
  195. {
  196. "ImportPath": "github.com/go-macaron/session/mysql",
  197. "Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
  198. },
  199. {
  200. "ImportPath": "github.com/go-macaron/session/postgres",
  201. "Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
  202. },
  203. {
  204. "ImportPath": "github.com/go-macaron/session/redis",
  205. "Rev": "66031fcb37a0fff002a1f028eb0b3a815c78306b"
  206. },
  207. {
  208. "ImportPath": "github.com/go-sql-driver/mysql",
  209. "Comment": "v1.2-171-g267b128",
  210. "Rev": "267b128680c46286b9ca13475c3cca5de8f79bd7"
  211. },
  212. {
  213. "ImportPath": "github.com/go-stack/stack",
  214. "Comment": "v1.5.2",
  215. "Rev": "100eb0c0a9c5b306ca2fb4f165df21d80ada4b82"
  216. },
  217. {
  218. "ImportPath": "github.com/go-xorm/core",
  219. "Comment": "v0.4.4-7-g9e608f7",
  220. "Rev": "9e608f7330b9d16fe2818cfe731128b3f156cb9a"
  221. },
  222. {
  223. "ImportPath": "github.com/go-xorm/xorm",
  224. "Comment": "v0.4.4-44-gf561133",
  225. "Rev": "f56113384f2c63dfe4cd8e768e349f1c35122b58"
  226. },
  227. {
  228. "ImportPath": "github.com/gorilla/websocket",
  229. "Rev": "c45a635370221f34fea2d5163fd156fcb4e38e8a"
  230. },
  231. {
  232. "ImportPath": "github.com/gosimple/slug",
  233. "Rev": "8d258463b4459f161f51d6a357edacd3eef9d663"
  234. },
  235. {
  236. "ImportPath": "github.com/hashicorp/go-version",
  237. "Rev": "7e3c02b30806fa5779d3bdfc152ce4c6f40e7b38"
  238. },
  239. {
  240. "ImportPath": "github.com/inconshreveable/log15",
  241. "Comment": "v2.3-61-g20bca5a",
  242. "Rev": "20bca5a7a57282e241fac83ec9ea42538027f1c1"
  243. },
  244. {
  245. "ImportPath": "github.com/inconshreveable/log15/term",
  246. "Comment": "v2.3-61-g20bca5a",
  247. "Rev": "20bca5a7a57282e241fac83ec9ea42538027f1c1"
  248. },
  249. {
  250. "ImportPath": "github.com/jmespath/go-jmespath",
  251. "Comment": "0.2.2",
  252. "Rev": "3433f3ea46d9f8019119e7dd41274e112a2359a9"
  253. },
  254. {
  255. "ImportPath": "github.com/jtolds/gls",
  256. "Rev": "f1ac7f4f24f50328e6bc838ca4437d1612a0243c"
  257. },
  258. {
  259. "ImportPath": "github.com/klauspost/compress/flate",
  260. "Rev": "7b02889a2005228347aef0e76beeaee564d82f8c"
  261. },
  262. {
  263. "ImportPath": "github.com/klauspost/compress/gzip",
  264. "Rev": "7b02889a2005228347aef0e76beeaee564d82f8c"
  265. },
  266. {
  267. "ImportPath": "github.com/klauspost/cpuid",
  268. "Rev": "349c675778172472f5e8f3a3e0fe187e302e5a10"
  269. },
  270. {
  271. "ImportPath": "github.com/klauspost/crc32",
  272. "Rev": "6834731faf32e62a2dd809d99fb24d1e4ae5a92d"
  273. },
  274. {
  275. "ImportPath": "github.com/kr/pretty",
  276. "Comment": "go.weekly.2011-12-22-27-ge6ac2fc",
  277. "Rev": "e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb"
  278. },
  279. {
  280. "ImportPath": "github.com/kr/s3",
  281. "Rev": "c070c8f9a8f0032d48f0d2a77d4e382788bd8a1d"
  282. },
  283. {
  284. "ImportPath": "github.com/kr/s3/s3util",
  285. "Rev": "c070c8f9a8f0032d48f0d2a77d4e382788bd8a1d"
  286. },
  287. {
  288. "ImportPath": "github.com/kr/text",
  289. "Rev": "bb797dc4fb8320488f47bf11de07a733d7233e1f"
  290. },
  291. {
  292. "ImportPath": "github.com/lib/pq",
  293. "Comment": "go1.0-cutoff-13-g19eeca3",
  294. "Rev": "19eeca3e30d2577b1761db471ec130810e67f532"
  295. },
  296. {
  297. "ImportPath": "github.com/lib/pq/oid",
  298. "Comment": "go1.0-cutoff-13-g19eeca3",
  299. "Rev": "19eeca3e30d2577b1761db471ec130810e67f532"
  300. },
  301. {
  302. "ImportPath": "github.com/mattn/go-colorable",
  303. "Rev": "9cbef7c35391cca05f15f8181dc0b18bc9736dbb"
  304. },
  305. {
  306. "ImportPath": "github.com/mattn/go-isatty",
  307. "Rev": "56b76bdf51f7708750eac80fa38b952bb9f32639"
  308. },
  309. {
  310. "ImportPath": "github.com/mattn/go-sqlite3",
  311. "Comment": "v1.1.0-67-g7204887",
  312. "Rev": "7204887cf3a42df1cfaa5505dc3a3427f6dded8b"
  313. },
  314. {
  315. "ImportPath": "github.com/rainycape/unidecode",
  316. "Rev": "836ef0a715aedf08a12d595ed73ec8ed5b288cac"
  317. },
  318. {
  319. "ImportPath": "github.com/smartystreets/goconvey/convey",
  320. "Comment": "1.5.0-356-gfbc0a1c",
  321. "Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
  322. },
  323. {
  324. "ImportPath": "github.com/smartystreets/goconvey/convey/assertions",
  325. "Comment": "1.5.0-356-gfbc0a1c",
  326. "Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
  327. },
  328. {
  329. "ImportPath": "github.com/smartystreets/goconvey/convey/assertions/oglematchers",
  330. "Comment": "1.5.0-356-gfbc0a1c",
  331. "Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
  332. },
  333. {
  334. "ImportPath": "github.com/smartystreets/goconvey/convey/gotest",
  335. "Comment": "1.5.0-356-gfbc0a1c",
  336. "Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
  337. },
  338. {
  339. "ImportPath": "github.com/smartystreets/goconvey/convey/reporting",
  340. "Comment": "1.5.0-356-gfbc0a1c",
  341. "Rev": "fbc0a1c888f9f96263f9a559d1769905245f1123"
  342. },
  343. {
  344. "ImportPath": "github.com/streadway/amqp",
  345. "Rev": "150b7f24d6ad507e6026c13d85ce1f1391ac7400"
  346. },
  347. {
  348. "ImportPath": "golang.org/x/net/context",
  349. "Rev": "972f0c5fbe4ae29e666c3f78c3ed42ae7a448b0a"
  350. },
  351. {
  352. "ImportPath": "golang.org/x/oauth2",
  353. "Rev": "c58fcf0ffc1c772aa2e1ee4894bc19f2649263b2"
  354. },
  355. {
  356. "ImportPath": "golang.org/x/sys/unix",
  357. "Rev": "7a56174f0086b32866ebd746a794417edbc678a1"
  358. },
  359. {
  360. "ImportPath": "gopkg.in/asn1-ber.v1",
  361. "Comment": "v1",
  362. "Rev": "9eae18c3681ae3d3c677ac2b80a8fe57de45fc09"
  363. },
  364. {
  365. "ImportPath": "gopkg.in/bufio.v1",
  366. "Comment": "v1",
  367. "Rev": "567b2bfa514e796916c4747494d6ff5132a1dfce"
  368. },
  369. {
  370. "ImportPath": "gopkg.in/ini.v1",
  371. "Comment": "v0-16-g1772191",
  372. "Rev": "177219109c97e7920c933e21c9b25f874357b237"
  373. },
  374. {
  375. "ImportPath": "gopkg.in/macaron.v1",
  376. "Rev": "1c6dd87797ae9319b4658cbd48d1d0420b279fd5"
  377. },
  378. {
  379. "ImportPath": "gopkg.in/redis.v2",
  380. "Comment": "v2.3.2",
  381. "Rev": "e6179049628164864e6e84e973cfb56335748dea"
  382. }
  383. ]
  384. }