manifest 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  1. {
  2. "version": 0,
  3. "dependencies": [
  4. {
  5. "importpath": "code.cloudfoundry.org/bytefmt",
  6. "repository": "https://github.com/cloudfoundry/bytefmt",
  7. "vcs": "git",
  8. "revision": "a052d587819f45f719a22e344a8ad7858deb3733",
  9. "branch": "master",
  10. "notests": true
  11. },
  12. {
  13. "importpath": "github.com/AudriusButkevicius/cli",
  14. "repository": "https://github.com/AudriusButkevicius/cli",
  15. "vcs": "git",
  16. "revision": "7f561c78b5a4aad858d9fd550c92b5da6d55efbb",
  17. "branch": "master",
  18. "notests": true
  19. },
  20. {
  21. "importpath": "github.com/AudriusButkevicius/go-nat-pmp",
  22. "repository": "https://github.com/AudriusButkevicius/go-nat-pmp",
  23. "vcs": "git",
  24. "revision": "452c97607362b2ab5a7839b8d1704f0396b640ca",
  25. "branch": "master",
  26. "notests": true
  27. },
  28. {
  29. "importpath": "github.com/AudriusButkevicius/pfilter",
  30. "repository": "https://github.com/AudriusButkevicius/pfilter",
  31. "vcs": "git",
  32. "revision": "9dca34a5b530bfc9843fa8aa2ff08ff9821032cb",
  33. "branch": "master",
  34. "notests": true
  35. },
  36. {
  37. "importpath": "github.com/BurntSushi/toml",
  38. "repository": "https://github.com/BurntSushi/toml",
  39. "vcs": "git",
  40. "revision": "a368813c5e648fee92e5f6c30e3944ff9d5e8895",
  41. "branch": "master",
  42. "notests": true
  43. },
  44. {
  45. "importpath": "github.com/a8m/mark",
  46. "repository": "https://github.com/a8m/mark",
  47. "vcs": "git",
  48. "revision": "44f2db6188458162890ca13980819247418d8e45",
  49. "branch": "master",
  50. "notests": true
  51. },
  52. {
  53. "importpath": "github.com/beorn7/perks/quantile",
  54. "repository": "https://github.com/beorn7/perks",
  55. "vcs": "git",
  56. "revision": "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9",
  57. "branch": "master",
  58. "path": "/quantile",
  59. "notests": true
  60. },
  61. {
  62. "importpath": "github.com/bkaradzic/go-lz4",
  63. "repository": "https://github.com/bkaradzic/go-lz4",
  64. "vcs": "git",
  65. "revision": "7224d8d8f27ef618c0a95f1ae69dbb0488abc33a",
  66. "branch": "master",
  67. "notests": true
  68. },
  69. {
  70. "importpath": "github.com/calmh/du",
  71. "repository": "https://github.com/calmh/du",
  72. "vcs": "git",
  73. "revision": "dd9dc2043353249b2910b29dcfd6f6d4e64f39be",
  74. "branch": "master",
  75. "notests": true
  76. },
  77. {
  78. "importpath": "github.com/calmh/xdr",
  79. "repository": "https://github.com/calmh/xdr",
  80. "vcs": "git",
  81. "revision": "08e072f9cb164f943a92eb59f90f3abc64ac6e8f",
  82. "branch": "master",
  83. "notests": true
  84. },
  85. {
  86. "importpath": "github.com/cheggaaa/pb",
  87. "repository": "https://github.com/cheggaaa/pb",
  88. "vcs": "git",
  89. "revision": "18d384da9bdc1e5a08fc2a62a494c321d9ae74ea",
  90. "branch": "master",
  91. "notests": true
  92. },
  93. {
  94. "importpath": "github.com/chmduquesne/rollinghash",
  95. "repository": "https://github.com/chmduquesne/rollinghash",
  96. "vcs": "git",
  97. "revision": "3dc7875a1f890f9bcf0619adb5571fc6f7d516bb",
  98. "branch": "master",
  99. "notests": true
  100. },
  101. {
  102. "importpath": "github.com/d4l3k/messagediff",
  103. "repository": "https://github.com/d4l3k/messagediff",
  104. "vcs": "git",
  105. "revision": "29f32d820d112dbd66e58492a6ffb7cc3106312b",
  106. "branch": "master",
  107. "notests": true
  108. },
  109. {
  110. "importpath": "github.com/dustin/go-humanize",
  111. "repository": "https://github.com/dustin/go-humanize",
  112. "vcs": "git",
  113. "revision": "bb3d318650d48840a39aa21a027c6630e198e626",
  114. "branch": "master",
  115. "notests": true
  116. },
  117. {
  118. "importpath": "github.com/edsrzf/mmap-go",
  119. "repository": "https://github.com/edsrzf/mmap-go",
  120. "vcs": "git",
  121. "revision": "0bce6a6887123b67a60366d2c9fe2dfb74289d2e",
  122. "branch": "master",
  123. "notests": true
  124. },
  125. {
  126. "importpath": "github.com/gernest/wow",
  127. "repository": "https://github.com/gernest/wow",
  128. "vcs": "git",
  129. "revision": "7e0b2a2398989a5d220eebac5742d45422ba7de8",
  130. "branch": "master",
  131. "notests": true
  132. },
  133. {
  134. "importpath": "github.com/go-ini/ini",
  135. "repository": "https://github.com/go-ini/ini",
  136. "vcs": "git",
  137. "revision": "32e4c1e6bc4e7d0d8451aa6b75200d19e37a536a",
  138. "branch": "master",
  139. "notests": true
  140. },
  141. {
  142. "importpath": "github.com/gobwas/glob",
  143. "repository": "https://github.com/gobwas/glob",
  144. "vcs": "git",
  145. "revision": "51eb1ee00b6d931c66d229ceeb7c31b985563420",
  146. "branch": "master",
  147. "notests": true
  148. },
  149. {
  150. "importpath": "github.com/gogo/protobuf",
  151. "repository": "https://github.com/gogo/protobuf",
  152. "vcs": "git",
  153. "revision": "160de10b2537169b5ae3e7e221d28269ef40d311",
  154. "branch": "master",
  155. "notests": true,
  156. "allfiles": true
  157. },
  158. {
  159. "importpath": "github.com/golang/groupcache/lru",
  160. "repository": "https://github.com/golang/groupcache",
  161. "vcs": "git",
  162. "revision": "84a468cf14b4376def5d68c722b139b881c450a4",
  163. "branch": "master",
  164. "path": "/lru",
  165. "notests": true
  166. },
  167. {
  168. "importpath": "github.com/golang/protobuf/proto",
  169. "repository": "https://github.com/golang/protobuf",
  170. "vcs": "git",
  171. "revision": "1e59b77b52bf8e4b449a57e6f79f21226d571845",
  172. "branch": "master",
  173. "path": "/proto",
  174. "notests": true
  175. },
  176. {
  177. "importpath": "github.com/golang/protobuf/ptypes/any",
  178. "repository": "https://github.com/golang/protobuf",
  179. "vcs": "git",
  180. "revision": "1e59b77b52bf8e4b449a57e6f79f21226d571845",
  181. "branch": "master",
  182. "path": "ptypes/any",
  183. "notests": true
  184. },
  185. {
  186. "importpath": "github.com/golang/snappy",
  187. "repository": "https://github.com/golang/snappy",
  188. "vcs": "git",
  189. "revision": "553a641470496b2327abcac10b36396bd98e45c9",
  190. "branch": "master",
  191. "notests": true
  192. },
  193. {
  194. "importpath": "github.com/jackpal/gateway",
  195. "repository": "https://github.com/jackpal/gateway",
  196. "vcs": "git",
  197. "revision": "5795ac81146e01d3fab7bcf21c043c3d6a32b006",
  198. "branch": "master",
  199. "notests": true
  200. },
  201. {
  202. "importpath": "github.com/kardianos/osext",
  203. "repository": "https://github.com/kardianos/osext",
  204. "vcs": "git",
  205. "revision": "ae77be60afb1dcacde03767a8c37337fad28ac14",
  206. "branch": "master",
  207. "notests": true
  208. },
  209. {
  210. "importpath": "github.com/kballard/go-shellquote",
  211. "repository": "https://github.com/kballard/go-shellquote",
  212. "vcs": "git",
  213. "revision": "cd60e84ee657ff3dc51de0b4f55dd299a3e136f2",
  214. "branch": "master",
  215. "notests": true
  216. },
  217. {
  218. "importpath": "github.com/klauspost/cpuid",
  219. "repository": "https://github.com/klauspost/cpuid",
  220. "vcs": "git",
  221. "revision": "eae9b3e628d72774e13bdf024e78c0802f85a5b9",
  222. "branch": "master",
  223. "notests": true
  224. },
  225. {
  226. "importpath": "github.com/klauspost/reedsolomon",
  227. "repository": "https://github.com/klauspost/reedsolomon",
  228. "vcs": "git",
  229. "revision": "0b30fa71cc8e4e9010c9aba6d0320e2e5b163b29",
  230. "branch": "master",
  231. "notests": true
  232. },
  233. {
  234. "importpath": "github.com/magefile/mage/mg",
  235. "repository": "https://github.com/magefile/mage",
  236. "vcs": "git",
  237. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  238. "branch": "master",
  239. "path": "/mg",
  240. "notests": true
  241. },
  242. {
  243. "importpath": "github.com/magefile/mage/sh",
  244. "repository": "https://github.com/magefile/mage",
  245. "vcs": "git",
  246. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  247. "branch": "master",
  248. "path": "sh",
  249. "notests": true
  250. },
  251. {
  252. "importpath": "github.com/magefile/mage/types",
  253. "repository": "https://github.com/magefile/mage",
  254. "vcs": "git",
  255. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  256. "branch": "master",
  257. "path": "types",
  258. "notests": true
  259. },
  260. {
  261. "importpath": "github.com/mattn/go-runewidth",
  262. "repository": "https://github.com/mattn/go-runewidth",
  263. "vcs": "git",
  264. "revision": "97311d9f7767e3d6f422ea06661bc2c7a19e8a5d",
  265. "branch": "master",
  266. "notests": true
  267. },
  268. {
  269. "importpath": "github.com/matttproud/golang_protobuf_extensions/pbutil",
  270. "repository": "https://github.com/matttproud/golang_protobuf_extensions",
  271. "vcs": "git",
  272. "revision": "c12348ce28de40eed0136aa2b644d0ee0650e56c",
  273. "branch": "master",
  274. "path": "/pbutil",
  275. "notests": true
  276. },
  277. {
  278. "importpath": "github.com/minio/cli",
  279. "repository": "https://github.com/minio/cli",
  280. "vcs": "git",
  281. "revision": "45db1f8a055198ad8c12754026cb2c51c584c756",
  282. "branch": "master",
  283. "notests": true
  284. },
  285. {
  286. "importpath": "github.com/minio/minio-go",
  287. "repository": "https://github.com/minio/minio-go",
  288. "vcs": "git",
  289. "revision": "17b9efe2ee358a550ff2d414160b75fc85c86f2e",
  290. "branch": "master",
  291. "notests": true
  292. },
  293. {
  294. "importpath": "github.com/minio/sha256-simd",
  295. "repository": "https://github.com/minio/sha256-simd",
  296. "vcs": "git",
  297. "revision": "ad98a36ba0da87206e3378c556abbfeaeaa98668",
  298. "branch": "master",
  299. "notests": true
  300. },
  301. {
  302. "importpath": "github.com/mitchellh/go-homedir",
  303. "repository": "https://github.com/mitchellh/go-homedir",
  304. "vcs": "git",
  305. "revision": "b8bc1bf767474819792c23f32d8286a45736f1c6",
  306. "branch": "master",
  307. "notests": true
  308. },
  309. {
  310. "importpath": "github.com/onsi/ginkgo",
  311. "repository": "https://github.com/onsi/ginkgo",
  312. "vcs": "git",
  313. "revision": "6c46eb8334b30dc55b42f1a1c725d5ce97375390",
  314. "branch": "master",
  315. "notests": true
  316. },
  317. {
  318. "importpath": "github.com/onsi/gomega",
  319. "repository": "https://github.com/onsi/gomega",
  320. "vcs": "git",
  321. "revision": "ba3724c94e4dd5d5690d37c190f1c54b2c1b4e64",
  322. "branch": "master",
  323. "notests": true
  324. },
  325. {
  326. "importpath": "github.com/oschwald/geoip2-golang",
  327. "repository": "https://github.com/oschwald/geoip2-golang",
  328. "vcs": "git",
  329. "revision": "5b1dc16861f81d05d9836bb21c2d0d65282fc0b8",
  330. "branch": "master",
  331. "notests": true
  332. },
  333. {
  334. "importpath": "github.com/oschwald/maxminddb-golang",
  335. "repository": "https://github.com/oschwald/maxminddb-golang",
  336. "vcs": "git",
  337. "revision": "26fe5ace1c706491c2936119e1dc69c1a9c04d7f",
  338. "branch": "master",
  339. "notests": true
  340. },
  341. {
  342. "importpath": "github.com/petermattis/goid",
  343. "repository": "https://github.com/petermattis/goid",
  344. "vcs": "git",
  345. "revision": "3db12ebb2a599ba4a96bea1c17b61c2f78a40e02",
  346. "branch": "master",
  347. "notests": true
  348. },
  349. {
  350. "importpath": "github.com/pkg/errors",
  351. "repository": "https://github.com/pkg/errors",
  352. "vcs": "git",
  353. "revision": "e881fd58d78e04cf6d0de1217f8707c8cc2249bc",
  354. "branch": "master",
  355. "notests": true
  356. },
  357. {
  358. "importpath": "github.com/prometheus/client_golang/prometheus",
  359. "repository": "https://github.com/prometheus/client_golang",
  360. "vcs": "git",
  361. "revision": "180b8fdc22b4ea7750bcb43c925277654a1ea2f3",
  362. "branch": "master",
  363. "path": "/prometheus",
  364. "notests": true
  365. },
  366. {
  367. "importpath": "github.com/prometheus/client_model/go",
  368. "repository": "https://github.com/prometheus/client_model",
  369. "vcs": "git",
  370. "revision": "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c",
  371. "branch": "master",
  372. "path": "/go",
  373. "notests": true
  374. },
  375. {
  376. "importpath": "github.com/prometheus/common/expfmt",
  377. "repository": "https://github.com/prometheus/common",
  378. "vcs": "git",
  379. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  380. "branch": "master",
  381. "path": "expfmt",
  382. "notests": true
  383. },
  384. {
  385. "importpath": "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg",
  386. "repository": "https://github.com/prometheus/common",
  387. "vcs": "git",
  388. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  389. "branch": "master",
  390. "path": "internal/bitbucket.org/ww/goautoneg",
  391. "notests": true
  392. },
  393. {
  394. "importpath": "github.com/prometheus/common/model",
  395. "repository": "https://github.com/prometheus/common",
  396. "vcs": "git",
  397. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  398. "branch": "master",
  399. "path": "/model",
  400. "notests": true
  401. },
  402. {
  403. "importpath": "github.com/prometheus/procfs",
  404. "repository": "https://github.com/prometheus/procfs",
  405. "vcs": "git",
  406. "revision": "b15cd069a83443be3154b719d0cc9fe8117f09fb",
  407. "branch": "master",
  408. "notests": true
  409. },
  410. {
  411. "importpath": "github.com/rcrowley/go-metrics",
  412. "repository": "https://github.com/rcrowley/go-metrics",
  413. "vcs": "git",
  414. "revision": "e181e095bae94582363434144c61a9653aff6e50",
  415. "branch": "master",
  416. "notests": true
  417. },
  418. {
  419. "importpath": "github.com/remyoudompheng/bigfft",
  420. "repository": "https://github.com/remyoudompheng/bigfft",
  421. "vcs": "git",
  422. "revision": "52369c62f4463a21c8ff8531194c5526322b8521",
  423. "branch": "master",
  424. "notests": true
  425. },
  426. {
  427. "importpath": "github.com/sasha-s/go-deadlock",
  428. "repository": "https://github.com/sasha-s/go-deadlock",
  429. "vcs": "git",
  430. "revision": "03d40e5dbd5488667a13b3c2600b2f7c2886f02f",
  431. "branch": "master",
  432. "notests": true
  433. },
  434. {
  435. "importpath": "github.com/sirupsen/logrus",
  436. "repository": "https://github.com/sirupsen/logrus",
  437. "vcs": "git",
  438. "revision": "d682213848ed68c0a260ca37d6dd5ace8423f5ba",
  439. "branch": "master",
  440. "notests": true
  441. },
  442. {
  443. "importpath": "github.com/stathat/go",
  444. "repository": "https://github.com/stathat/go",
  445. "vcs": "git",
  446. "revision": "74669b9f388d9d788c97399a0824adbfee78400e",
  447. "branch": "master",
  448. "notests": true
  449. },
  450. {
  451. "importpath": "github.com/syndtr/goleveldb/leveldb",
  452. "repository": "https://github.com/syndtr/goleveldb",
  453. "vcs": "git",
  454. "revision": "34011bf325bce385408353a30b101fe5e923eb6e",
  455. "branch": "master",
  456. "path": "/leveldb",
  457. "notests": true
  458. },
  459. {
  460. "importpath": "github.com/templexxx/cpufeat",
  461. "repository": "https://github.com/templexxx/cpufeat",
  462. "vcs": "git",
  463. "revision": "3794dfbfb04749f896b521032f69383f24c3687e",
  464. "branch": "master",
  465. "notests": true
  466. },
  467. {
  468. "importpath": "github.com/templexxx/xor",
  469. "repository": "https://github.com/templexxx/xor",
  470. "vcs": "git",
  471. "revision": "0af8e873c554da75f37f2049cdffda804533d44c",
  472. "branch": "master",
  473. "notests": true
  474. },
  475. {
  476. "importpath": "github.com/thejerf/suture",
  477. "repository": "https://github.com/thejerf/suture",
  478. "vcs": "git",
  479. "revision": "87e298c9891673c9ae76e10c2c9be589127e5f49",
  480. "branch": "master",
  481. "notests": true
  482. },
  483. {
  484. "importpath": "github.com/tjfoc/gmsm/sm4",
  485. "repository": "https://github.com/tjfoc/gmsm",
  486. "vcs": "git",
  487. "revision": "98aa888b79d8de04afe0fccf45ed10594efc858b",
  488. "branch": "master",
  489. "path": "/sm4",
  490. "notests": true
  491. },
  492. {
  493. "importpath": "github.com/vitrun/qart/coding",
  494. "repository": "https://github.com/vitrun/qart",
  495. "vcs": "git",
  496. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  497. "branch": "master",
  498. "path": "coding",
  499. "notests": true
  500. },
  501. {
  502. "importpath": "github.com/vitrun/qart/gf256",
  503. "repository": "https://github.com/vitrun/qart",
  504. "vcs": "git",
  505. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  506. "branch": "master",
  507. "path": "gf256",
  508. "notests": true
  509. },
  510. {
  511. "importpath": "github.com/vitrun/qart/qr",
  512. "repository": "https://github.com/vitrun/qart",
  513. "vcs": "git",
  514. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  515. "branch": "master",
  516. "path": "/qr",
  517. "notests": true
  518. },
  519. {
  520. "importpath": "github.com/zillode/notify",
  521. "repository": "https://github.com/zillode/notify",
  522. "vcs": "git",
  523. "revision": "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3",
  524. "branch": "master",
  525. "notests": true
  526. },
  527. {
  528. "importpath": "golang.org/x/crypto/bcrypt",
  529. "repository": "https://go.googlesource.com/crypto",
  530. "vcs": "git",
  531. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  532. "branch": "master",
  533. "path": "/bcrypt",
  534. "notests": true
  535. },
  536. {
  537. "importpath": "golang.org/x/crypto/blowfish",
  538. "repository": "https://go.googlesource.com/crypto",
  539. "vcs": "git",
  540. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  541. "branch": "master",
  542. "path": "blowfish",
  543. "notests": true
  544. },
  545. {
  546. "importpath": "golang.org/x/crypto/cast5",
  547. "repository": "https://go.googlesource.com/crypto",
  548. "vcs": "git",
  549. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  550. "branch": "master",
  551. "path": "cast5",
  552. "notests": true
  553. },
  554. {
  555. "importpath": "golang.org/x/crypto/pbkdf2",
  556. "repository": "https://go.googlesource.com/crypto",
  557. "vcs": "git",
  558. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  559. "branch": "master",
  560. "path": "pbkdf2",
  561. "notests": true
  562. },
  563. {
  564. "importpath": "golang.org/x/crypto/salsa20",
  565. "repository": "https://go.googlesource.com/crypto",
  566. "vcs": "git",
  567. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  568. "branch": "master",
  569. "path": "salsa20",
  570. "notests": true
  571. },
  572. {
  573. "importpath": "golang.org/x/crypto/ssh/terminal",
  574. "repository": "https://go.googlesource.com/crypto",
  575. "vcs": "git",
  576. "revision": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
  577. "branch": "master",
  578. "path": "/ssh/terminal",
  579. "notests": true
  580. },
  581. {
  582. "importpath": "golang.org/x/crypto/tea",
  583. "repository": "https://go.googlesource.com/crypto",
  584. "vcs": "git",
  585. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  586. "branch": "master",
  587. "path": "tea",
  588. "notests": true
  589. },
  590. {
  591. "importpath": "golang.org/x/crypto/twofish",
  592. "repository": "https://go.googlesource.com/crypto",
  593. "vcs": "git",
  594. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  595. "branch": "master",
  596. "path": "/twofish",
  597. "notests": true
  598. },
  599. {
  600. "importpath": "golang.org/x/crypto/xtea",
  601. "repository": "https://go.googlesource.com/crypto",
  602. "vcs": "git",
  603. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  604. "branch": "master",
  605. "path": "xtea",
  606. "notests": true
  607. },
  608. {
  609. "importpath": "golang.org/x/net/bpf",
  610. "repository": "https://go.googlesource.com/net",
  611. "vcs": "git",
  612. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  613. "branch": "master",
  614. "path": "bpf",
  615. "notests": true
  616. },
  617. {
  618. "importpath": "golang.org/x/net/context",
  619. "repository": "https://go.googlesource.com/net",
  620. "vcs": "git",
  621. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  622. "branch": "master",
  623. "path": "/context",
  624. "notests": true
  625. },
  626. {
  627. "importpath": "golang.org/x/net/html",
  628. "repository": "https://go.googlesource.com/net",
  629. "vcs": "git",
  630. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  631. "branch": "master",
  632. "path": "html",
  633. "notests": true
  634. },
  635. {
  636. "importpath": "golang.org/x/net/internal/iana",
  637. "repository": "https://go.googlesource.com/net",
  638. "vcs": "git",
  639. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  640. "branch": "master",
  641. "path": "internal/iana",
  642. "notests": true
  643. },
  644. {
  645. "importpath": "golang.org/x/net/internal/socket",
  646. "repository": "https://go.googlesource.com/net",
  647. "vcs": "git",
  648. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  649. "branch": "master",
  650. "path": "internal/socket",
  651. "notests": true
  652. },
  653. {
  654. "importpath": "golang.org/x/net/ipv4",
  655. "repository": "https://go.googlesource.com/net",
  656. "vcs": "git",
  657. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  658. "branch": "master",
  659. "path": "/ipv4",
  660. "notests": true
  661. },
  662. {
  663. "importpath": "golang.org/x/net/ipv6",
  664. "repository": "https://go.googlesource.com/net",
  665. "vcs": "git",
  666. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  667. "branch": "master",
  668. "path": "/ipv6",
  669. "notests": true
  670. },
  671. {
  672. "importpath": "golang.org/x/net/proxy",
  673. "repository": "https://go.googlesource.com/net",
  674. "vcs": "git",
  675. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  676. "branch": "master",
  677. "path": "/proxy",
  678. "notests": true
  679. },
  680. {
  681. "importpath": "golang.org/x/sys/unix",
  682. "repository": "https://go.googlesource.com/sys",
  683. "vcs": "git",
  684. "revision": "83801418e1b59fb1880e363299581ee543af32ca",
  685. "branch": "master",
  686. "path": "/unix",
  687. "notests": true
  688. },
  689. {
  690. "importpath": "golang.org/x/sys/windows",
  691. "repository": "https://go.googlesource.com/sys",
  692. "vcs": "git",
  693. "revision": "83801418e1b59fb1880e363299581ee543af32ca",
  694. "branch": "master",
  695. "path": "windows",
  696. "notests": true
  697. },
  698. {
  699. "importpath": "golang.org/x/text/encoding",
  700. "repository": "https://go.googlesource.com/text",
  701. "vcs": "git",
  702. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  703. "branch": "master",
  704. "path": "encoding",
  705. "notests": true
  706. },
  707. {
  708. "importpath": "golang.org/x/text/internal/format",
  709. "repository": "https://go.googlesource.com/text",
  710. "vcs": "git",
  711. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  712. "branch": "master",
  713. "path": "internal/format",
  714. "notests": true
  715. },
  716. {
  717. "importpath": "golang.org/x/text/internal/gen",
  718. "repository": "https://go.googlesource.com/text",
  719. "vcs": "git",
  720. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  721. "branch": "master",
  722. "path": "internal/gen",
  723. "notests": true
  724. },
  725. {
  726. "importpath": "golang.org/x/text/internal/tag",
  727. "repository": "https://go.googlesource.com/text",
  728. "vcs": "git",
  729. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  730. "branch": "master",
  731. "path": "internal/tag",
  732. "notests": true
  733. },
  734. {
  735. "importpath": "golang.org/x/text/internal/triegen",
  736. "repository": "https://go.googlesource.com/text",
  737. "vcs": "git",
  738. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  739. "branch": "master",
  740. "path": "internal/triegen",
  741. "notests": true
  742. },
  743. {
  744. "importpath": "golang.org/x/text/internal/ucd",
  745. "repository": "https://go.googlesource.com/text",
  746. "vcs": "git",
  747. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  748. "branch": "master",
  749. "path": "internal/ucd",
  750. "notests": true
  751. },
  752. {
  753. "importpath": "golang.org/x/text/internal/utf8internal",
  754. "repository": "https://go.googlesource.com/text",
  755. "vcs": "git",
  756. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  757. "branch": "master",
  758. "path": "internal/utf8internal",
  759. "notests": true
  760. },
  761. {
  762. "importpath": "golang.org/x/text/language",
  763. "repository": "https://go.googlesource.com/text",
  764. "vcs": "git",
  765. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  766. "branch": "master",
  767. "path": "language",
  768. "notests": true
  769. },
  770. {
  771. "importpath": "golang.org/x/text/runes",
  772. "repository": "https://go.googlesource.com/text",
  773. "vcs": "git",
  774. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  775. "branch": "master",
  776. "path": "runes",
  777. "notests": true
  778. },
  779. {
  780. "importpath": "golang.org/x/text/transform",
  781. "repository": "https://go.googlesource.com/text",
  782. "vcs": "git",
  783. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  784. "branch": "master",
  785. "path": "/transform",
  786. "notests": true
  787. },
  788. {
  789. "importpath": "golang.org/x/text/unicode/cldr",
  790. "repository": "https://go.googlesource.com/text",
  791. "vcs": "git",
  792. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  793. "branch": "master",
  794. "path": "unicode/cldr",
  795. "notests": true
  796. },
  797. {
  798. "importpath": "golang.org/x/text/unicode/norm",
  799. "repository": "https://go.googlesource.com/text",
  800. "vcs": "git",
  801. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  802. "branch": "master",
  803. "path": "/unicode/norm",
  804. "notests": true
  805. },
  806. {
  807. "importpath": "golang.org/x/time/rate",
  808. "repository": "https://go.googlesource.com/time",
  809. "vcs": "git",
  810. "revision": "6dc17368e09b0e8634d71cac8168d853e869a0c7",
  811. "branch": "master",
  812. "path": "/rate",
  813. "notests": true
  814. },
  815. {
  816. "importpath": "gopkg.in/urfave/cli.v1",
  817. "repository": "https://gopkg.in/urfave/cli.v1",
  818. "vcs": "git",
  819. "revision": "cfb38830724cc34fedffe9a2a29fb54fa9169cd1",
  820. "branch": "master",
  821. "notests": true
  822. },
  823. {
  824. "importpath": "gopkg.in/yaml.v2",
  825. "repository": "https://gopkg.in/yaml.v2",
  826. "vcs": "git",
  827. "revision": "287cf08546ab5e7e37d55a84f7ed3fd1db036de5",
  828. "branch": "v2",
  829. "notests": true
  830. }
  831. ]
  832. }