forked from stellar/go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.lock
447 lines (447 loc) · 14.6 KB
/
glide.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
hash: 7c490f2ade006098026a8431a7d8152b326e3bef9dff07011d2854e4e2302225
updated: 2018-06-19T11:08:10.285034+02:00
imports:
- name: bitbucket.org/ww/goautoneg
version: 75cd24fc2f2c2a2088577d12123ddee5f54e0675
- name: github.com/agl/ed25519
version: 278e1ec8e8a6e017cd07577924d6766039146ced
repo: https://github.com/agl/ed25519
subpackages:
- edwards25519
- name: github.com/ajg/form
version: 523a5da1a92f01b01f840b61689c0340a0243532
repo: https://github.com/ajg/form
- name: github.com/asaskevich/govalidator
version: 7d2e70ef918f16bd6455529af38304d6d025c952
repo: https://github.com/asaskevich/govalidator.git
- name: github.com/aws/aws-sdk-go
version: 8649d278323ebf6bd20c9cd56ecb152b1c617375
repo: https://github.com/aws/aws-sdk-go
subpackages:
- aws
- aws/awserr
- aws/awsutil
- aws/client
- aws/client/metadata
- aws/corehandlers
- aws/credentials
- aws/credentials/ec2rolecreds
- aws/credentials/endpointcreds
- aws/credentials/stscreds
- aws/defaults
- aws/ec2metadata
- aws/endpoints
- aws/request
- aws/session
- aws/signer/v4
- private/protocol
- private/protocol/query
- private/protocol/query/queryutil
- private/protocol/rest
- private/protocol/restxml
- private/protocol/xml/xmlutil
- private/waiter
- service/s3
- service/sts
- name: github.com/btcsuite/btcd
version: 4803a8291c92a1d2d41041b942a9a9e37deab065
subpackages:
- btcec
- btcjson
- chaincfg
- chaincfg/chainhash
- rpcclient
- txscript
- wire
- name: github.com/btcsuite/btclog
version: 84c8d2346e9fc8c7b947e243b9c24e6df9fd206a
- name: github.com/btcsuite/btcutil
version: 501929d3d046174c3d39f0ea54ece471aa17238c
subpackages:
- base58
- bech32
- name: github.com/btcsuite/go-socks
version: 4720035b7bfd2a9bb130b1c184f8bbe41b6f0d0f
subpackages:
- socks
- name: github.com/btcsuite/websocket
version: 31079b6807923eb23992c421b114992b95131b55
- name: github.com/BurntSushi/toml
version: 99064174e013895bbd9b025c31100bd1d9b590ca
repo: https://github.com/BurntSushi/toml
- name: github.com/codegangsta/negroni
version: c7477ad8e330bef55bf1ebe300cf8aa67c492d1b
repo: https://github.com/codegangsta/negroni
- name: github.com/davecgh/go-spew
version: 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
repo: https://github.com/davecgh/go-spew
subpackages:
- spew
- name: github.com/ethereum/go-ethereum
version: ad444752311b1a318a7933562749b4586d4469e9
subpackages:
- common
- common/hexutil
- common/math
- core/types
- crypto
- crypto/secp256k1
- crypto/sha3
- ethclient
- log
- params
- rlp
- rpc
- trie
- name: github.com/facebookgo/inject
version: cc1aa653e50f6a9893bcaef89e673e5b24e1e97b
- name: github.com/facebookgo/structtag
version: 217e25fb96916cc60332e399c9aa63f5c422ceed
- name: github.com/FactomProject/basen
version: fe3947df716ebfda9847eb1b9a48f9592e06478c
- name: github.com/FactomProject/btcutilecc
version: d3a63a5752ecf3fbc06bd97365da752111c263df
- name: github.com/fatih/structs
version: a720dfa8df582c51dee1b36feabb906bde1588bd
repo: https://github.com/fatih/structs
- name: github.com/garyburd/redigo
version: 8b1d80a45a732e6d95e22dcc2e067312c664936c
repo: https://github.com/garyburd/redigo
subpackages:
- internal
- redis
- name: github.com/gavv/monotime
version: 47d58efa69556a936a3c15eb2ed42706d968ab01
repo: https://github.com/gavv/monotime
- name: github.com/getsentry/raven-go
version: c9d3cc542ad199f62c0264286be537f9bce6063c
repo: https://github.com/getsentry/raven-go
- name: github.com/go-chi/chi
version: 25354a53cca531cb2efd3f1d3c565d90ff04d802
subpackages:
- middleware
- name: github.com/go-errors/errors
version: a41850380601eeb43f4350f7d17c6bbd8944aaf8
repo: https://github.com/go-errors/errors
- name: github.com/go-ini/ini
version: 6f66b0e091edb3c7b380f7c4f0f884274d550b67
repo: https://github.com/go-ini/ini
- name: github.com/go-sql-driver/mysql
version: 2e00b5cd70399450106cec6431c2e2ce3cae5034
repo: https://github.com/go-sql-driver/mysql
- name: github.com/go-stack/stack
version: 817915b46b97fd7bb80e8ab6b69f01a53ac3eebf
- name: github.com/goji/httpauth
version: 2da839ab0f4df05a6db5eb277995589dadbd4fb9
- name: github.com/golang/groupcache
version: 604ed5785183e59ae2789449d89e73f3a2a77987
repo: https://github.com/golang/groupcache
subpackages:
- lru
- name: github.com/google/go-querystring
version: 9235644dd9e52eeae6fa48efd539fdc351a0af53
repo: https://github.com/google/go-querystring
subpackages:
- query
- name: github.com/guregu/null
version: 79c5bd36b615db4c06132321189f579c8a5fca98
repo: https://github.com/guregu/null
- name: github.com/haltingstate/secp256k1-go
version: 572209b26df66a638573023571b5ce80983214eb
subpackages:
- secp256k1-go2
- name: github.com/howeyc/gopass
version: bf9dde6d0d2c004a008c27aaee91170c786f6db8
repo: https://github.com/howeyc/gopass
- name: github.com/imkira/go-interpol
version: 5accad8134979a6ac504d456a6c7f1c53da237ca
repo: https://github.com/imkira/go-interpol
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
repo: https://github.com/inconshreveable/mousetrap
- name: github.com/jarcoal/httpmock
version: 4442edb3db31196622da56482fd8d0fa375fba4d
repo: https://github.com/jarcoal/httpmock
- name: github.com/jmespath/go-jmespath
version: bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d
repo: https://github.com/jmespath/go-jmespath
- name: github.com/jmoiron/sqlx
version: 05b81a7d5d38058e42148dc01f17daf4acba4640
repo: https://github.com/jmoiron/sqlx
subpackages:
- reflectx
- name: github.com/jtolds/gls
version: 9a4a02dbe491bef4bab3c24fd9f3087d6c4c6690
repo: https://github.com/jtolds/gls
- name: github.com/klauspost/compress
version: e3b7981a12dd3cab49afa1d3a50e715846f23732
repo: https://github.com/klauspost/compress
subpackages:
- flate
- gzip
- zlib
- name: github.com/klauspost/cpuid
version: 09cded8978dc9e80714c4d85b0322337b0a1e5e0
repo: https://github.com/klauspost/cpuid
- name: github.com/klauspost/crc32
version: cb6bfca970f6908083f26f39a79009d608efd5cd
repo: https://github.com/klauspost/crc32
- name: github.com/kr/pretty
version: e6ac2fc51e89a3249e82157fa0bb7a18ef9dd5bb
repo: https://github.com/kr/pretty
- name: github.com/kr/text
version: e373e137fafd8abd480af49182dea0513914adb4
repo: https://github.com/kr/text
- name: github.com/lann/builder
version: c603884a2c1fcf331c71940f3227a8111d29f3ba
repo: https://github.com/lann/builder
- name: github.com/lib/pq
version: 50761b0867bd1d9d069276790bcd4a3bccf2324a
repo: https://github.com/lib/pq
subpackages:
- oid
- name: github.com/magiconair/properties
version: 359442d561ca28acd0fe503aa9f075f505bc9ed0
repo: https://github.com/magiconair/properties
- name: github.com/manucorporat/sse
version: ee05b128a739a0fb76c7ebd3ae4810c1de808d6d
repo: https://github.com/manucorporat/sse
- name: github.com/Masterminds/squirrel
version: 20f192218cf52a73397fa2df45bdda720f3e47c8
repo: https://github.com/Masterminds/squirrel
- name: github.com/mattn/go-sqlite3
version: efea85cb9a06f1d4f661649f6beb5fd04597a366
repo: https://github.com/mattn/go-sqlite3
- name: github.com/mitchellh/mapstructure
version: 2caf8efc93669b6c43e0441cdc6aed17546c96f3
repo: https://github.com/mitchellh/mapstructure
- name: github.com/mndrix/ps
version: 33ddf69629c1bcea76b04f4a4e9e00e4cce82eb6
repo: https://github.com/mndrix/ps
- name: github.com/moul/http2curl
version: 4e24498b31dba4683efb9d35c1c8a91e2eda28c8
repo: https://github.com/moul/http2curl
- name: github.com/nullstyle/go-codegen
version: 97a55a0a5d715d65c940bd07b8b719c082db26d6
repo: https://github.com/nullstyle/go-codegen
- name: github.com/nullstyle/go-xdr
version: a875e7c9fa2388ce03279f6b5ba1c2ccd1f9e917
repo: https://github.com/nullstyle/go-xdr
subpackages:
- xdr3
- name: github.com/onsi/ginkgo
version: c73579c58881b5ba90d3b08f6ac59cb1c909d6dd
subpackages:
- config
- extensions/table
- internal/codelocation
- internal/containernode
- internal/failer
- internal/leafnodes
- internal/remote
- internal/spec
- internal/spec_iterator
- internal/specrunner
- internal/suite
- internal/testingtproxy
- internal/writer
- reporters
- reporters/stenographer
- reporters/stenographer/support/go-colorable
- reporters/stenographer/support/go-isatty
- types
- name: github.com/onsi/gomega
version: 649b44d988ce182cabcda7dba01fcf3b6179ad19
subpackages:
- format
- internal/assertion
- internal/asyncassertion
- internal/oraclematcher
- internal/testingtsupport
- matchers
- matchers/support/goraph/bipartitegraph
- matchers/support/goraph/edge
- matchers/support/goraph/node
- matchers/support/goraph/util
- types
- name: github.com/pkg/errors
version: 645ef00459ed84a119197bfb8d8205042c6df63d
repo: https://github.com/pkg/errors
- name: github.com/pmezard/go-difflib
version: 792786c7400a136282c1664665ae0a8db921c6c2
repo: https://github.com/pmezard/go-difflib
subpackages:
- difflib
- name: github.com/PuerkitoBio/throttled
version: 1c8297c643b774435df8df65f7502b37d014fb6b
repo: https://github.com/PuerkitoBio/throttled
subpackages:
- store
- name: github.com/r3labs/sse
version: 2f36fb519619e8589fbef5095fbe113c14e7d090
- name: github.com/rcrowley/go-metrics
version: a5cfc242a56ba7fa70b785f678d6214837bf93b9
repo: https://github.com/rcrowley/go-metrics
- name: github.com/rs/cors
version: a62a804a8a009876ca59105f7899938a1349f4b3
repo: https://github.com/rs/cors
- name: github.com/rs/xhandler
version: ed27b6fd65218132ee50cd95f38474a3d8a2cd12
- name: github.com/rubenv/sql-migrate
version: 53184e1edfb4f9655b0fa8dd2c23e7763f452bda
repo: https://github.com/rubenv/sql-migrate
subpackages:
- sqlparse
- name: github.com/sebest/xff
version: 7a36e3a787b5228de26fbfec89d5060701010da0
repo: https://github.com/sebest/xff
- name: github.com/segmentio/go-loggly
version: eb91657e62b25699dd4e84d5562735440d4beace
repo: https://github.com/segmentio/go-loggly
- name: github.com/sergi/go-diff
version: 83532ca1c1caa393179c677b6facf48e61f4ca5d
repo: https://github.com/sergi/go-diff
subpackages:
- diffmatchpatch
- name: github.com/sirupsen/logrus
version: 68cec9f21fbf3ea8d8f98c044bc6ce05f17b267a
repo: https://github.com/sirupsen/logrus
subpackages:
- hooks/test
- name: github.com/smartystreets/assertions
version: 22fd8e1982688f4ff04e8e9ec6feae2c2459460d
repo: https://github.com/smartystreets/assertions
subpackages:
- internal/oglematchers
- name: github.com/smartystreets/goconvey
version: ab7641a0db76b0e88765294b1377b026ec01f26b
repo: https://github.com/smartystreets/goconvey
subpackages:
- convey
- convey/gotest
- convey/reporting
- name: github.com/spf13/cast
version: 4d07383ffe94b5e5a6fa3af9211374a4507a0184
repo: https://github.com/spf13/cast
- name: github.com/spf13/cobra
version: 9c28e4bbd74e5c3ed7aacbc552b2cab7cfdfe744
repo: https://github.com/spf13/cobra
- name: github.com/spf13/jwalterweatherman
version: 3d60171a64319ef63c78bd45bd60e6eab1e75f8b
repo: https://github.com/spf13/jwalterweatherman
- name: github.com/spf13/pflag
version: 4bd69631f4750a9df249ee317f4536e02cbc3c65
repo: https://github.com/spf13/pflag
- name: github.com/spf13/viper
version: db7ff930a189b98d602179d9001d33345f42b8c7
repo: https://github.com/spf13/viper
- name: github.com/stretchr/objx
version: 1a9d0bb9f541897e62256577b352fdbc1fb4fd94
repo: https://github.com/stretchr/objx
- name: github.com/stretchr/testify
version: 976c720a22c8eb4eb6a0b4348ad85ad12491a506
repo: https://github.com/stretchr/testify
subpackages:
- assert
- mock
- require
- suite
- name: github.com/tyler-smith/go-bip32
version: 2c9cfd17756470a0b7c3e4b7954bae7d11035504
- name: github.com/tyler-smith/go-bip39
version: 52158e4697b87de16ed390e1bdaf813e581008fa
- name: github.com/valyala/bytebufferpool
version: e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7
repo: https://github.com/valyala/bytebufferpool
- name: github.com/valyala/fasthttp
version: 0a7f0a797cd66b89588d0a7fdd670b706579a621
repo: https://github.com/valyala/fasthttp
subpackages:
- fasthttputil
- stackless
- name: github.com/xeipuuv/gojsonpointer
version: e0fe6f68307607d540ed8eac07a342c33fa1b54a
repo: https://github.com/xeipuuv/gojsonpointer
- name: github.com/xeipuuv/gojsonreference
version: e02fc20de94c78484cd5ffb007f8af96be030a45
repo: https://github.com/xeipuuv/gojsonreference
- name: github.com/xeipuuv/gojsonschema
version: f06f290571ce81ab347174c6f7ad2e1865af41a7
repo: https://github.com/xeipuuv/gojsonschema
- name: github.com/y0ssar1an/q
version: 4b5d05b1e093249d7f51e3a72677a7003a534b40
- name: github.com/yalp/jsonpath
version: 31a79c7593bb93eb10b163650d4a3e6ca190e4dc
repo: https://github.com/yalp/jsonpath
- name: github.com/yudai/gojsondiff
version: 7b1b7adf999dab73a6eb02669c3d82dbb27a3dd6
repo: https://github.com/yudai/gojsondiff
subpackages:
- formatter
- name: github.com/yudai/golcs
version: d1c525dea8ce39ea9a783d33cf08932305373f2c
repo: https://github.com/yudai/golcs
- name: golang.org/x/crypto
version: 1f22c0103821b9390939b6776727195525381532
repo: https://go.googlesource.com/crypto
subpackages:
- pbkdf2
- ripemd160
- ssh/terminal
- name: golang.org/x/net
version: 9bc2a3340c92c17a20edcd0080e93851ed58f5d5
repo: https://go.googlesource.com/net
subpackages:
- context
- html
- html/atom
- html/charset
- http2
- http2/hpack
- lex/httplex
- netutil
- publicsuffix
- websocket
- name: golang.org/x/sys
version: 1f5e250e1174502017917628cc48b52fdc25b531
subpackages:
- unix
- name: gopkg.in/fatih/set.v0
version: 27c40922c40b43fe04554d8223a402af3ea333f3
- name: gopkg.in/gavv/httpexpect.v1
version: 40724cf1e4a08b670b14a02deff693a91f3aa9a0
repo: https://gopkg.in/gavv/httpexpect.v1
- name: gopkg.in/gorp.v1
version: c87af80f3cc5036b55b83d77171e156791085e2e
repo: https://gopkg.in/gorp.v1
- name: gopkg.in/karalabe/cookiejar.v2
version: 8dcd6a7f4951f6ff3ee9cbb919a06d8925822e57
subpackages:
- collections/prque
- name: gopkg.in/natefinch/npipe.v2
version: c1b8fa8bdccecb0b8db834ee0b92fdbcfa606dd6
- name: gopkg.in/tylerb/graceful.v1
version: 50a48b6e73fcc75b45e22c05b79629a67c79e938
repo: https://gopkg.in/tylerb/graceful.v1
- name: gopkg.in/yaml.v2
version: 7ad95dd0798a40da1ccdff6dff35fd177b5edf40
repo: https://gopkg.in/yaml.v2
testImports:
- name: golang.org/x/text
version: 1cbadb444a806fd9430d14ad08967ed91da4fa0a
subpackages:
- encoding
- encoding/charmap
- encoding/htmlindex
- encoding/internal
- encoding/internal/identifier
- encoding/japanese
- encoding/korean
- encoding/simplifiedchinese
- encoding/traditionalchinese
- encoding/unicode
- internal/tag
- internal/utf8internal
- language
- runes
- transform