Gopkg.lock 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
  2. [[projects]]
  3. name = "github.com/beorn7/perks"
  4. packages = ["quantile"]
  5. revision = "4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
  6. source = "https://github.com/beorn7/perks"
  7. [[projects]]
  8. name = "github.com/bgentry/speakeasy"
  9. packages = ["."]
  10. revision = "4aabc24848ce5fd31929f7d1e4ea74d3709c14cd"
  11. source = "https://github.com/bgentry/speakeasy"
  12. version = "v0.1.0"
  13. [[projects]]
  14. name = "github.com/coreos/bbolt"
  15. packages = ["."]
  16. revision = "48ea1b39c25fc1bab3506fbc712ecbaa842c4d2d"
  17. source = "https://github.com/coreos/bbolt"
  18. version = "v1.3.1-coreos.6"
  19. [[projects]]
  20. name = "github.com/coreos/go-semver"
  21. packages = ["semver"]
  22. revision = "8ab6407b697782a06568d4b7f1db25550ec2e4c6"
  23. source = "https://github.com/coreos/go-semver"
  24. version = "v0.2.0"
  25. [[projects]]
  26. name = "github.com/coreos/go-systemd"
  27. packages = [
  28. "daemon",
  29. "journal",
  30. "util"
  31. ]
  32. revision = "d2196463941895ee908e13531a23a39feb9e1243"
  33. source = "https://github.com/coreos/go-systemd"
  34. version = "v15"
  35. [[projects]]
  36. name = "github.com/coreos/pkg"
  37. packages = [
  38. "capnslog",
  39. "dlopen"
  40. ]
  41. revision = "3ac0863d7acf3bc44daf49afef8919af12f704ef"
  42. source = "https://github.com/coreos/pkg"
  43. version = "v3"
  44. [[projects]]
  45. name = "github.com/cpuguy83/go-md2man"
  46. packages = ["md2man"]
  47. revision = "23709d0847197db6021a51fdb193e66e9222d4e7"
  48. source = "https://github.com/cpuguy83/go-md2man"
  49. [[projects]]
  50. name = "github.com/dgrijalva/jwt-go"
  51. packages = ["."]
  52. revision = "d2709f9f1f31ebcda9651b03077758c1f3a0018c"
  53. source = "https://github.com/dgrijalva/jwt-go"
  54. version = "v3.0.0"
  55. [[projects]]
  56. name = "github.com/dustin/go-humanize"
  57. packages = ["."]
  58. revision = "bb3d318650d48840a39aa21a027c6630e198e626"
  59. source = "https://github.com/dustin/go-humanize"
  60. [[projects]]
  61. name = "github.com/ghodss/yaml"
  62. packages = ["."]
  63. revision = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
  64. source = "https://github.com/ghodss/yaml"
  65. version = "v1.0.0"
  66. [[projects]]
  67. name = "github.com/gogo/protobuf"
  68. packages = [
  69. "gogoproto",
  70. "proto",
  71. "protoc-gen-gogo/descriptor"
  72. ]
  73. revision = "342cbe0a04158f6dcb03ca0079991a51a4248c02"
  74. source = "https://github.com/gogo/protobuf"
  75. version = "v0.5"
  76. [[projects]]
  77. name = "github.com/golang/groupcache"
  78. packages = ["lru"]
  79. revision = "02826c3e79038b59d737d3b1c0a1d937f71a4433"
  80. source = "https://github.com/golang/groupcache"
  81. [[projects]]
  82. name = "github.com/golang/protobuf"
  83. packages = [
  84. "jsonpb",
  85. "proto",
  86. "ptypes",
  87. "ptypes/any",
  88. "ptypes/duration",
  89. "ptypes/struct",
  90. "ptypes/timestamp"
  91. ]
  92. revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"
  93. source = "https://github.com/golang/protobuf"
  94. [[projects]]
  95. name = "github.com/google/btree"
  96. packages = ["."]
  97. revision = "925471ac9e2131377a91e1595defec898166fe49"
  98. source = "https://github.com/google/btree"
  99. [[projects]]
  100. name = "github.com/gorilla/websocket"
  101. packages = ["."]
  102. revision = "4201258b820c74ac8e6922fc9e6b52f71fe46f8d"
  103. source = "https://github.com/gorilla/websocket"
  104. [[projects]]
  105. name = "github.com/grpc-ecosystem/go-grpc-prometheus"
  106. packages = ["."]
  107. revision = "0dafe0d496ea71181bf2dd039e7e3f44b6bd11a7"
  108. source = "https://github.com/grpc-ecosystem/go-grpc-prometheus"
  109. [[projects]]
  110. name = "github.com/grpc-ecosystem/grpc-gateway"
  111. packages = [
  112. "runtime",
  113. "runtime/internal",
  114. "utilities"
  115. ]
  116. revision = "07f5e79768022f9a3265235f0db4ac8c3f675fec"
  117. source = "https://github.com/grpc-ecosystem/grpc-gateway"
  118. version = "v1.3.1"
  119. [[projects]]
  120. name = "github.com/inconshreveable/mousetrap"
  121. packages = ["."]
  122. revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
  123. version = "v1.0"
  124. [[projects]]
  125. name = "github.com/jonboulle/clockwork"
  126. packages = ["."]
  127. revision = "2eee05ed794112d45db504eb05aa693efd2b8b09"
  128. source = "https://github.com/jonboulle/clockwork"
  129. version = "v0.1.0"
  130. [[projects]]
  131. name = "github.com/kr/pty"
  132. packages = ["."]
  133. revision = "2c10821df3c3cf905230d078702dfbe9404c9b23"
  134. source = "https://github.com/kr/pty"
  135. version = "v1.0.0"
  136. [[projects]]
  137. name = "github.com/mattn/go-runewidth"
  138. packages = ["."]
  139. revision = "9e777a8366cce605130a531d2cd6363d07ad7317"
  140. source = "https://github.com/mattn/go-runewidth"
  141. version = "v0.0.2"
  142. [[projects]]
  143. name = "github.com/matttproud/golang_protobuf_extensions"
  144. packages = ["pbutil"]
  145. revision = "3247c84500bff8d9fb6d579d800f20b3e091582c"
  146. version = "v1.0.0"
  147. [[projects]]
  148. name = "github.com/olekukonko/tablewriter"
  149. packages = ["."]
  150. revision = "a0225b3f23b5ce0cbec6d7a66a968f8a59eca9c4"
  151. source = "https://github.com/olekukonko/tablewriter"
  152. [[projects]]
  153. branch = "master"
  154. name = "github.com/petar/GoLLRB"
  155. packages = ["llrb"]
  156. revision = "53be0d36a84c2a886ca057d34b6aa4468df9ccb4"
  157. [[projects]]
  158. name = "github.com/prometheus/client_golang"
  159. packages = [
  160. "prometheus",
  161. "prometheus/promhttp"
  162. ]
  163. revision = "5cec1d0429b02e4323e042eb04dafdb079ddf568"
  164. source = "https://github.com/prometheus/client_golang"
  165. [[projects]]
  166. name = "github.com/prometheus/client_model"
  167. packages = ["go"]
  168. revision = "6f3806018612930941127f2a7c6c453ba2c527d2"
  169. source = "https://github.com/prometheus/client_model"
  170. [[projects]]
  171. name = "github.com/prometheus/common"
  172. packages = [
  173. "expfmt",
  174. "internal/bitbucket.org/ww/goautoneg",
  175. "model"
  176. ]
  177. revision = "e3fb1a1acd7605367a2b378bc2e2f893c05174b7"
  178. source = "https://github.com/prometheus/common"
  179. [[projects]]
  180. name = "github.com/prometheus/procfs"
  181. packages = [
  182. ".",
  183. "xfs"
  184. ]
  185. revision = "a6e9df898b1336106c743392c48ee0b71f5c4efa"
  186. source = "https://github.com/prometheus/procfs"
  187. [[projects]]
  188. name = "github.com/russross/blackfriday"
  189. packages = ["."]
  190. revision = "4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c"
  191. source = "https://github.com/russross/blackfriday"
  192. [[projects]]
  193. name = "github.com/sirupsen/logrus"
  194. packages = ["."]
  195. revision = "f006c2ac4710855cf0f916dd6b77acf6b048dc6e"
  196. source = "https://github.com/sirupsen/logrus"
  197. version = "v1.0.3"
  198. [[projects]]
  199. name = "github.com/soheilhy/cmux"
  200. packages = ["."]
  201. revision = "bb79a83465015a27a175925ebd155e660f55e9f1"
  202. source = "https://github.com/soheilhy/cmux"
  203. version = "v0.1.3"
  204. [[projects]]
  205. name = "github.com/spf13/cobra"
  206. packages = ["."]
  207. revision = "1c44ec8d3f1552cac48999f9306da23c4d8a288b"
  208. source = "https://github.com/spf13/cobra"
  209. [[projects]]
  210. name = "github.com/spf13/pflag"
  211. packages = ["."]
  212. revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
  213. source = "https://github.com/spf13/pflag"
  214. version = "v1.0.0"
  215. [[projects]]
  216. name = "github.com/tmc/grpc-websocket-proxy"
  217. packages = ["wsproxy"]
  218. revision = "89b8d40f7ca833297db804fcb3be53a76d01c238"
  219. source = "https://github.com/tmc/grpc-websocket-proxy"
  220. [[projects]]
  221. name = "github.com/ugorji/go"
  222. packages = ["codec"]
  223. revision = "bdcc60b419d136a85cdf2e7cbcac34b3f1cd6e57"
  224. source = "https://github.com/ugorji/go"
  225. [[projects]]
  226. name = "github.com/urfave/cli"
  227. packages = ["."]
  228. revision = "1efa31f08b9333f1bd4882d61f9d668a70cd902e"
  229. source = "https://github.com/urfave/cli"
  230. version = "v1.18.0"
  231. [[projects]]
  232. name = "github.com/xiang90/probing"
  233. packages = ["."]
  234. revision = "07dd2e8dfe18522e9c447ba95f2fe95262f63bb2"
  235. source = "https://github.com/xiang90/probing"
  236. version = "0.0.1"
  237. [[projects]]
  238. name = "golang.org/x/crypto"
  239. packages = [
  240. "bcrypt",
  241. "blowfish",
  242. "ssh/terminal"
  243. ]
  244. revision = "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
  245. source = "https://github.com/golang/crypto"
  246. [[projects]]
  247. name = "golang.org/x/net"
  248. packages = [
  249. "context",
  250. "http2",
  251. "http2/hpack",
  252. "idna",
  253. "internal/timeseries",
  254. "lex/httplex",
  255. "trace"
  256. ]
  257. revision = "66aacef3dd8a676686c7ae3716979581e8b03c47"
  258. source = "https://github.com/golang/net"
  259. [[projects]]
  260. name = "golang.org/x/sys"
  261. packages = [
  262. "unix",
  263. "windows"
  264. ]
  265. revision = "ebfc5b4631820b793c9010c87fd8fef0f39eb082"
  266. source = "https://github.com/golang/sys"
  267. [[projects]]
  268. name = "golang.org/x/text"
  269. packages = [
  270. "internal/gen",
  271. "internal/triegen",
  272. "internal/ucd",
  273. "secure/bidirule",
  274. "transform",
  275. "unicode/bidi",
  276. "unicode/cldr",
  277. "unicode/norm",
  278. "unicode/rangetable"
  279. ]
  280. revision = "b19bf474d317b857955b12035d2c5acb57ce8b01"
  281. source = "https://github.com/golang/text"
  282. [[projects]]
  283. name = "golang.org/x/time"
  284. packages = ["rate"]
  285. revision = "c06e80d9300e4443158a03817b8a8cb37d230320"
  286. source = "https://github.com/golang/time"
  287. [[projects]]
  288. name = "google.golang.org/genproto"
  289. packages = ["googleapis/rpc/status"]
  290. revision = "09f6ed296fc66555a25fe4ce95173148778dfa85"
  291. source = "https://github.com/google/go-genproto"
  292. [[projects]]
  293. name = "google.golang.org/grpc"
  294. packages = [
  295. ".",
  296. "balancer",
  297. "codes",
  298. "connectivity",
  299. "credentials",
  300. "grpclb/grpc_lb_v1/messages",
  301. "grpclog",
  302. "health",
  303. "health/grpc_health_v1",
  304. "internal",
  305. "keepalive",
  306. "metadata",
  307. "naming",
  308. "peer",
  309. "resolver",
  310. "stats",
  311. "status",
  312. "tap",
  313. "transport"
  314. ]
  315. revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e"
  316. source = "https://github.com/grpc/grpc-go"
  317. version = "v1.7.5"
  318. [[projects]]
  319. name = "gopkg.in/cheggaaa/pb.v1"
  320. packages = ["."]
  321. revision = "226d21d43a305fac52b3a104ef83e721b15275e0"
  322. source = "https://github.com/cheggaaa/pb"
  323. version = "v1.0.2"
  324. [[projects]]
  325. name = "gopkg.in/yaml.v2"
  326. packages = ["."]
  327. revision = "cd8b52f8269e0feb286dfeef29f8fe4d5b397e0b"
  328. source = "https://github.com/go-yaml/yaml"
  329. [solve-meta]
  330. analyzer-name = "dep"
  331. analyzer-version = 1
  332. inputs-digest = "d3d9cf93e8be79ee71de7d96f1b7529d51fbdf1a96cc0b865fc8ec6b1a42c575"
  333. solver-name = "gps-cdcl"
  334. solver-version = 1