forked from stellar/go-stellar-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.lock
More file actions
217 lines (217 loc) · 6.75 KB
/
Copy pathglide.lock
File metadata and controls
217 lines (217 loc) · 6.75 KB
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
hash: 805bc7accf5266e737482b8bff09ee04c554d404e3daecb1d84e7086277dbe70
updated: 2016-11-10T15:52:55.78656724-08:00
imports:
- name: github.com/agl/ed25519
version: 278e1ec8e8a6e017cd07577924d6766039146ced
subpackages:
- edwards25519
- name: github.com/ajg/form
version: cc2954064ec9ea8d93917f0f87456e11d7b881ad
- name: github.com/asaskevich/govalidator
version: f0666aa80d7dcf75bd564ae8717b952d74a29d6a
repo: https://github.com/stellar/govalidator.git
- name: github.com/aws/aws-sdk-go
version: 35c21ff262580265c1d77095d6f712605fd0c3f4
subpackages:
- aws
- aws/session
- service/s3
- aws/awserr
- aws/credentials
- aws/client
- aws/corehandlers
- aws/credentials/stscreds
- aws/defaults
- aws/request
- private/endpoints
- aws/awsutil
- aws/client/metadata
- aws/signer/v4
- private/protocol
- private/protocol/restxml
- private/waiter
- service/sts
- aws/credentials/ec2rolecreds
- aws/credentials/endpointcreds
- aws/ec2metadata
- private/protocol/rest
- private/protocol/query
- private/protocol/xml/xmlutil
- private/protocol/query/queryutil
- name: github.com/BurntSushi/toml
version: 99064174e013895bbd9b025c31100bd1d9b590ca
- name: github.com/davecgh/go-spew
version: 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
subpackages:
- spew
- name: github.com/fatih/structs
version: dc3312cb1a4513a366c4c9e622ad55c32df12ed3
- name: github.com/gavv/gojsondiff
version: 36046c6e558e7f854ebd3fd97d1e9812ebe8709b
subpackages:
- formatter
- name: github.com/gavv/monotime
version: 259cd7b345f5aa080eff16f21d7866ef7dea9528
- name: github.com/getsentry/raven-go
version: c9d3cc542ad199f62c0264286be537f9bce6063c
- name: github.com/go-ini/ini
version: a2610b3a793cfa7fdf0b07038068af5ddc12aba1
- name: github.com/go-sql-driver/mysql
version: 0b58b37b664c21f3010e836f1b931e1d0b0b0685
- name: github.com/google/go-querystring
version: 9235644dd9e52eeae6fa48efd539fdc351a0af53
subpackages:
- query
- name: github.com/howeyc/gopass
version: b63a7d07e65df376d14e2d72907a93d4847dffe4
- name: github.com/imkira/go-interpol
version: b9781c93ae51c8b4fc3af1b1426909721af0a624
- name: github.com/inconshreveable/mousetrap
version: 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- name: github.com/jarcoal/httpmock
version: 145b10d659265440f062c31ea15326166bae56ee
- name: github.com/jmespath/go-jmespath
version: bd40a432e4c76585ef6b72d3fd96fb9b6dc7b68d
- name: github.com/jmoiron/sqlx
version: 7396209bbeada6a4fcc28aa9408f89b2e71cac39
subpackages:
- reflectx
- name: github.com/klauspost/compress
version: 14eb9c4951195779ecfbec34431a976de7335b0a
subpackages:
- flate
- gzip
- zlib
- name: github.com/klauspost/cpuid
version: 09cded8978dc9e80714c4d85b0322337b0a1e5e0
- name: github.com/klauspost/crc32
version: 19b0b332c9e4516a6370a0456e6182c3b5036720
- name: github.com/lann/builder
version: f22ce00fd9394014049dad11c244859432bd6820
- name: github.com/lann/ps
version: 62de8c46ede02a7675c4c79c84883eb164cb71e3
- name: github.com/lann/squirrel
version: caff2d522d550f0998629c85898ad35e8a603328
- name: github.com/lib/pq
version: 80f8150043c80fb52dee6bc863a709cdac7ec8f8
subpackages:
- oid
- name: github.com/manucorporat/sse
version: ee05b128a739a0fb76c7ebd3ae4810c1de808d6d
- name: github.com/mattn/go-sqlite3
version: c3e9588849195eefa783417c3a53d092f6e93526
- name: github.com/moul/http2curl
version: b1479103caacaa39319f75e7f57fc545287fca0d
- name: github.com/nullstyle/go-xdr
version: 8bf8a5d05c8612d4039a7f67ddce3d49ee61b398
subpackages:
- xdr3
- name: github.com/onsi/ginkgo
version: 43e2af1f01ace55adbb6d7d0f30416476db1baae
subpackages:
- extensions/table
- config
- internal/codelocation
- internal/failer
- internal/remote
- internal/suite
- internal/testingtproxy
- internal/writer
- reporters
- reporters/stenographer
- types
- internal/containernode
- internal/leafnodes
- internal/spec
- internal/specrunner
- name: github.com/onsi/gomega
version: b48c9a8b2644326d0a44eaaacc8d83e35174a05d
subpackages:
- types
- internal/assertion
- internal/asyncassertion
- internal/testingtsupport
- matchers
- internal/oraclematcher
- format
- matchers/support/goraph/bipartitegraph
- matchers/support/goraph/edge
- matchers/support/goraph/node
- matchers/support/goraph/util
- name: github.com/pkg/errors
version: 17b591df37844cde689f4d5813e5cea0927d8dd2
- name: github.com/pmezard/go-difflib
version: d8ed2627bdf02c080bf22230dbb337003b7aba2d
subpackages:
- difflib
- name: github.com/rs/cors
version: a62a804a8a009876ca59105f7899938a1349f4b3
- name: github.com/rs/xhandler
version: ed27b6fd65218132ee50cd95f38474a3d8a2cd12
- name: github.com/segmentio/go-loggly
version: e78f6971ebca5835614673e2f5f6a47ca5f13501
- name: github.com/sergi/go-diff
version: 97b2266dfe4bd4ea1b81a463322f04f8b724801e
subpackages:
- diffmatchpatch
- name: github.com/Sirupsen/logrus
version: a283a10442df8dc09befd873fab202bf8a253d6a
- name: github.com/spf13/cobra
version: 7c674d9e72017ed25f6d2b5e497a1368086b6a6f
- name: github.com/spf13/pflag
version: f676131e2660dc8cd88de99f7486d34aa8172635
- name: github.com/stretchr/objx
version: cbeaeb16a013161a98496fad62933b1d21786672
- name: github.com/stretchr/testify
version: d77da356e56a7428ad25149ca77381849a6a5232
subpackages:
- mock
- assert
- require
- name: github.com/valyala/bytebufferpool
version: 8ebd0474e5a2f0a5c7a74ad2bf421a1d1a90264f
- name: github.com/valyala/fasthttp
version: 45697fe30a130ec6a54426a069c82f3abe76b63d
subpackages:
- fasthttputil
- name: github.com/visionmedia/go-debug
version: ff4a55a20a86994118644bbddc6a216da193cc13
- name: github.com/xeipuuv/gojsonpointer
version: e0fe6f68307607d540ed8eac07a342c33fa1b54a
- name: github.com/xeipuuv/gojsonreference
version: e02fc20de94c78484cd5ffb007f8af96be030a45
- name: github.com/xeipuuv/gojsonschema
version: 4f624f6197547606054e042e7903db103585e151
- name: github.com/yalp/jsonpath
version: 31a79c7593bb93eb10b163650d4a3e6ca190e4dc
- name: github.com/yudai/golcs
version: d1c525dea8ce39ea9a783d33cf08932305373f2c
- name: goji.io
version: e355964ac565b94cf0fc7f218346626529125086
subpackages:
- pat
- internal
- pattern
- name: golang.org/x/crypto
version: 595bbbd7f5f308415a544d3c55743c91427c8d99
subpackages:
- ssh/terminal
- name: golang.org/x/net
version: 075e191f18186a8ff2becaf64478e30f4545cdad
subpackages:
- context
- http2
- http2/hpack
- lex/httplex
- publicsuffix
- name: golang.org/x/sys
version: a646d33e2ee3172a661fc09bca23bb4889a41bc8
subpackages:
- unix
- name: gopkg.in/gavv/httpexpect.v1
version: 2493e01c9e420f0119fefd521c46b1168f33bbf3
- name: gopkg.in/tylerb/graceful.v1
version: c838c13b2beeea4f4f54496da96a3a6ae567c37a
testImports:
- name: gopkg.in/yaml.v2
version: e4d366fc3c7938e2958e662b4258c7a89e1f0e3e