You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

414 lines
8.9 KiB

  1. # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
  2. [[projects]]
  3. branch = "master"
  4. name = "github.com/beorn7/perks"
  5. packages = ["quantile"]
  6. revision = "3a771d992973f24aa725d07868b467d1ddfceafb"
  7. [[projects]]
  8. branch = "master"
  9. name = "github.com/btcsuite/btcd"
  10. packages = ["btcec"]
  11. revision = "86fed781132ac890ee03e906e4ecd5d6fa180c64"
  12. [[projects]]
  13. branch = "master"
  14. name = "github.com/btcsuite/btcutil"
  15. packages = [
  16. "base58",
  17. "bech32"
  18. ]
  19. revision = "d4cc87b860166d00d6b5b9e0d3b3d71d6088d4d4"
  20. [[projects]]
  21. name = "github.com/davecgh/go-spew"
  22. packages = ["spew"]
  23. revision = "346938d642f2ec3594ed81d874461961cd0faa76"
  24. version = "v1.1.0"
  25. [[projects]]
  26. branch = "master"
  27. name = "github.com/ebuchman/fail-test"
  28. packages = ["."]
  29. revision = "95f809107225be108efcf10a3509e4ea6ceef3c4"
  30. [[projects]]
  31. branch = "master"
  32. name = "github.com/fortytw2/leaktest"
  33. packages = ["."]
  34. revision = "b008db64ef8daabb22ff6daa557f33b41d8f6ccd"
  35. [[projects]]
  36. name = "github.com/fsnotify/fsnotify"
  37. packages = ["."]
  38. revision = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
  39. version = "v1.4.7"
  40. [[projects]]
  41. name = "github.com/go-kit/kit"
  42. packages = [
  43. "log",
  44. "log/level",
  45. "log/term",
  46. "metrics",
  47. "metrics/discard",
  48. "metrics/internal/lv",
  49. "metrics/prometheus"
  50. ]
  51. revision = "4dc7be5d2d12881735283bcab7352178e190fc71"
  52. version = "v0.6.0"
  53. [[projects]]
  54. name = "github.com/go-logfmt/logfmt"
  55. packages = ["."]
  56. revision = "390ab7935ee28ec6b286364bba9b4dd6410cb3d5"
  57. version = "v0.3.0"
  58. [[projects]]
  59. name = "github.com/go-stack/stack"
  60. packages = ["."]
  61. revision = "259ab82a6cad3992b4e21ff5cac294ccb06474bc"
  62. version = "v1.7.0"
  63. [[projects]]
  64. name = "github.com/gogo/protobuf"
  65. packages = [
  66. "gogoproto",
  67. "jsonpb",
  68. "proto",
  69. "protoc-gen-gogo/descriptor",
  70. "sortkeys",
  71. "types"
  72. ]
  73. revision = "1adfc126b41513cc696b209667c8656ea7aac67c"
  74. version = "v1.0.0"
  75. [[projects]]
  76. name = "github.com/golang/protobuf"
  77. packages = [
  78. "proto",
  79. "ptypes",
  80. "ptypes/any",
  81. "ptypes/duration",
  82. "ptypes/timestamp"
  83. ]
  84. revision = "925541529c1fa6821df4e44ce2723319eb2be768"
  85. version = "v1.0.0"
  86. [[projects]]
  87. branch = "master"
  88. name = "github.com/golang/snappy"
  89. packages = ["."]
  90. revision = "2e65f85255dbc3072edf28d6b5b8efc472979f5a"
  91. [[projects]]
  92. name = "github.com/gorilla/websocket"
  93. packages = ["."]
  94. revision = "ea4d1f681babbce9545c9c5f3d5194a789c89f5b"
  95. version = "v1.2.0"
  96. [[projects]]
  97. branch = "master"
  98. name = "github.com/hashicorp/hcl"
  99. packages = [
  100. ".",
  101. "hcl/ast",
  102. "hcl/parser",
  103. "hcl/printer",
  104. "hcl/scanner",
  105. "hcl/strconv",
  106. "hcl/token",
  107. "json/parser",
  108. "json/scanner",
  109. "json/token"
  110. ]
  111. revision = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168"
  112. [[projects]]
  113. name = "github.com/inconshreveable/mousetrap"
  114. packages = ["."]
  115. revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
  116. version = "v1.0"
  117. [[projects]]
  118. branch = "master"
  119. name = "github.com/jmhodges/levigo"
  120. packages = ["."]
  121. revision = "c42d9e0ca023e2198120196f842701bb4c55d7b9"
  122. [[projects]]
  123. branch = "master"
  124. name = "github.com/kr/logfmt"
  125. packages = ["."]
  126. revision = "b84e30acd515aadc4b783ad4ff83aff3299bdfe0"
  127. [[projects]]
  128. name = "github.com/magiconair/properties"
  129. packages = ["."]
  130. revision = "c2353362d570a7bfa228149c62842019201cfb71"
  131. version = "v1.8.0"
  132. [[projects]]
  133. name = "github.com/matttproud/golang_protobuf_extensions"
  134. packages = ["pbutil"]
  135. revision = "c12348ce28de40eed0136aa2b644d0ee0650e56c"
  136. version = "v1.0.1"
  137. [[projects]]
  138. branch = "master"
  139. name = "github.com/mitchellh/mapstructure"
  140. packages = ["."]
  141. revision = "bb74f1db0675b241733089d5a1faa5dd8b0ef57b"
  142. [[projects]]
  143. name = "github.com/pelletier/go-toml"
  144. packages = ["."]
  145. revision = "c01d1270ff3e442a8a57cddc1c92dc1138598194"
  146. version = "v1.2.0"
  147. [[projects]]
  148. name = "github.com/pkg/errors"
  149. packages = ["."]
  150. revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
  151. version = "v0.8.0"
  152. [[projects]]
  153. name = "github.com/pmezard/go-difflib"
  154. packages = ["difflib"]
  155. revision = "792786c7400a136282c1664665ae0a8db921c6c2"
  156. version = "v1.0.0"
  157. [[projects]]
  158. name = "github.com/prometheus/client_golang"
  159. packages = [
  160. "prometheus",
  161. "prometheus/promhttp"
  162. ]
  163. revision = "c5b7fccd204277076155f10851dad72b76a49317"
  164. version = "v0.8.0"
  165. [[projects]]
  166. branch = "master"
  167. name = "github.com/prometheus/client_model"
  168. packages = ["go"]
  169. revision = "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c"
  170. [[projects]]
  171. branch = "master"
  172. name = "github.com/prometheus/common"
  173. packages = [
  174. "expfmt",
  175. "internal/bitbucket.org/ww/goautoneg",
  176. "model"
  177. ]
  178. revision = "7600349dcfe1abd18d72d3a1770870d9800a7801"
  179. [[projects]]
  180. branch = "master"
  181. name = "github.com/prometheus/procfs"
  182. packages = [
  183. ".",
  184. "internal/util",
  185. "nfs",
  186. "xfs"
  187. ]
  188. revision = "40f013a808ec4fa79def444a1a56de4d1727efcb"
  189. [[projects]]
  190. branch = "master"
  191. name = "github.com/rcrowley/go-metrics"
  192. packages = ["."]
  193. revision = "e2704e165165ec55d062f5919b4b29494e9fa790"
  194. [[projects]]
  195. name = "github.com/spf13/afero"
  196. packages = [
  197. ".",
  198. "mem"
  199. ]
  200. revision = "787d034dfe70e44075ccc060d346146ef53270ad"
  201. version = "v1.1.1"
  202. [[projects]]
  203. name = "github.com/spf13/cast"
  204. packages = ["."]
  205. revision = "8965335b8c7107321228e3e3702cab9832751bac"
  206. version = "v1.2.0"
  207. [[projects]]
  208. name = "github.com/spf13/cobra"
  209. packages = ["."]
  210. revision = "ef82de70bb3f60c65fb8eebacbb2d122ef517385"
  211. version = "v0.0.3"
  212. [[projects]]
  213. branch = "master"
  214. name = "github.com/spf13/jwalterweatherman"
  215. packages = ["."]
  216. revision = "7c0cea34c8ece3fbeb2b27ab9b59511d360fb394"
  217. [[projects]]
  218. name = "github.com/spf13/pflag"
  219. packages = ["."]
  220. revision = "583c0c0531f06d5278b7d917446061adc344b5cd"
  221. version = "v1.0.1"
  222. [[projects]]
  223. name = "github.com/spf13/viper"
  224. packages = ["."]
  225. revision = "b5e8006cbee93ec955a89ab31e0e3ce3204f3736"
  226. version = "v1.0.2"
  227. [[projects]]
  228. name = "github.com/stretchr/testify"
  229. packages = [
  230. "assert",
  231. "require"
  232. ]
  233. revision = "f35b8ab0b5a2cef36673838d662e249dd9c94686"
  234. version = "v1.2.2"
  235. [[projects]]
  236. branch = "master"
  237. name = "github.com/syndtr/goleveldb"
  238. packages = [
  239. "leveldb",
  240. "leveldb/cache",
  241. "leveldb/comparer",
  242. "leveldb/errors",
  243. "leveldb/filter",
  244. "leveldb/iterator",
  245. "leveldb/journal",
  246. "leveldb/memdb",
  247. "leveldb/opt",
  248. "leveldb/storage",
  249. "leveldb/table",
  250. "leveldb/util"
  251. ]
  252. revision = "0d5a0ceb10cf9ab89fdd744cc8c50a83134f6697"
  253. [[projects]]
  254. branch = "master"
  255. name = "github.com/tendermint/ed25519"
  256. packages = [
  257. ".",
  258. "edwards25519",
  259. "extra25519"
  260. ]
  261. revision = "d8387025d2b9d158cf4efb07e7ebf814bcce2057"
  262. [[projects]]
  263. name = "github.com/tendermint/go-amino"
  264. packages = ["."]
  265. revision = "2106ca61d91029c931fd54968c2bb02dc96b1412"
  266. version = "0.10.1"
  267. [[projects]]
  268. branch = "master"
  269. name = "golang.org/x/crypto"
  270. packages = [
  271. "bcrypt",
  272. "blowfish",
  273. "chacha20poly1305",
  274. "curve25519",
  275. "hkdf",
  276. "internal/chacha20",
  277. "internal/subtle",
  278. "nacl/box",
  279. "nacl/secretbox",
  280. "openpgp/armor",
  281. "openpgp/errors",
  282. "poly1305",
  283. "ripemd160",
  284. "salsa20/salsa"
  285. ]
  286. revision = "a49355c7e3f8fe157a85be2f77e6e269a0f89602"
  287. [[projects]]
  288. branch = "master"
  289. name = "golang.org/x/net"
  290. packages = [
  291. "context",
  292. "http/httpguts",
  293. "http2",
  294. "http2/hpack",
  295. "idna",
  296. "internal/timeseries",
  297. "netutil",
  298. "trace"
  299. ]
  300. revision = "4cb1c02c05b0e749b0365f61ae859a8e0cfceed9"
  301. [[projects]]
  302. branch = "master"
  303. name = "golang.org/x/sys"
  304. packages = [
  305. "cpu",
  306. "unix"
  307. ]
  308. revision = "7138fd3d9dc8335c567ca206f4333fb75eb05d56"
  309. [[projects]]
  310. name = "golang.org/x/text"
  311. packages = [
  312. "collate",
  313. "collate/build",
  314. "internal/colltab",
  315. "internal/gen",
  316. "internal/tag",
  317. "internal/triegen",
  318. "internal/ucd",
  319. "language",
  320. "secure/bidirule",
  321. "transform",
  322. "unicode/bidi",
  323. "unicode/cldr",
  324. "unicode/norm",
  325. "unicode/rangetable"
  326. ]
  327. revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
  328. version = "v0.3.0"
  329. [[projects]]
  330. name = "google.golang.org/genproto"
  331. packages = ["googleapis/rpc/status"]
  332. revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
  333. [[projects]]
  334. name = "google.golang.org/grpc"
  335. packages = [
  336. ".",
  337. "balancer",
  338. "codes",
  339. "connectivity",
  340. "credentials",
  341. "grpclb/grpc_lb_v1/messages",
  342. "grpclog",
  343. "internal",
  344. "keepalive",
  345. "metadata",
  346. "naming",
  347. "peer",
  348. "resolver",
  349. "stats",
  350. "status",
  351. "tap",
  352. "transport"
  353. ]
  354. revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e"
  355. version = "v1.7.5"
  356. [[projects]]
  357. name = "gopkg.in/yaml.v2"
  358. packages = ["."]
  359. revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"
  360. version = "v2.2.1"
  361. [solve-meta]
  362. analyzer-name = "dep"
  363. analyzer-version = 1
  364. inputs-digest = "520cd9a034e6be26dc6e0864dae3fb294b81850d8de41ca6c2c8cd6295425f28"
  365. solver-name = "gps-cdcl"
  366. solver-version = 1