manifest 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  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/suture",
  79. "repository": "https://github.com/calmh/suture",
  80. "vcs": "git",
  81. "revision": "2741a6bb8fdeba8f30c948c83756edc4dd21b9c6",
  82. "branch": "master",
  83. "notests": true
  84. },
  85. {
  86. "importpath": "github.com/calmh/xdr",
  87. "repository": "https://github.com/calmh/xdr",
  88. "vcs": "git",
  89. "revision": "08e072f9cb164f943a92eb59f90f3abc64ac6e8f",
  90. "branch": "master",
  91. "notests": true
  92. },
  93. {
  94. "importpath": "github.com/cheggaaa/pb",
  95. "repository": "https://github.com/cheggaaa/pb",
  96. "vcs": "git",
  97. "revision": "18d384da9bdc1e5a08fc2a62a494c321d9ae74ea",
  98. "branch": "master",
  99. "notests": true
  100. },
  101. {
  102. "importpath": "github.com/chmduquesne/rollinghash",
  103. "repository": "https://github.com/chmduquesne/rollinghash",
  104. "vcs": "git",
  105. "revision": "abb8cbaf9915e48ee20cae94bcd94221b61707a2",
  106. "branch": "master",
  107. "notests": true
  108. },
  109. {
  110. "importpath": "github.com/d4l3k/messagediff",
  111. "repository": "https://github.com/d4l3k/messagediff",
  112. "vcs": "git",
  113. "revision": "29f32d820d112dbd66e58492a6ffb7cc3106312b",
  114. "branch": "master",
  115. "notests": true
  116. },
  117. {
  118. "importpath": "github.com/dustin/go-humanize",
  119. "repository": "https://github.com/dustin/go-humanize",
  120. "vcs": "git",
  121. "revision": "bb3d318650d48840a39aa21a027c6630e198e626",
  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/kballard/go-shellquote",
  203. "repository": "https://github.com/kballard/go-shellquote",
  204. "vcs": "git",
  205. "revision": "cd60e84ee657ff3dc51de0b4f55dd299a3e136f2",
  206. "branch": "master",
  207. "notests": true
  208. },
  209. {
  210. "importpath": "github.com/klauspost/cpuid",
  211. "repository": "https://github.com/klauspost/cpuid",
  212. "vcs": "git",
  213. "revision": "eae9b3e628d72774e13bdf024e78c0802f85a5b9",
  214. "branch": "master",
  215. "notests": true
  216. },
  217. {
  218. "importpath": "github.com/magefile/mage/mg",
  219. "repository": "https://github.com/magefile/mage",
  220. "vcs": "git",
  221. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  222. "branch": "master",
  223. "path": "/mg",
  224. "notests": true
  225. },
  226. {
  227. "importpath": "github.com/magefile/mage/sh",
  228. "repository": "https://github.com/magefile/mage",
  229. "vcs": "git",
  230. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  231. "branch": "master",
  232. "path": "sh",
  233. "notests": true
  234. },
  235. {
  236. "importpath": "github.com/magefile/mage/types",
  237. "repository": "https://github.com/magefile/mage",
  238. "vcs": "git",
  239. "revision": "63768081a3236a7c6c53ef72e402ae1fe1664b61",
  240. "branch": "master",
  241. "path": "types",
  242. "notests": true
  243. },
  244. {
  245. "importpath": "github.com/mattn/go-runewidth",
  246. "repository": "https://github.com/mattn/go-runewidth",
  247. "vcs": "git",
  248. "revision": "97311d9f7767e3d6f422ea06661bc2c7a19e8a5d",
  249. "branch": "master",
  250. "notests": true
  251. },
  252. {
  253. "importpath": "github.com/matttproud/golang_protobuf_extensions/pbutil",
  254. "repository": "https://github.com/matttproud/golang_protobuf_extensions",
  255. "vcs": "git",
  256. "revision": "c12348ce28de40eed0136aa2b644d0ee0650e56c",
  257. "branch": "master",
  258. "path": "/pbutil",
  259. "notests": true
  260. },
  261. {
  262. "importpath": "github.com/minio/cli",
  263. "repository": "https://github.com/minio/cli",
  264. "vcs": "git",
  265. "revision": "45db1f8a055198ad8c12754026cb2c51c584c756",
  266. "branch": "master",
  267. "notests": true
  268. },
  269. {
  270. "importpath": "github.com/minio/sha256-simd",
  271. "repository": "https://github.com/minio/sha256-simd",
  272. "vcs": "git",
  273. "revision": "ad98a36ba0da87206e3378c556abbfeaeaa98668",
  274. "branch": "master",
  275. "notests": true
  276. },
  277. {
  278. "importpath": "github.com/mitchellh/go-homedir",
  279. "repository": "https://github.com/mitchellh/go-homedir",
  280. "vcs": "git",
  281. "revision": "b8bc1bf767474819792c23f32d8286a45736f1c6",
  282. "branch": "master",
  283. "notests": true
  284. },
  285. {
  286. "importpath": "github.com/onsi/ginkgo",
  287. "repository": "https://github.com/onsi/ginkgo",
  288. "vcs": "git",
  289. "revision": "6c46eb8334b30dc55b42f1a1c725d5ce97375390",
  290. "branch": "master",
  291. "notests": true
  292. },
  293. {
  294. "importpath": "github.com/onsi/gomega",
  295. "repository": "https://github.com/onsi/gomega",
  296. "vcs": "git",
  297. "revision": "ba3724c94e4dd5d5690d37c190f1c54b2c1b4e64",
  298. "branch": "master",
  299. "notests": true
  300. },
  301. {
  302. "importpath": "github.com/oschwald/geoip2-golang",
  303. "repository": "https://github.com/oschwald/geoip2-golang",
  304. "vcs": "git",
  305. "revision": "5b1dc16861f81d05d9836bb21c2d0d65282fc0b8",
  306. "branch": "master",
  307. "notests": true
  308. },
  309. {
  310. "importpath": "github.com/oschwald/maxminddb-golang",
  311. "repository": "https://github.com/oschwald/maxminddb-golang",
  312. "vcs": "git",
  313. "revision": "26fe5ace1c706491c2936119e1dc69c1a9c04d7f",
  314. "branch": "master",
  315. "notests": true
  316. },
  317. {
  318. "importpath": "github.com/petermattis/goid",
  319. "repository": "https://github.com/petermattis/goid",
  320. "vcs": "git",
  321. "revision": "3db12ebb2a599ba4a96bea1c17b61c2f78a40e02",
  322. "branch": "master",
  323. "notests": true
  324. },
  325. {
  326. "importpath": "github.com/pkg/errors",
  327. "repository": "https://github.com/pkg/errors",
  328. "vcs": "git",
  329. "revision": "e881fd58d78e04cf6d0de1217f8707c8cc2249bc",
  330. "branch": "master",
  331. "notests": true
  332. },
  333. {
  334. "importpath": "github.com/prometheus/client_golang/prometheus",
  335. "repository": "https://github.com/prometheus/client_golang",
  336. "vcs": "git",
  337. "revision": "180b8fdc22b4ea7750bcb43c925277654a1ea2f3",
  338. "branch": "master",
  339. "path": "/prometheus",
  340. "notests": true
  341. },
  342. {
  343. "importpath": "github.com/prometheus/client_model/go",
  344. "repository": "https://github.com/prometheus/client_model",
  345. "vcs": "git",
  346. "revision": "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c",
  347. "branch": "master",
  348. "path": "/go",
  349. "notests": true
  350. },
  351. {
  352. "importpath": "github.com/prometheus/common/expfmt",
  353. "repository": "https://github.com/prometheus/common",
  354. "vcs": "git",
  355. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  356. "branch": "master",
  357. "path": "expfmt",
  358. "notests": true
  359. },
  360. {
  361. "importpath": "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg",
  362. "repository": "https://github.com/prometheus/common",
  363. "vcs": "git",
  364. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  365. "branch": "master",
  366. "path": "internal/bitbucket.org/ww/goautoneg",
  367. "notests": true
  368. },
  369. {
  370. "importpath": "github.com/prometheus/common/model",
  371. "repository": "https://github.com/prometheus/common",
  372. "vcs": "git",
  373. "revision": "2e54d0b93cba2fd133edc32211dcc32c06ef72ca",
  374. "branch": "master",
  375. "path": "/model",
  376. "notests": true
  377. },
  378. {
  379. "importpath": "github.com/prometheus/procfs",
  380. "repository": "https://github.com/prometheus/procfs",
  381. "vcs": "git",
  382. "revision": "b15cd069a83443be3154b719d0cc9fe8117f09fb",
  383. "branch": "master",
  384. "notests": true
  385. },
  386. {
  387. "importpath": "github.com/rcrowley/go-metrics",
  388. "repository": "https://github.com/rcrowley/go-metrics",
  389. "vcs": "git",
  390. "revision": "e181e095bae94582363434144c61a9653aff6e50",
  391. "branch": "master",
  392. "notests": true
  393. },
  394. {
  395. "importpath": "github.com/sasha-s/go-deadlock",
  396. "repository": "https://github.com/sasha-s/go-deadlock",
  397. "vcs": "git",
  398. "revision": "03d40e5dbd5488667a13b3c2600b2f7c2886f02f",
  399. "branch": "master",
  400. "notests": true
  401. },
  402. {
  403. "importpath": "github.com/sirupsen/logrus",
  404. "repository": "https://github.com/sirupsen/logrus",
  405. "vcs": "git",
  406. "revision": "d682213848ed68c0a260ca37d6dd5ace8423f5ba",
  407. "branch": "master",
  408. "notests": true
  409. },
  410. {
  411. "importpath": "github.com/stathat/go",
  412. "repository": "https://github.com/stathat/go",
  413. "vcs": "git",
  414. "revision": "74669b9f388d9d788c97399a0824adbfee78400e",
  415. "branch": "master",
  416. "notests": true
  417. },
  418. {
  419. "importpath": "github.com/syncthing/notify",
  420. "repository": "https://github.com/syncthing/notify",
  421. "vcs": "git",
  422. "revision": "b76b45868a77e7800dd06cce61101af9c4274bcc",
  423. "branch": "master",
  424. "notests": true
  425. },
  426. {
  427. "importpath": "github.com/syndtr/goleveldb/leveldb",
  428. "repository": "https://github.com/syndtr/goleveldb",
  429. "vcs": "git",
  430. "revision": "34011bf325bce385408353a30b101fe5e923eb6e",
  431. "branch": "master",
  432. "path": "/leveldb",
  433. "notests": true
  434. },
  435. {
  436. "importpath": "github.com/templexxx/cpufeat",
  437. "repository": "https://github.com/templexxx/cpufeat",
  438. "vcs": "git",
  439. "revision": "3794dfbfb04749f896b521032f69383f24c3687e",
  440. "branch": "master",
  441. "notests": true
  442. },
  443. {
  444. "importpath": "github.com/tjfoc/gmsm/sm4",
  445. "repository": "https://github.com/tjfoc/gmsm",
  446. "vcs": "git",
  447. "revision": "98aa888b79d8de04afe0fccf45ed10594efc858b",
  448. "branch": "master",
  449. "path": "/sm4",
  450. "notests": true
  451. },
  452. {
  453. "importpath": "github.com/vitrun/qart/coding",
  454. "repository": "https://github.com/vitrun/qart",
  455. "vcs": "git",
  456. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  457. "branch": "master",
  458. "path": "coding",
  459. "notests": true
  460. },
  461. {
  462. "importpath": "github.com/vitrun/qart/gf256",
  463. "repository": "https://github.com/vitrun/qart",
  464. "vcs": "git",
  465. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  466. "branch": "master",
  467. "path": "gf256",
  468. "notests": true
  469. },
  470. {
  471. "importpath": "github.com/vitrun/qart/qr",
  472. "repository": "https://github.com/vitrun/qart",
  473. "vcs": "git",
  474. "revision": "bf64b92db6b05651d6c25a3dabf2d543b360c0aa",
  475. "branch": "master",
  476. "path": "/qr",
  477. "notests": true
  478. },
  479. {
  480. "importpath": "golang.org/x/crypto/bcrypt",
  481. "repository": "https://go.googlesource.com/crypto",
  482. "vcs": "git",
  483. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  484. "branch": "master",
  485. "path": "/bcrypt",
  486. "notests": true
  487. },
  488. {
  489. "importpath": "golang.org/x/crypto/blowfish",
  490. "repository": "https://go.googlesource.com/crypto",
  491. "vcs": "git",
  492. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  493. "branch": "master",
  494. "path": "blowfish",
  495. "notests": true
  496. },
  497. {
  498. "importpath": "golang.org/x/crypto/cast5",
  499. "repository": "https://go.googlesource.com/crypto",
  500. "vcs": "git",
  501. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  502. "branch": "master",
  503. "path": "cast5",
  504. "notests": true
  505. },
  506. {
  507. "importpath": "golang.org/x/crypto/pbkdf2",
  508. "repository": "https://go.googlesource.com/crypto",
  509. "vcs": "git",
  510. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  511. "branch": "master",
  512. "path": "pbkdf2",
  513. "notests": true
  514. },
  515. {
  516. "importpath": "golang.org/x/crypto/salsa20",
  517. "repository": "https://go.googlesource.com/crypto",
  518. "vcs": "git",
  519. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  520. "branch": "master",
  521. "path": "salsa20",
  522. "notests": true
  523. },
  524. {
  525. "importpath": "golang.org/x/crypto/ssh/terminal",
  526. "repository": "https://go.googlesource.com/crypto",
  527. "vcs": "git",
  528. "revision": "0fcca4842a8d74bfddc2c96a073bd2a4d2a7a2e8",
  529. "branch": "master",
  530. "path": "/ssh/terminal",
  531. "notests": true
  532. },
  533. {
  534. "importpath": "golang.org/x/crypto/tea",
  535. "repository": "https://go.googlesource.com/crypto",
  536. "vcs": "git",
  537. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  538. "branch": "master",
  539. "path": "tea",
  540. "notests": true
  541. },
  542. {
  543. "importpath": "golang.org/x/crypto/twofish",
  544. "repository": "https://go.googlesource.com/crypto",
  545. "vcs": "git",
  546. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  547. "branch": "master",
  548. "path": "/twofish",
  549. "notests": true
  550. },
  551. {
  552. "importpath": "golang.org/x/crypto/xtea",
  553. "repository": "https://go.googlesource.com/crypto",
  554. "vcs": "git",
  555. "revision": "95a4943f35d008beabde8c11e5075a1b714e6419",
  556. "branch": "master",
  557. "path": "xtea",
  558. "notests": true
  559. },
  560. {
  561. "importpath": "golang.org/x/net/bpf",
  562. "repository": "https://go.googlesource.com/net",
  563. "vcs": "git",
  564. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  565. "branch": "master",
  566. "path": "bpf",
  567. "notests": true
  568. },
  569. {
  570. "importpath": "golang.org/x/net/html",
  571. "repository": "https://go.googlesource.com/net",
  572. "vcs": "git",
  573. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  574. "branch": "master",
  575. "path": "html",
  576. "notests": true
  577. },
  578. {
  579. "importpath": "golang.org/x/net/internal/iana",
  580. "repository": "https://go.googlesource.com/net",
  581. "vcs": "git",
  582. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  583. "branch": "master",
  584. "path": "internal/iana",
  585. "notests": true
  586. },
  587. {
  588. "importpath": "golang.org/x/net/internal/socket",
  589. "repository": "https://go.googlesource.com/net",
  590. "vcs": "git",
  591. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  592. "branch": "master",
  593. "path": "internal/socket",
  594. "notests": true
  595. },
  596. {
  597. "importpath": "golang.org/x/net/ipv4",
  598. "repository": "https://go.googlesource.com/net",
  599. "vcs": "git",
  600. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  601. "branch": "master",
  602. "path": "/ipv4",
  603. "notests": true
  604. },
  605. {
  606. "importpath": "golang.org/x/net/ipv6",
  607. "repository": "https://go.googlesource.com/net",
  608. "vcs": "git",
  609. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  610. "branch": "master",
  611. "path": "/ipv6",
  612. "notests": true
  613. },
  614. {
  615. "importpath": "golang.org/x/net/proxy",
  616. "repository": "https://go.googlesource.com/net",
  617. "vcs": "git",
  618. "revision": "d866cfc389cec985d6fda2859936a575a55a3ab6",
  619. "branch": "master",
  620. "path": "/proxy",
  621. "notests": true
  622. },
  623. {
  624. "importpath": "golang.org/x/sys/unix",
  625. "repository": "https://go.googlesource.com/sys",
  626. "vcs": "git",
  627. "revision": "83801418e1b59fb1880e363299581ee543af32ca",
  628. "branch": "master",
  629. "path": "/unix",
  630. "notests": true
  631. },
  632. {
  633. "importpath": "golang.org/x/sys/windows",
  634. "repository": "https://go.googlesource.com/sys",
  635. "vcs": "git",
  636. "revision": "83801418e1b59fb1880e363299581ee543af32ca",
  637. "branch": "master",
  638. "path": "windows",
  639. "notests": true
  640. },
  641. {
  642. "importpath": "golang.org/x/text/encoding",
  643. "repository": "https://go.googlesource.com/text",
  644. "vcs": "git",
  645. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  646. "branch": "master",
  647. "path": "encoding",
  648. "notests": true
  649. },
  650. {
  651. "importpath": "golang.org/x/text/internal/format",
  652. "repository": "https://go.googlesource.com/text",
  653. "vcs": "git",
  654. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  655. "branch": "master",
  656. "path": "internal/format",
  657. "notests": true
  658. },
  659. {
  660. "importpath": "golang.org/x/text/internal/gen",
  661. "repository": "https://go.googlesource.com/text",
  662. "vcs": "git",
  663. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  664. "branch": "master",
  665. "path": "internal/gen",
  666. "notests": true
  667. },
  668. {
  669. "importpath": "golang.org/x/text/internal/tag",
  670. "repository": "https://go.googlesource.com/text",
  671. "vcs": "git",
  672. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  673. "branch": "master",
  674. "path": "internal/tag",
  675. "notests": true
  676. },
  677. {
  678. "importpath": "golang.org/x/text/internal/triegen",
  679. "repository": "https://go.googlesource.com/text",
  680. "vcs": "git",
  681. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  682. "branch": "master",
  683. "path": "internal/triegen",
  684. "notests": true
  685. },
  686. {
  687. "importpath": "golang.org/x/text/internal/ucd",
  688. "repository": "https://go.googlesource.com/text",
  689. "vcs": "git",
  690. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  691. "branch": "master",
  692. "path": "internal/ucd",
  693. "notests": true
  694. },
  695. {
  696. "importpath": "golang.org/x/text/internal/utf8internal",
  697. "repository": "https://go.googlesource.com/text",
  698. "vcs": "git",
  699. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  700. "branch": "master",
  701. "path": "internal/utf8internal",
  702. "notests": true
  703. },
  704. {
  705. "importpath": "golang.org/x/text/language",
  706. "repository": "https://go.googlesource.com/text",
  707. "vcs": "git",
  708. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  709. "branch": "master",
  710. "path": "language",
  711. "notests": true
  712. },
  713. {
  714. "importpath": "golang.org/x/text/runes",
  715. "repository": "https://go.googlesource.com/text",
  716. "vcs": "git",
  717. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  718. "branch": "master",
  719. "path": "runes",
  720. "notests": true
  721. },
  722. {
  723. "importpath": "golang.org/x/text/transform",
  724. "repository": "https://go.googlesource.com/text",
  725. "vcs": "git",
  726. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  727. "branch": "master",
  728. "path": "/transform",
  729. "notests": true
  730. },
  731. {
  732. "importpath": "golang.org/x/text/unicode/cldr",
  733. "repository": "https://go.googlesource.com/text",
  734. "vcs": "git",
  735. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  736. "branch": "master",
  737. "path": "unicode/cldr",
  738. "notests": true
  739. },
  740. {
  741. "importpath": "golang.org/x/text/unicode/norm",
  742. "repository": "https://go.googlesource.com/text",
  743. "vcs": "git",
  744. "revision": "e19ae1496984b1c655b8044a65c0300a3c878dd3",
  745. "branch": "master",
  746. "path": "/unicode/norm",
  747. "notests": true
  748. },
  749. {
  750. "importpath": "golang.org/x/time/rate",
  751. "repository": "https://go.googlesource.com/time",
  752. "vcs": "git",
  753. "revision": "6dc17368e09b0e8634d71cac8168d853e869a0c7",
  754. "branch": "master",
  755. "path": "/rate",
  756. "notests": true
  757. },
  758. {
  759. "importpath": "gopkg.in/urfave/cli.v1",
  760. "repository": "https://gopkg.in/urfave/cli.v1",
  761. "vcs": "git",
  762. "revision": "cfb38830724cc34fedffe9a2a29fb54fa9169cd1",
  763. "branch": "master",
  764. "notests": true
  765. },
  766. {
  767. "importpath": "gopkg.in/yaml.v2",
  768. "repository": "https://gopkg.in/yaml.v2",
  769. "vcs": "git",
  770. "revision": "287cf08546ab5e7e37d55a84f7ed3fd1db036de5",
  771. "branch": "v2",
  772. "notests": true
  773. }
  774. ]
  775. }