1diff --git a/tools/deps/go.bzl b/tools/deps/go.bzl
2index 24366cfe..e327868f 100644
3--- a/tools/deps/go.bzl
4+++ b/tools/deps/go.bzl
5@@ -1,6025 +1,6063 @@
6 """Defines our Golang dependencies for Bazel"""
7
8 load("@bazel_gazelle//:deps.bzl", "go_repository")
9
10 def go_repositories():
11 """Macro function loaded into WORKSPACE to define our Golang deps"""
12 go_repository(
13 name = "ag_pack_amqp",
14 build_file_proto_mode = "disable_global",
15 importpath = "pack.ag/amqp",
16 sum = "h1:cuNDWLUTbKRtEZwhB0WQBXf9pGbm87pUBXQhvcFxBWg=",
17 version = "v0.11.2",
18 )
19 go_repository(
20 name = "cc_mvdan_interfacer",
21 build_file_proto_mode = "disable_global",
22 importpath = "mvdan.cc/interfacer",
23 sum = "h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I=",
24 version = "v0.0.0-20180901003855-c20040233aed",
25 )
26 go_repository(
27 name = "cc_mvdan_lint",
28 build_file_proto_mode = "disable_global",
29 importpath = "mvdan.cc/lint",
30 sum = "h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo=",
31 version = "v0.0.0-20170908181259-adc824a0674b",
32 )
33 go_repository(
34 name = "cc_mvdan_unparam",
35 build_file_proto_mode = "disable_global",
36 importpath = "mvdan.cc/unparam",
37 sum = "h1:kAREL6MPwpsk1/PQPFD3Eg7WAQR5mPTWZJaBiG5LDbY=",
38 version = "v0.0.0-20200501210554-b37ab49443f7",
39 )
40
41 go_repository(
42 name = "co_honnef_go_tools",
43 build_file_proto_mode = "disable_global",
44 importpath = "honnef.co/go/tools",
45 sum = "h1:SadWOkti5uVN1FAMgxn165+Mw00fuQKyk4Gyn/inxNQ=",
46 version = "v0.1.4",
47 )
48 go_repository(
49 name = "com_github_99designs_gqlgen",
50 build_file_proto_mode = "disable_global",
51 importpath = "github.com/99designs/gqlgen",
52 sum = "h1:haLTcUp3Vwp80xMVEg5KRNwzfUrgFdRmtBY8fuB8scA=",
53 version = "v0.13.0",
54 )
55
56 go_repository(
57 name = "com_github_afex_hystrix_go",
58 build_file_proto_mode = "disable_global",
59 importpath = "github.com/afex/hystrix-go",
60 sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=",
61 version = "v0.0.0-20180502004556-fa1af6a1f4f5",
62 )
63 go_repository(
64 name = "com_github_agnivade_levenshtein",
65 build_file_proto_mode = "disable_global",
66 importpath = "github.com/agnivade/levenshtein",
67 sum = "h1:M5ZnqLOoZR8ygVq0FfkXsNOKzMCk0xRiow0R5+5VkQ0=",
68 version = "v1.0.3",
69 )
70 go_repository(
71 name = "com_github_akihirosuda_containerd_fuse_overlayfs",
72 build_file_proto_mode = "disable_global",
73 importpath = "github.com/AkihiroSuda/containerd-fuse-overlayfs",
74 sum = "h1:LhS8BiMh7ULa6zkkF5XI6piLV5XVTR7mSm9j3hTUB/k=",
75 version = "v1.0.0",
76 )
77 go_repository(
78 name = "com_github_alcortesm_tgz",
79 build_file_proto_mode = "disable_global",
80 importpath = "github.com/alcortesm/tgz",
81 sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=",
82 version = "v0.0.0-20161220082320-9c5fe88206d7",
83 )
84 go_repository(
85 name = "com_github_alecaivazis_survey_v2",
86 build_file_proto_mode = "disable_global",
87 importpath = "github.com/AlecAivazis/survey/v2",
88 sum = "h1:5NbxkF4RSKmpywYdcRgUmos1o+roJY8duCLZXbVjoig=",
89 version = "v2.2.7",
90 )
91 go_repository(
92 name = "com_github_alecthomas_kingpin",
93 build_file_proto_mode = "disable_global",
94 importpath = "github.com/alecthomas/kingpin",
95 sum = "h1:5svnBTFgJjZvGKyYBtMB0+m5wvrbUHiqye8wRJMlnYI=",
96 version = "v2.2.6+incompatible",
97 )
98
99 go_repository(
100 name = "com_github_alecthomas_template",
101 build_file_proto_mode = "disable_global",
102 importpath = "github.com/alecthomas/template",
103 sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
104 version = "v0.0.0-20190718012654-fb15b899a751",
105 )
106 go_repository(
107 name = "com_github_alecthomas_units",
108 build_file_proto_mode = "disable_global",
109 importpath = "github.com/alecthomas/units",
110 sum = "h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E=",
111 version = "v0.0.0-20190924025748-f65c72e2690d",
112 )
113 go_repository(
114 name = "com_github_alexedwards_scs",
115 build_file_proto_mode = "disable_global",
116 importpath = "github.com/alexedwards/scs",
117 sum = "h1:/5L5a07IlqApODcEfZyMsu8Smd1S7Q4nBjEyKxIRTp0=",
118 version = "v1.4.1",
119 )
120 go_repository(
121 name = "com_github_alexflint_go_filemutex",
122 build_file_proto_mode = "disable_global",
123 importpath = "github.com/alexflint/go-filemutex",
124 sum = "h1:AMzIhMUqU3jMrZiTuW0zkYeKlKDAFD+DG20IoO421/Y=",
125 version = "v0.0.0-20171022225611-72bdc8eae2ae",
126 )
127 go_repository(
128 name = "com_github_andreaskoch_go_fswatch",
129 build_file_proto_mode = "disable_global",
130 importpath = "github.com/andreaskoch/go-fswatch",
131 sum = "h1:la8nP/HiaFCxP2IM6NZNUCoxgLWuyNFgH0RligBbnJU=",
132 version = "v1.0.0",
133 )
134
135 go_repository(
136 name = "com_github_andreyvit_diff",
137 build_file_proto_mode = "disable_global",
138 importpath = "github.com/andreyvit/diff",
139 sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
140 version = "v0.0.0-20170406064948-c7f18ee00883",
141 )
142 go_repository(
143 name = "com_github_anmitsu_go_shlex",
144 build_file_proto_mode = "disable_global",
145 importpath = "github.com/anmitsu/go-shlex",
146 sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=",
147 version = "v0.0.0-20161002113705-648efa622239",
148 )
149+ go_repository(
150+ name = "com_github_antihax_optional",
151+ build_file_proto_mode = "disable_global",
152+ importpath = "github.com/antihax/optional",
153+ sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
154+ version = "v1.0.0",
155+ )
156
157 go_repository(
158 name = "com_github_apache_thrift",
159 build_file_proto_mode = "disable_global",
160 importpath = "github.com/apache/thrift",
161 sum = "h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI=",
162 version = "v0.13.0",
163 )
164 go_repository(
165 name = "com_github_apex_log",
166 build_file_proto_mode = "disable_global",
167 importpath = "github.com/apex/log",
168 sum = "h1:1fyfbPvUwD10nMoh3hY6MXzvZShJQn9/ck7ATgAt5pA=",
169 version = "v1.3.0",
170 )
171 go_repository(
172 name = "com_github_apex_logs",
173 build_file_proto_mode = "disable_global",
174 importpath = "github.com/apex/logs",
175 sum = "h1:KmEBVwfDUOTFcBO8cfkJYwdQ5487UZSN+GteOGPmiro=",
176 version = "v0.0.4",
177 )
178 go_repository(
179 name = "com_github_aphistic_golf",
180 build_file_proto_mode = "disable_global",
181 importpath = "github.com/aphistic/golf",
182 sum = "h1:2KLQMJ8msqoPHIPDufkxVcoTtcmE5+1sL9950m4R9Pk=",
183 version = "v0.0.0-20180712155816-02c07f170c5a",
184 )
185 go_repository(
186 name = "com_github_aphistic_sweet",
187 build_file_proto_mode = "disable_global",
188 importpath = "github.com/aphistic/sweet",
189 sum = "h1:I4z+fAUqvKfvZV/CHi5dV0QuwbmIvYYFDjG0Ss5QpAs=",
190 version = "v0.2.0",
191 )
192
193 go_repository(
194 name = "com_github_arbovm_levenshtein",
195 build_file_proto_mode = "disable_global",
196 importpath = "github.com/arbovm/levenshtein",
197 sum = "h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=",
198 version = "v0.0.0-20160628152529-48b4e1c0c4d0",
199 )
200
201 go_repository(
202 name = "com_github_armon_circbuf",
203 build_file_proto_mode = "disable_global",
204 importpath = "github.com/armon/circbuf",
205 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
206 version = "v0.0.0-20150827004946-bbbad097214e",
207 )
208
209 go_repository(
210 name = "com_github_armon_consul_api",
211 build_file_proto_mode = "disable_global",
212 importpath = "github.com/armon/consul-api",
213 sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
214 version = "v0.0.0-20180202201655-eb2c6b5be1b6",
215 )
216 go_repository(
217 name = "com_github_armon_go_metrics",
218 build_file_proto_mode = "disable_global",
219 importpath = "github.com/armon/go-metrics",
220 sum = "h1:B7AQgHi8QSEi4uHu7Sbsga+IJDU+CENgjxoo81vDUqU=",
221 version = "v0.3.0",
222 )
223 go_repository(
224 name = "com_github_armon_go_radix",
225 build_file_proto_mode = "disable_global",
226 importpath = "github.com/armon/go-radix",
227 sum = "h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=",
228 version = "v0.0.0-20180808171621-7fddfc383310",
229 )
230 go_repository(
231 name = "com_github_armon_go_socks5",
232 build_file_proto_mode = "disable_global",
233 importpath = "github.com/armon/go-socks5",
234 sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=",
235 version = "v0.0.0-20160902184237-e75332964ef5",
236 )
237
238 go_repository(
239 name = "com_github_aryann_difflib",
240 build_file_proto_mode = "disable_global",
241 importpath = "github.com/aryann/difflib",
242 sum = "h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw=",
243 version = "v0.0.0-20170710044230-e206f873d14a",
244 )
245
246 go_repository(
247 name = "com_github_asaskevich_govalidator",
248 build_file_proto_mode = "disable_global",
249 importpath = "github.com/asaskevich/govalidator",
250 sum = "h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg=",
251 version = "v0.0.0-20200907205600-7a23bdc65eef",
252 )
253 go_repository(
254 name = "com_github_aws_aws_lambda_go",
255 build_file_proto_mode = "disable_global",
256 importpath = "github.com/aws/aws-lambda-go",
257 sum = "h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=",
258 version = "v1.13.3",
259 )
260
261 go_repository(
262 name = "com_github_aws_aws_sdk_go",
263 build_file_proto_mode = "disable_global",
264 importpath = "github.com/aws/aws-sdk-go",
265 sum = "h1:h0AKIaz/A1kEJ50HxCv7tL1GW+KbxYbp75+lZ/nvFOI=",
266 version = "v1.38.6",
267 )
268 go_repository(
269 name = "com_github_aws_aws_sdk_go_v2",
270 build_file_proto_mode = "disable_global",
271 importpath = "github.com/aws/aws-sdk-go-v2",
272 sum = "h1:qZ+woO4SamnH/eEbjM2IDLhRNwIwND/RQyVlBLp3Jqg=",
273 version = "v0.18.0",
274 )
275 go_repository(
276 name = "com_github_aybabtme_rgbterm",
277 build_file_proto_mode = "disable_global",
278 importpath = "github.com/aybabtme/rgbterm",
279 sum = "h1:WWB576BN5zNSZc/M9d/10pqEx5VHNhaQ/yOVAkmj5Yo=",
280 version = "v0.0.0-20170906152045-cc83f3b3ce59",
281 )
282 go_repository(
283 name = "com_github_azure_azure_amqp_common_go_v2",
284 build_file_proto_mode = "disable_global",
285 importpath = "github.com/Azure/azure-amqp-common-go/v2",
286 sum = "h1:+QbFgmWCnPzdaRMfsI0Yb6GrRdBj5jVL8N3EXuEUcBQ=",
287 version = "v2.1.0",
288 )
289 go_repository(
290 name = "com_github_azure_azure_pipeline_go",
291 build_file_proto_mode = "disable_global",
292 importpath = "github.com/Azure/azure-pipeline-go",
293 sum = "h1:6oiIS9yaG6XCCzhgAgKFfIWyo4LLCiDhZot6ltoThhY=",
294 version = "v0.2.2",
295 )
296
297 go_repository(
298 name = "com_github_azure_azure_sdk_for_go",
299 build_file_proto_mode = "disable_global",
300 importpath = "github.com/Azure/azure-sdk-for-go",
301 sum = "h1:vCRLxG2d7KIdhVodEk+0ki4lVYr0GvtjOgJaAk6fs9Y=",
302 version = "v54.1.0+incompatible",
303 )
304 go_repository(
305 name = "com_github_azure_azure_service_bus_go",
306 build_file_proto_mode = "disable_global",
307 importpath = "github.com/Azure/azure-service-bus-go",
308 sum = "h1:G1qBLQvHCFDv9pcpgwgFkspzvnGknJRR0PYJ9ytY/JA=",
309 version = "v0.9.1",
310 )
311 go_repository(
312 name = "com_github_azure_azure_storage_blob_go",
313 build_file_proto_mode = "disable_global",
314 importpath = "github.com/Azure/azure-storage-blob-go",
315 sum = "h1:53qhf0Oxa0nOjgbDeeYPUeyiNmafAFEY95rZLK0Tj6o=",
316 version = "v0.8.0",
317 )
318
319 go_repository(
320 name = "com_github_azure_go_ansiterm",
321 build_file_proto_mode = "disable_global",
322 importpath = "github.com/Azure/go-ansiterm",
323 sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=",
324 version = "v0.0.0-20170929234023-d6e3b3328b78",
325 )
326 go_repository(
327 name = "com_github_azure_go_autorest",
328 build_file_proto_mode = "disable_global",
329 importpath = "github.com/Azure/go-autorest",
330 sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
331 version = "v14.2.0+incompatible",
332 )
333
334 go_repository(
335 name = "com_github_azure_go_autorest_autorest",
336 build_file_proto_mode = "disable_global",
337 importpath = "github.com/Azure/go-autorest/autorest",
338 sum = "h1:2zCdHwNgRH+St1J+ZMf66xI8aLr/5KMy+wWLH97zwYM=",
339 version = "v0.11.17",
340 )
341 go_repository(
342 name = "com_github_azure_go_autorest_autorest_adal",
343 build_file_proto_mode = "disable_global",
344 importpath = "github.com/Azure/go-autorest/autorest/adal",
345 sum = "h1:L4/pmq7poLdsy41Bj1FayKvBhayuWRYkx9HU5i4Ybl0=",
346 version = "v0.9.11",
347 )
348 go_repository(
349 name = "com_github_azure_go_autorest_autorest_azure_auth",
350 build_file_proto_mode = "disable_global",
351 importpath = "github.com/Azure/go-autorest/autorest/azure/auth",
352 sum = "h1:8DQB8yl7aLQuP+nuR5e2RO6454OvFlSTXXaNHshc16s=",
353 version = "v0.5.7",
354 )
355 go_repository(
356 name = "com_github_azure_go_autorest_autorest_azure_cli",
357 build_file_proto_mode = "disable_global",
358 importpath = "github.com/Azure/go-autorest/autorest/azure/cli",
359 sum = "h1:dMOmEJfkLKW/7JsokJqkyoYSgmR08hi9KrhjZb+JALY=",
360 version = "v0.4.2",
361 )
362
363 go_repository(
364 name = "com_github_azure_go_autorest_autorest_date",
365 build_file_proto_mode = "disable_global",
366 importpath = "github.com/Azure/go-autorest/autorest/date",
367 sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
368 version = "v0.3.0",
369 )
370 go_repository(
371 name = "com_github_azure_go_autorest_autorest_mocks",
372 build_file_proto_mode = "disable_global",
373 importpath = "github.com/Azure/go-autorest/autorest/mocks",
374 sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=",
375 version = "v0.4.1",
376 )
377 go_repository(
378 name = "com_github_azure_go_autorest_autorest_to",
379 build_file_proto_mode = "disable_global",
380 importpath = "github.com/Azure/go-autorest/autorest/to",
381 sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=",
382 version = "v0.4.0",
383 )
384 go_repository(
385 name = "com_github_azure_go_autorest_autorest_validation",
386 build_file_proto_mode = "disable_global",
387 importpath = "github.com/Azure/go-autorest/autorest/validation",
388 sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=",
389 version = "v0.3.1",
390 )
391
392 go_repository(
393 name = "com_github_azure_go_autorest_logger",
394 build_file_proto_mode = "disable_global",
395 importpath = "github.com/Azure/go-autorest/logger",
396 sum = "h1:e4RVHVZKC5p6UANLJHkM4OfR1UKZPj8Wt8Pcx+3oqrE=",
397 version = "v0.2.0",
398 )
399 go_repository(
400 name = "com_github_azure_go_autorest_tracing",
401 build_file_proto_mode = "disable_global",
402 importpath = "github.com/Azure/go-autorest/tracing",
403 sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
404 version = "v0.6.0",
405 )
406 go_repository(
407 name = "com_github_bazelbuild_rules_go",
408 build_file_proto_mode = "disable_global",
409 importpath = "github.com/bazelbuild/rules_go",
410 sum = "h1:WQ4iSdQ423T9prTfDgXp0S6f/ig9H0N/bin/SvDZFJg=",
411 version = "v0.24.7",
412 )
413 go_repository(
414 name = "com_github_beevik_etree",
415 build_file_proto_mode = "disable_global",
416 importpath = "github.com/beevik/etree",
417 sum = "h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=",
418 version = "v1.1.0",
419 )
420 go_repository(
421 name = "com_github_benbjohnson_clock",
422 build_file_proto_mode = "disable_global",
423 importpath = "github.com/benbjohnson/clock",
424 sum = "h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=",
425 version = "v1.1.0",
426 )
427
428 go_repository(
429 name = "com_github_beorn7_perks",
430 build_file_proto_mode = "disable_global",
431 importpath = "github.com/beorn7/perks",
432 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
433 version = "v1.0.1",
434 )
435 go_repository(
436 name = "com_github_bgentry_go_netrc",
437 build_file_proto_mode = "disable_global",
438 importpath = "github.com/bgentry/go-netrc",
439 sum = "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=",
440 version = "v0.0.0-20140422174119-9fd32a8b3d3d",
441 )
442
443 go_repository(
444 name = "com_github_bgentry_speakeasy",
445 build_file_proto_mode = "disable_global",
446 importpath = "github.com/bgentry/speakeasy",
447 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
448 version = "v0.1.0",
449 )
450 go_repository(
451 name = "com_github_bitly_go_simplejson",
452 build_file_proto_mode = "disable_global",
453 importpath = "github.com/bitly/go-simplejson",
454 sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=",
455 version = "v0.5.0",
456 )
457 go_repository(
458 name = "com_github_bketelsen_crypt",
459 build_file_proto_mode = "disable_global",
460 importpath = "github.com/bketelsen/crypt",
461 sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=",
462 version = "v0.0.3-0.20200106085610-5cbc8cc4026c",
463 )
464 go_repository(
465 name = "com_github_blakesmith_ar",
466 build_file_proto_mode = "disable_global",
467 importpath = "github.com/blakesmith/ar",
468 sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=",
469 version = "v0.0.0-20190502131153-809d4375e1fb",
470 )
471
472 go_repository(
473 name = "com_github_blang_semver",
474 build_file_proto_mode = "disable_global",
475 importpath = "github.com/blang/semver",
476 sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=",
477 version = "v3.5.1+incompatible",
478 )
479 go_repository(
480 name = "com_github_bluekeyes_hatpear",
481 build_file_proto_mode = "disable_global",
482 importpath = "github.com/bluekeyes/hatpear",
483 sum = "h1:FA5diKynoYJi6YVTJPEDbe4MG6eA8h+7LYHUlm8bppc=",
484 version = "v0.1.1",
485 )
486 go_repository(
487 name = "com_github_bmizerany_assert",
488 build_file_proto_mode = "disable_global",
489 importpath = "github.com/bmizerany/assert",
490 sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=",
491 version = "v0.0.0-20160611221934-b7ed37b82869",
492 )
493 go_repository(
494 name = "com_github_bombsimon_wsl_v2",
495 build_file_proto_mode = "disable_global",
496 importpath = "github.com/bombsimon/wsl/v2",
497 sum = "h1:/DdSteYCq4lPX+LqDg7mdoxm14UxzZPoDT0taYc3DTU=",
498 version = "v2.2.0",
499 )
500 go_repository(
501 name = "com_github_bombsimon_wsl_v3",
502 build_file_proto_mode = "disable_global",
503 importpath = "github.com/bombsimon/wsl/v3",
504 sum = "h1:E5SRssoBgtVFPcYWUOFJEcgaySgdtTNYzsSKDOY7ss8=",
505 version = "v3.1.0",
506 )
507 go_repository(
508 name = "com_github_bradfitz_go_smtpd",
509 build_file_proto_mode = "disable_global",
510 importpath = "github.com/bradfitz/go-smtpd",
511 sum = "h1:ckJgFhFWywOx+YLEMIJsTb+NV6NexWICk5+AMSuz3ss=",
512 version = "v0.0.0-20170404230938-deb6d6237625",
513 )
514
515 go_repository(
516 name = "com_github_bradleyfalzon_ghinstallation",
517 build_file_proto_mode = "disable_global",
518 importpath = "github.com/bradleyfalzon/ghinstallation",
519 sum = "h1:pmBXkxgM1WeF8QYvDLT5kuQiHMcmf+X015GI0KM/E3I=",
520 version = "v1.1.1",
521 )
522 go_repository(
523 name = "com_github_bshuster_repo_logrus_logstash_hook",
524 build_file_proto_mode = "disable_global",
525 importpath = "github.com/bshuster-repo/logrus-logstash-hook",
526 sum = "h1:pgAtgj+A31JBVtEHu2uHuEx0n+2ukqUJnS2vVe5pQNA=",
527 version = "v0.4.1",
528 )
529 go_repository(
530 name = "com_github_buger_jsonparser",
531 build_file_proto_mode = "disable_global",
532 importpath = "github.com/buger/jsonparser",
533 sum = "h1:y853v6rXx+zefEcjET3JuKAqvhj+FKflQijjeaSv2iA=",
534 version = "v0.0.0-20180808090653-f4dd9f5a6b44",
535 )
536
537 go_repository(
538 name = "com_github_bugsnag_bugsnag_go",
539 build_file_proto_mode = "disable_global",
540 importpath = "github.com/bugsnag/bugsnag-go",
541 sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=",
542 version = "v0.0.0-20141110184014-b1d153021fcd",
543 )
544 go_repository(
545 name = "com_github_bugsnag_osext",
546 build_file_proto_mode = "disable_global",
547 importpath = "github.com/bugsnag/osext",
548 sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=",
549 version = "v0.0.0-20130617224835-0dd3f918b21b",
550 )
551 go_repository(
552 name = "com_github_bugsnag_panicwrap",
553 build_file_proto_mode = "disable_global",
554 importpath = "github.com/bugsnag/panicwrap",
555 sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=",
556 version = "v0.0.0-20151223152923-e2c28503fcd0",
557 )
558
559 go_repository(
560 name = "com_github_burntsushi_toml",
561 build_file_proto_mode = "disable_global",
562 importpath = "github.com/BurntSushi/toml",
563 sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
564 version = "v0.3.1",
565 )
566 go_repository(
567 name = "com_github_burntsushi_xgb",
568 build_file_proto_mode = "disable_global",
569 importpath = "github.com/BurntSushi/xgb",
570 sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=",
571 version = "v0.0.0-20160522181843-27f122750802",
572 )
573 go_repository(
574 name = "com_github_caarlos0_ctrlc",
575 build_file_proto_mode = "disable_global",
576 importpath = "github.com/caarlos0/ctrlc",
577 sum = "h1:2DtF8GSIcajgffDFJzyG15vO+1PuBWOMUdFut7NnXhw=",
578 version = "v1.0.0",
579 )
580 go_repository(
581 name = "com_github_campoy_unique",
582 build_file_proto_mode = "disable_global",
583 importpath = "github.com/campoy/unique",
584 sum = "h1:V9a67dfYqPLAvzk5hMQOXYJlZ4SLIXgyKIE+ZiHzgGQ=",
585 version = "v0.0.0-20180121183637-88950e537e7e",
586 )
587
588 go_repository(
589 name = "com_github_casbin_casbin_v2",
590 build_file_proto_mode = "disable_global",
591 importpath = "github.com/casbin/casbin/v2",
592 sum = "h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g=",
593 version = "v2.1.2",
594 )
595 go_repository(
596 name = "com_github_cavaliercoder_go_cpio",
597 build_file_proto_mode = "disable_global",
598 importpath = "github.com/cavaliercoder/go-cpio",
599 sum = "h1:hHg27A0RSSp2Om9lubZpiMgVbvn39bsUmW9U5h0twqc=",
600 version = "v0.0.0-20180626203310-925f9528c45e",
601 )
602
603 go_repository(
604 name = "com_github_cenkalti_backoff",
605 build_file_proto_mode = "disable_global",
606 importpath = "github.com/cenkalti/backoff",
607 sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=",
608 version = "v2.2.1+incompatible",
609 )
610
611 go_repository(
612 name = "com_github_census_instrumentation_opencensus_proto",
613 build_file_proto_mode = "disable_global",
614 importpath = "github.com/census-instrumentation/opencensus-proto",
615 sum = "h1:glEXhBS5PSLLv4IXzLA5yPRVX4bilULVyxxbrfOtDAk=",
616 version = "v0.2.1",
617 )
618
619 go_repository(
620 name = "com_github_cespare_xxhash",
621 build_file_proto_mode = "disable_global",
622 importpath = "github.com/cespare/xxhash",
623 sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
624 version = "v1.1.0",
625 )
626 go_repository(
627 name = "com_github_cespare_xxhash_v2",
628 build_file_proto_mode = "disable_global",
629 importpath = "github.com/cespare/xxhash/v2",
630 sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=",
631 version = "v2.1.1",
632 )
633
634 go_repository(
635 name = "com_github_chai2010_gettext_go",
636 build_file_proto_mode = "disable_global",
637 importpath = "github.com/chai2010/gettext-go",
638 sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=",
639 version = "v0.0.0-20160711120539-c6fed771bfd5",
640 )
641 go_repository(
642 name = "com_github_checkpoint_restore_go_criu_v4",
643 build_file_proto_mode = "disable_global",
644 importpath = "github.com/checkpoint-restore/go-criu/v4",
645 sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
646 version = "v4.1.0",
647 )
648 go_repository(
649 name = "com_github_cheggaaa_pb",
650 build_file_proto_mode = "disable_global",
651 importpath = "github.com/cheggaaa/pb",
652 sum = "h1:wIkZHkNfC7R6GI5w7l/PdAdzXzlrbcI3p8OAlnkTsnc=",
653 version = "v1.0.27",
654 )
655
656 go_repository(
657 name = "com_github_chzyer_logex",
658 build_file_proto_mode = "disable_global",
659 importpath = "github.com/chzyer/logex",
660 sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=",
661 version = "v1.1.10",
662 )
663 go_repository(
664 name = "com_github_chzyer_readline",
665 build_file_proto_mode = "disable_global",
666 importpath = "github.com/chzyer/readline",
667 sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=",
668 version = "v0.0.0-20180603132655-2972be24d48e",
669 )
670 go_repository(
671 name = "com_github_chzyer_test",
672 build_file_proto_mode = "disable_global",
673 importpath = "github.com/chzyer/test",
674 sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=",
675 version = "v0.0.0-20180213035817-a1ea475d72b1",
676 )
677 go_repository(
678 name = "com_github_cilium_ebpf",
679 build_file_proto_mode = "disable_global",
680 importpath = "github.com/cilium/ebpf",
681 sum = "h1:Fv93L3KKckEcEHR3oApXVzyBTDA8WAm6VXhPE00N3f8=",
682 version = "v0.2.0",
683 )
684 go_repository(
685 name = "com_github_circonus_labs_circonus_gometrics",
686 build_file_proto_mode = "disable_global",
687 importpath = "github.com/circonus-labs/circonus-gometrics",
688 sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=",
689 version = "v2.3.1+incompatible",
690 )
691 go_repository(
692 name = "com_github_circonus_labs_circonusllhist",
693 build_file_proto_mode = "disable_global",
694 importpath = "github.com/circonus-labs/circonusllhist",
695 sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=",
696 version = "v0.1.3",
697 )
698
699 go_repository(
700 name = "com_github_clbanning_x2j",
701 build_file_proto_mode = "disable_global",
702 importpath = "github.com/clbanning/x2j",
703 sum = "h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo=",
704 version = "v0.0.0-20191024224557-825249438eec",
705 )
706
707 go_repository(
708 name = "com_github_client9_misspell",
709 build_file_proto_mode = "disable_global",
710 importpath = "github.com/client9/misspell",
711 sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
712 version = "v0.3.4",
713 )
714 go_repository(
715 name = "com_github_cncf_udpa_go",
716 build_file_proto_mode = "disable_global",
717 importpath = "github.com/cncf/udpa/go",
718 sum = "h1:cqQfy1jclcSy/FwLjemeg3SR1yaINm74aQyupQ0Bl8M=",
719 version = "v0.0.0-20201120205902-5459f2c99403",
720 )
721+ go_repository(
722+ name = "com_github_cncf_xds_go",
723+ build_file_proto_mode = "disable_global",
724+ importpath = "github.com/cncf/xds/go",
725+ sum = "h1:OZmjad4L3H8ncOIR8rnb5MREYqG8ixi5+WbeUsquF0c=",
726+ version = "v0.0.0-20210312221358-fbca930ec8ed",
727+ )
728
729 go_repository(
730 name = "com_github_cockroachdb_datadriven",
731 build_file_proto_mode = "disable_global",
732 importpath = "github.com/cockroachdb/datadriven",
733 sum = "h1:OaNxuTZr7kxeODyLWsRMC+OD03aFUH+mW6r2d+MWa5Y=",
734 version = "v0.0.0-20190809214429-80d97fb3cbaa",
735 )
736 go_repository(
737 name = "com_github_codahale_hdrhistogram",
738 build_file_proto_mode = "disable_global",
739 importpath = "github.com/codahale/hdrhistogram",
740 sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=",
741 version = "v0.0.0-20161010025455-3a0bb77429bd",
742 )
743
744 go_repository(
745 name = "com_github_codegangsta_inject",
746 build_file_proto_mode = "disable_global",
747 importpath = "github.com/codegangsta/inject",
748 sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=",
749 version = "v0.0.0-20150114235600-33e0aa1cb7c0",
750 )
751 go_repository(
752 name = "com_github_codeskyblue_go_sh",
753 build_file_proto_mode = "disable_global",
754 importpath = "github.com/codeskyblue/go-sh",
755 sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=",
756 version = "v0.0.0-20200712050446-30169cf553fe",
757 )
758 go_repository(
759 name = "com_github_containerd_aufs",
760 build_file_proto_mode = "disable_global",
761 importpath = "github.com/containerd/aufs",
762 sum = "h1:sSm1RGQzUTr23yR6SS7RIBBLV8V2bFIu07z4nyVOwmI=",
763 version = "v0.0.0-20200908144142-dab0cbea06f4",
764 )
765 go_repository(
766 name = "com_github_containerd_btrfs",
767 build_file_proto_mode = "disable_global",
768 importpath = "github.com/containerd/btrfs",
769 sum = "h1:chFw/cg0TDyK43qm8DKbblny2WHc4ML+j1KOkdEp9pI=",
770 version = "v0.0.0-20201111183144-404b9149801e",
771 )
772
773 go_repository(
774 name = "com_github_containerd_cgroups",
775 build_file_proto_mode = "disable_global",
776 importpath = "github.com/containerd/cgroups",
777 sum = "h1:Qf4HiqfvmB7zS6scsmNgTLmByHbq8n9RTF39v+TzP7A=",
778 version = "v0.0.0-20200824123100-0b889c03f102",
779 )
780 go_repository(
781 name = "com_github_containerd_console",
782 build_file_proto_mode = "disable_global",
783 importpath = "github.com/containerd/console",
784 sum = "h1:u7SFAJyRqWcG6ogaMAx3KjSTy1e3hT9QxqX7Jco7dRc=",
785 version = "v1.0.1",
786 )
787
788 go_repository(
789 name = "com_github_containerd_containerd",
790 build_file_proto_mode = "disable_global",
791 importpath = "github.com/containerd/containerd",
792 sum = "h1:IK6yirB4X7wpKyFSikWiT++nZsyIxGAAgNEv3fEGuls=",
793 version = "v1.5.0-beta.1",
794 )
795 go_repository(
796 name = "com_github_containerd_continuity",
797 build_file_proto_mode = "disable_global",
798 importpath = "github.com/containerd/continuity",
799 sum = "h1:k6Dn7shF+i1q4utvCyW4+o9REsCMAeRyORM5IhXMCnw=",
800 version = "v0.0.0-20210315143101-93e15499afd5",
801 )
802 go_repository(
803 name = "com_github_containerd_fifo",
804 build_file_proto_mode = "disable_global",
805 importpath = "github.com/containerd/fifo",
806 sum = "h1:1c6xmkNiu6Jnr6AKGM91GGNsfU+nPNFvw9BZFSo0E+c=",
807 version = "v0.0.0-20201026212402-0724c46b320c",
808 )
809 go_repository(
810 name = "com_github_containerd_go_cni",
811 build_file_proto_mode = "disable_global",
812 importpath = "github.com/containerd/go-cni",
813 sum = "h1:VXr2EkOPD0v1gu7CKfof6XzEIDzsE/dI9yj/W7PSWLs=",
814 version = "v1.0.1",
815 )
816
817 go_repository(
818 name = "com_github_containerd_go_runc",
819 build_file_proto_mode = "disable_global",
820 importpath = "github.com/containerd/go-runc",
821 sum = "h1:e+50zk22gvHLJKe8+d+xSMyA88PPQk/XfWuUw1BdnPA=",
822 version = "v0.0.0-20201020171139-16b287bc67d0",
823 )
824 go_repository(
825 name = "com_github_containerd_imgcrypt",
826 build_file_proto_mode = "disable_global",
827 importpath = "github.com/containerd/imgcrypt",
828 sum = "h1:IyI3IIP4m6zrNFuNFT7HizGVcuD6BYJFpdM1JvPKCbQ=",
829 version = "v1.0.1",
830 )
831 go_repository(
832 name = "com_github_containerd_nri",
833 build_file_proto_mode = "disable_global",
834 importpath = "github.com/containerd/nri",
835 sum = "h1:KbgF4MRmTDGp+4XissYZPZsdo0wS9f1pfYmRNFE2R0I=",
836 version = "v0.0.0-20201007170849-eb1350a75164",
837 )
838 go_repository(
839 name = "com_github_containerd_stargz_snapshotter",
840 build_file_proto_mode = "disable_global",
841 importpath = "github.com/containerd/stargz-snapshotter",
842 sum = "h1:cj2qTm4k9TlXzzwCROQK0puJc2oauyjUiegQiqpNkuk=",
843 version = "v0.0.0-20201027054423-3a04e4c2c116",
844 )
845
846 go_repository(
847 name = "com_github_containerd_ttrpc",
848 build_file_proto_mode = "disable_global",
849 importpath = "github.com/containerd/ttrpc",
850 sum = "h1:2/O3oTZN36q2xRolk0a2WWGgh7/Vf/liElg5hFYLX9U=",
851 version = "v1.0.2",
852 )
853 go_repository(
854 name = "com_github_containerd_typeurl",
855 build_file_proto_mode = "disable_global",
856 importpath = "github.com/containerd/typeurl",
857 sum = "h1:PvuK4E3D5S5q6IqsPDCy928FhP0LUIGcmZ/Yhgp5Djw=",
858 version = "v1.0.1",
859 )
860 go_repository(
861 name = "com_github_containerd_zfs",
862 build_file_proto_mode = "disable_global",
863 importpath = "github.com/containerd/zfs",
864 sum = "h1:k14X1HVvImFGx96RHryyftNFd9OAW3YtCg6OeO262yo=",
865 version = "v0.0.0-20200918131355-0a33824f23a2",
866 )
867 go_repository(
868 name = "com_github_containernetworking_cni",
869 build_file_proto_mode = "disable_global",
870 importpath = "github.com/containernetworking/cni",
871 sum = "h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=",
872 version = "v0.8.0",
873 )
874 go_repository(
875 name = "com_github_containernetworking_plugins",
876 build_file_proto_mode = "disable_global",
877 importpath = "github.com/containernetworking/plugins",
878 sum = "h1:npZTLiMa4CRn6m5P9+1Dz4O1j0UeFbm8VYN6dlsw568=",
879 version = "v0.8.6",
880 )
881 go_repository(
882 name = "com_github_containers_ocicrypt",
883 build_file_proto_mode = "disable_global",
884 importpath = "github.com/containers/ocicrypt",
885 sum = "h1:EToign46OSLTFWnb2oNj9RG3XDnkOX8r28ZIXUuk5Pc=",
886 version = "v1.0.1",
887 )
888
889 go_repository(
890 name = "com_github_coreos_bbolt",
891 build_file_proto_mode = "disable_global",
892 importpath = "github.com/coreos/bbolt",
893 sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
894 version = "v1.3.2",
895 )
896 go_repository(
897 name = "com_github_coreos_etcd",
898 build_file_proto_mode = "disable_global",
899 importpath = "github.com/coreos/etcd",
900 sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=",
901 version = "v3.3.13+incompatible",
902 )
903 go_repository(
904 name = "com_github_coreos_go_etcd",
905 build_file_proto_mode = "disable_global",
906 importpath = "github.com/coreos/go-etcd",
907 sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=",
908 version = "v2.0.0+incompatible",
909 )
910
911 go_repository(
912 name = "com_github_coreos_go_iptables",
913 build_file_proto_mode = "disable_global",
914 importpath = "github.com/coreos/go-iptables",
915 sum = "h1:DpHb9vJrZQEFMcVLFKAAGMUVX0XoRC0ptCthinRYm38=",
916 version = "v0.4.5",
917 )
918
919 go_repository(
920 name = "com_github_coreos_go_oidc",
921 build_file_proto_mode = "disable_global",
922 importpath = "github.com/coreos/go-oidc",
923 sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=",
924 version = "v2.1.0+incompatible",
925 )
926
927 go_repository(
928 name = "com_github_coreos_go_semver",
929 build_file_proto_mode = "disable_global",
930 importpath = "github.com/coreos/go-semver",
931 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
932 version = "v0.3.0",
933 )
934 go_repository(
935 name = "com_github_coreos_go_systemd",
936 build_file_proto_mode = "disable_global",
937 importpath = "github.com/coreos/go-systemd",
938 sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=",
939 version = "v0.0.0-20190321100706-95778dfbb74e",
940 )
941 go_repository(
942 name = "com_github_coreos_go_systemd_v22",
943 build_file_proto_mode = "disable_global",
944 importpath = "github.com/coreos/go-systemd/v22",
945 sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=",
946 version = "v22.1.0",
947 )
948
949 go_repository(
950 name = "com_github_coreos_pkg",
951 build_file_proto_mode = "disable_global",
952 importpath = "github.com/coreos/pkg",
953 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
954 version = "v0.0.0-20180928190104-399ea9e2e55f",
955 )
956 go_repository(
957 name = "com_github_cpuguy83_go_md2man",
958 build_file_proto_mode = "disable_global",
959 importpath = "github.com/cpuguy83/go-md2man",
960 sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=",
961 version = "v1.0.10",
962 )
963
964 go_repository(
965 name = "com_github_cpuguy83_go_md2man_v2",
966 build_file_proto_mode = "disable_global",
967 importpath = "github.com/cpuguy83/go-md2man/v2",
968 sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=",
969 version = "v2.0.0",
970 )
971 go_repository(
972 name = "com_github_creack_pty",
973 build_file_proto_mode = "disable_global",
974 importpath = "github.com/creack/pty",
975 sum = "h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=",
976 version = "v1.1.11",
977 )
978 go_repository(
979 name = "com_github_crewjam_httperr",
980 build_file_proto_mode = "disable_global",
981 importpath = "github.com/crewjam/httperr",
982 sum = "h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=",
983 version = "v0.0.0-20190612203328-a946449404da",
984 )
985 go_repository(
986 name = "com_github_crewjam_saml",
987 build_file_proto_mode = "disable_global",
988 importpath = "github.com/crewjam/saml",
989 sum = "h1:ejDcbmWV2zLkKBKmARJp5zNUkEvkfV9AE+P8+noywQ4=",
990 version = "v0.4.4",
991 )
992 go_repository(
993 name = "com_github_crossplane_crossplane_runtime",
994 build_file_proto_mode = "disable_global",
995 importpath = "github.com/crossplane/crossplane-runtime",
996 sum = "h1:TFeItxtW32/fETB9be0AsEha/ur0bbrtQRocC+Jd6RI=",
997 version = "v0.13.0",
998 )
999
1000 go_repository(
1001 name = "com_github_cyphar_filepath_securejoin",
1002 build_file_proto_mode = "disable_global",
1003 importpath = "github.com/cyphar/filepath-securejoin",
1004 sum = "h1:jCwT2GTP+PY5nBz3c/YL5PAIbusElVrPujOBSCj8xRg=",
1005 version = "v0.2.2",
1006 )
1007 go_repository(
1008 name = "com_github_d2g_dhcp4",
1009 build_file_proto_mode = "disable_global",
1010 importpath = "github.com/d2g/dhcp4",
1011 sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=",
1012 version = "v0.0.0-20170904100407-a1d1b6c41b1c",
1013 )
1014 go_repository(
1015 name = "com_github_d2g_dhcp4client",
1016 build_file_proto_mode = "disable_global",
1017 importpath = "github.com/d2g/dhcp4client",
1018 sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=",
1019 version = "v1.0.0",
1020 )
1021 go_repository(
1022 name = "com_github_d2g_dhcp4server",
1023 build_file_proto_mode = "disable_global",
1024 importpath = "github.com/d2g/dhcp4server",
1025 sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=",
1026 version = "v0.0.0-20181031114812-7d4a0a7f59a5",
1027 )
1028 go_repository(
1029 name = "com_github_d2g_hardwareaddr",
1030 build_file_proto_mode = "disable_global",
1031 importpath = "github.com/d2g/hardwareaddr",
1032 sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=",
1033 version = "v0.0.0-20190221164911-e7d9fbe030e4",
1034 )
1035
1036 go_repository(
1037 name = "com_github_data_dog_go_sqlmock",
1038 build_file_proto_mode = "disable_global",
1039 importpath = "github.com/DATA-DOG/go-sqlmock",
1040 sum = "h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60=",
1041 version = "v1.5.0",
1042 )
1043
1044 go_repository(
1045 name = "com_github_datadog_datadog_go",
1046 build_file_proto_mode = "disable_global",
1047 importpath = "github.com/DataDog/datadog-go",
1048 sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=",
1049 version = "v3.2.0+incompatible",
1050 )
1051
1052 go_repository(
1053 name = "com_github_davecgh_go_spew",
1054 build_file_proto_mode = "disable_global",
1055 importpath = "github.com/davecgh/go-spew",
1056 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
1057 version = "v1.1.1",
1058 )
1059 go_repository(
1060 name = "com_github_daviddengcn_go_colortext",
1061 build_file_proto_mode = "disable_global",
1062 importpath = "github.com/daviddengcn/go-colortext",
1063 sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=",
1064 version = "v0.0.0-20160507010035-511bcaf42ccd",
1065 )
1066
1067 go_repository(
1068 name = "com_github_dchest_uniuri",
1069 build_file_proto_mode = "disable_global",
1070 importpath = "github.com/dchest/uniuri",
1071 sum = "h1:74lLNRzvsdIlkTgfDSMuaPjBr4cf6k7pwQQANm/yLKU=",
1072 version = "v0.0.0-20160212164326-8902c56451e9",
1073 )
1074 go_repository(
1075 name = "com_github_decred_dcrd_chaincfg_chainhash",
1076 build_file_proto_mode = "disable_global",
1077 importpath = "github.com/decred/dcrd/chaincfg/chainhash",
1078 sum = "h1:rt5Vlq/jM3ZawwiacWjPa+smINyLRN07EO0cNBV6DGU=",
1079 version = "v1.0.2",
1080 )
1081 go_repository(
1082 name = "com_github_decred_dcrd_crypto_blake256",
1083 build_file_proto_mode = "disable_global",
1084 importpath = "github.com/decred/dcrd/crypto/blake256",
1085 sum = "h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=",
1086 version = "v1.0.0",
1087 )
1088 go_repository(
1089 name = "com_github_decred_dcrd_dcrec_secp256k1_v3",
1090 build_file_proto_mode = "disable_global",
1091 importpath = "github.com/decred/dcrd/dcrec/secp256k1/v3",
1092 sum = "h1:sgNeV1VRMDzs6rzyPpxyM0jp317hnwiq58Filgag2xw=",
1093 version = "v3.0.0",
1094 )
1095
1096 go_repository(
1097 name = "com_github_deislabs_oras",
1098 build_file_proto_mode = "disable_global",
1099 importpath = "github.com/deislabs/oras",
1100 sum = "h1:oo2J/3vXdcti8cjFi8ghMOkx0OacONxHC8dhJ17NdJ0=",
1101 version = "v0.11.1",
1102 )
1103 go_repository(
1104 name = "com_github_denisenkom_go_mssqldb",
1105 build_file_proto_mode = "disable_global",
1106 importpath = "github.com/denisenkom/go-mssqldb",
1107 sum = "h1:epsH3lb7KVbXHYk7LYGN5EiE0MxcevHU85CKITJ0wUY=",
1108 version = "v0.0.0-20191001013358-cfbb681360f0",
1109 )
1110 go_repository(
1111 name = "com_github_denverdino_aliyungo",
1112 build_file_proto_mode = "disable_global",
1113 importpath = "github.com/denverdino/aliyungo",
1114 sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=",
1115 version = "v0.0.0-20190125010748-a747050bb1ba",
1116 )
1117 go_repository(
1118 name = "com_github_devigned_tab",
1119 build_file_proto_mode = "disable_global",
1120 importpath = "github.com/devigned/tab",
1121 sum = "h1:3mD6Kb1mUOYeLpJvTVSDwSg5ZsfSxfvxGRTxRsJsITA=",
1122 version = "v0.1.1",
1123 )
1124
1125 go_repository(
1126 name = "com_github_dgrijalva_jwt_go",
1127 build_file_proto_mode = "disable_global",
1128 importpath = "github.com/dgrijalva/jwt-go",
1129 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
1130 version = "v3.2.0+incompatible",
1131 )
1132 go_repository(
1133 name = "com_github_dgryski_go_sip13",
1134 build_file_proto_mode = "disable_global",
1135 importpath = "github.com/dgryski/go-sip13",
1136 sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=",
1137 version = "v0.0.0-20181026042036-e10d5fee7954",
1138 )
1139 go_repository(
1140 name = "com_github_dgryski_trifles",
1141 build_file_proto_mode = "disable_global",
1142 importpath = "github.com/dgryski/trifles",
1143 sum = "h1:TUuUh0Xgj97tLMNtWtNvI9mIV6isjEb9lBMNv+77IGM=",
1144 version = "v0.0.0-20190318185328-a8d75aae118c",
1145 )
1146 go_repository(
1147 name = "com_github_dimchansky_utfbom",
1148 build_file_proto_mode = "disable_global",
1149 importpath = "github.com/dimchansky/utfbom",
1150 sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=",
1151 version = "v1.1.1",
1152 )
1153 go_repository(
1154 name = "com_github_djarvur_go_err113",
1155 build_file_proto_mode = "disable_global",
1156 importpath = "github.com/Djarvur/go-err113",
1157 sum = "h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU=",
1158 version = "v0.1.0",
1159 )
1160
1161 go_repository(
1162 name = "com_github_dnaeon_go_vcr",
1163 build_file_proto_mode = "disable_global",
1164 importpath = "github.com/dnaeon/go-vcr",
1165 sum = "h1:r8L/HqC0Hje5AXMu1ooW8oyQyOFv4GxqpL0nRP7SLLY=",
1166 version = "v1.0.1",
1167 )
1168 go_repository(
1169 name = "com_github_docker_cli",
1170 build_extra_args = [
1171 "-known_import=github.com/Sirupsen/logrus",
1172 "-known_import=vbom.ml/util/sortorder",
1173 "-known_import=github.com/moby/buildkit",
1174 "-known_import=github.com/docker/swarmkit/api",
1175 "-known_import=k8s.io/kubernetes/pkg/api/v1/pod",
1176 ],
1177 build_file_proto_mode = "disable_global",
1178 importpath = "github.com/docker/cli",
1179 sum = "h1:bjflayQbWg+xOkF2WPEAOi4Y7zWhR7ptoPhV/VqLVDE=",
1180 version = "v20.10.5+incompatible",
1181 )
1182 go_repository(
1183 name = "com_github_docker_distribution",
1184 build_extra_args = [
1185 "-known_import=github.com/Sirupsen/logrus",
1186 ],
1187 build_file_proto_mode = "disable_global",
1188 importpath = "github.com/docker/distribution",
1189 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=",
1190 version = "v2.7.1+incompatible",
1191 )
1192
1193 go_repository(
1194 name = "com_github_docker_docker",
1195 build_extra_args = [
1196 "-known_import=github.com/Sirupsen/logrus",
1197 "-known_import=github.com/docker/libnetwork",
1198 "-known_import=github.com/moby/buildkit",
1199 "-known_import=github.com/docker/swarmkit/agent/exec",
1200 "-known_import=github.com/docker/swarmkit/ca",
1201 "-known_import=github.com/seccomp/libseccomp-golang",
1202 "-exclude=pkg/devicemapper",
1203 "-exclude=daemon",
1204 ],
1205 build_file_proto_mode = "disable_global",
1206 importpath = "github.com/docker/docker",
1207 sum = "h1:+HS4XO73J41FpA260ztGujJ+0WibrA2TPJEnWNSyGNE=",
1208 version = "v20.10.3+incompatible",
1209 )
1210 go_repository(
1211 name = "com_github_docker_docker_credential_helpers",
1212 build_extra_args = [
1213 "-known_import=github.com/Sirupsen/logrus",
1214 "-exclude=secretservice",
1215 ],
1216 build_file_proto_mode = "disable_global",
1217 importpath = "github.com/docker/docker-credential-helpers",
1218 sum = "h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ=",
1219 version = "v0.6.3",
1220 )
1221 go_repository(
1222 name = "com_github_docker_go_connections",
1223 build_extra_args = [
1224 "-known_import=github.com/Sirupsen/logrus",
1225 ],
1226 build_file_proto_mode = "disable_global",
1227 importpath = "github.com/docker/go-connections",
1228 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
1229 version = "v0.4.0",
1230 )
1231 go_repository(
1232 name = "com_github_docker_go_events",
1233 build_file_proto_mode = "disable_global",
1234 importpath = "github.com/docker/go-events",
1235 sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
1236 version = "v0.0.0-20190806004212-e31b211e4f1c",
1237 )
1238
1239 go_repository(
1240 name = "com_github_docker_go_metrics",
1241 build_file_proto_mode = "disable_global",
1242 importpath = "github.com/docker/go-metrics",
1243 sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
1244 version = "v0.0.1",
1245 )
1246
1247 go_repository(
1248 name = "com_github_docker_go_units",
1249 build_extra_args = [
1250 "-known_import=github.com/Sirupsen/logrus",
1251 ],
1252 build_file_proto_mode = "disable_global",
1253 importpath = "github.com/docker/go-units",
1254 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=",
1255 version = "v0.4.0",
1256 )
1257 go_repository(
1258 name = "com_github_docker_libnetwork",
1259 build_file_proto_mode = "disable_global",
1260 importpath = "github.com/docker/libnetwork",
1261 sum = "h1:jC/ZXgYdzCUuKFkKGNiekhnIkGfUrdelEqvg4Miv440=",
1262 version = "v0.8.0-dev.2.0.20200917202933-d0951081b35f",
1263 )
1264
1265 go_repository(
1266 name = "com_github_docker_libtrust",
1267 build_file_proto_mode = "disable_global",
1268 importpath = "github.com/docker/libtrust",
1269 sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=",
1270 version = "v0.0.0-20150114040149-fa567046d9b1",
1271 )
1272
1273 go_repository(
1274 name = "com_github_docopt_docopt_go",
1275 build_file_proto_mode = "disable_global",
1276 importpath = "github.com/docopt/docopt-go",
1277 sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
1278 version = "v0.0.0-20180111231733-ee0de3bc6815",
1279 )
1280
1281 go_repository(
1282 name = "com_github_dustin_go_humanize",
1283 build_file_proto_mode = "disable_global",
1284 importpath = "github.com/dustin/go-humanize",
1285 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
1286 version = "v1.0.0",
1287 )
1288
1289 go_repository(
1290 name = "com_github_eapache_go_resiliency",
1291 build_file_proto_mode = "disable_global",
1292 importpath = "github.com/eapache/go-resiliency",
1293 sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=",
1294 version = "v1.1.0",
1295 )
1296 go_repository(
1297 name = "com_github_eapache_go_xerial_snappy",
1298 build_file_proto_mode = "disable_global",
1299 importpath = "github.com/eapache/go-xerial-snappy",
1300 sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=",
1301 version = "v0.0.0-20180814174437-776d5712da21",
1302 )
1303 go_repository(
1304 name = "com_github_eapache_queue",
1305 build_file_proto_mode = "disable_global",
1306 importpath = "github.com/eapache/queue",
1307 sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=",
1308 version = "v1.1.0",
1309 )
1310 go_repository(
1311 name = "com_github_edsrzf_mmap_go",
1312 build_file_proto_mode = "disable_global",
1313 importpath = "github.com/edsrzf/mmap-go",
1314 sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=",
1315 version = "v1.0.0",
1316 )
1317
1318 go_repository(
1319 name = "com_github_elazarl_goproxy",
1320 build_file_proto_mode = "disable_global",
1321 importpath = "github.com/elazarl/goproxy",
1322 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
1323 version = "v0.0.0-20180725130230-947c36da3153",
1324 )
1325 go_repository(
1326 name = "com_github_emicklei_go_restful",
1327 build_file_proto_mode = "disable_global",
1328 importpath = "github.com/emicklei/go-restful",
1329 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
1330 version = "v2.9.5+incompatible",
1331 )
1332 go_repository(
1333 name = "com_github_emirpasic_gods",
1334 build_file_proto_mode = "disable_global",
1335 importpath = "github.com/emirpasic/gods",
1336 sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=",
1337 version = "v1.12.0",
1338 )
1339
1340 go_repository(
1341 name = "com_github_envoyproxy_go_control_plane",
1342 build_file_proto_mode = "disable_global",
1343 importpath = "github.com/envoyproxy/go-control-plane",
1344- sum = "h1:QyzYnTnPE15SQyUeqU6qLbWxMkwyAyu+vGksa0b7j00=",
1345- version = "v0.9.9-0.20210217033140-668b12f5399d",
1346+ sum = "h1:dulLQAYQFYtG5MTplgNGHWuV2D+OBD+Z8lmDBmbLg+s=",
1347+ version = "v0.9.9-0.20210512163311-63b5d3c536b0",
1348 )
1349 go_repository(
1350 name = "com_github_envoyproxy_protoc_gen_validate",
1351 build_file_proto_mode = "disable_global",
1352 importpath = "github.com/envoyproxy/protoc-gen-validate",
1353 sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=",
1354 version = "v0.1.0",
1355 )
1356
1357 go_repository(
1358 name = "com_github_evanphx_json_patch",
1359 build_file_proto_mode = "disable_global",
1360 importpath = "github.com/evanphx/json-patch",
1361 sum = "h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs=",
1362 version = "v4.11.0+incompatible",
1363 )
1364 go_repository(
1365 name = "com_github_exponent_io_jsonpath",
1366 build_file_proto_mode = "disable_global",
1367 importpath = "github.com/exponent-io/jsonpath",
1368 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=",
1369 version = "v0.0.0-20151013193312-d6023ce2651d",
1370 )
1371 go_repository(
1372 name = "com_github_external_secrets_external_secrets",
1373 build_file_proto_mode = "disable_global",
1374 importpath = "github.com/external-secrets/external-secrets",
1375 sum = "h1:TLb4gcEnXrFcJHIlvKBQI9sZvFOAirKFEphgcNM/fPM=",
1376 version = "v0.2.3",
1377 )
1378
1379 go_repository(
1380 name = "com_github_fatih_camelcase",
1381 build_file_proto_mode = "disable_global",
1382 importpath = "github.com/fatih/camelcase",
1383 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
1384 version = "v1.0.0",
1385 )
1386
1387 go_repository(
1388 name = "com_github_fatih_color",
1389 build_file_proto_mode = "disable_global",
1390 importpath = "github.com/fatih/color",
1391 sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=",
1392 version = "v1.12.0",
1393 )
1394 go_repository(
1395 name = "com_github_fatih_structs",
1396 build_file_proto_mode = "disable_global",
1397 importpath = "github.com/fatih/structs",
1398 sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=",
1399 version = "v1.1.0",
1400 )
1401
1402 go_repository(
1403 name = "com_github_fluxcd_helm_controller_api",
1404 build_file_proto_mode = "disable_global",
1405 importpath = "github.com/fluxcd/helm-controller/api",
1406 sum = "h1:L60KmCblTQo3UimgCzVQGe330tC+b15CrLozvhPNmJU=",
1407 version = "v0.9.0",
1408 )
1409 go_repository(
1410 name = "com_github_fluxcd_kustomize_controller_api",
1411 build_file_proto_mode = "disable_global",
1412 importpath = "github.com/fluxcd/kustomize-controller/api",
1413 sum = "h1:M2i7y8I3DZUlrNDzfxwVxVBrPkB+sQrPAyVtw6OTu9E=",
1414 version = "v0.14.0",
1415 )
1416
1417 go_repository(
1418 name = "com_github_fluxcd_pkg_apis_kustomize",
1419 build_file_proto_mode = "disable_global",
1420 importpath = "github.com/fluxcd/pkg/apis/kustomize",
1421 sum = "h1:jhu2QHvs+j3Zo9rR6w8hkO3LSC6h3M37zY5ejufOmxY=",
1422 version = "v0.2.0",
1423 )
1424 go_repository(
1425 name = "com_github_fluxcd_pkg_apis_meta",
1426 build_file_proto_mode = "disable_global",
1427 importpath = "github.com/fluxcd/pkg/apis/meta",
1428 sum = "h1:N7wVGHC1cyPdT87hrDC7UwCwRwnZdQM46PBSLjG2rlE=",
1429 version = "v0.10.0",
1430 )
1431 go_repository(
1432 name = "com_github_fluxcd_pkg_runtime",
1433 build_file_proto_mode = "disable_global",
1434 importpath = "github.com/fluxcd/pkg/runtime",
1435 sum = "h1:BPZZ8bBkimpqGAPXqOf3LTaw+tcw6HgbWyCuzbbsJGs=",
1436 version = "v0.12.0",
1437 )
1438 go_repository(
1439 name = "com_github_fluxcd_source_controller_api",
1440 build_file_proto_mode = "disable_global",
1441 importpath = "github.com/fluxcd/source-controller/api",
1442 sum = "h1:I2suC+gHB3PuuuHXFeb3RaE9dJeiKew9x02xs9tLmyI=",
1443 version = "v0.11.0",
1444 )
1445 go_repository(
1446 name = "com_github_flynn_go_shlex",
1447 build_file_proto_mode = "disable_global",
1448 importpath = "github.com/flynn/go-shlex",
1449 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
1450 version = "v0.0.0-20150515145356-3f9db97f8568",
1451 )
1452
1453 go_repository(
1454 name = "com_github_form3tech_oss_jwt_go",
1455 build_file_proto_mode = "disable_global",
1456 importpath = "github.com/form3tech-oss/jwt-go",
1457 sum = "h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=",
1458 version = "v3.2.2+incompatible",
1459 )
1460 go_repository(
1461 name = "com_github_fortytw2_leaktest",
1462 build_file_proto_mode = "disable_global",
1463 importpath = "github.com/fortytw2/leaktest",
1464 sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
1465 version = "v1.3.0",
1466 )
1467
1468 go_repository(
1469 name = "com_github_franela_goblin",
1470 build_file_proto_mode = "disable_global",
1471 importpath = "github.com/franela/goblin",
1472 sum = "h1:gb2Z18BhTPJPpLQWj4T+rfKHYCHxRHCtRxhKKjRidVw=",
1473 version = "v0.0.0-20200105215937-c9ffbefa60db",
1474 )
1475 go_repository(
1476 name = "com_github_franela_goreq",
1477 build_file_proto_mode = "disable_global",
1478 importpath = "github.com/franela/goreq",
1479 sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=",
1480 version = "v0.0.0-20171204163338-bcd34c9993f8",
1481 )
1482 go_repository(
1483 name = "com_github_frankban_quicktest",
1484 build_file_proto_mode = "disable_global",
1485 importpath = "github.com/frankban/quicktest",
1486 sum = "h1:Gfh+GAJZOAoKZsIZeZbdn2JF10kN1XHNvjsvQK8gVkE=",
1487 version = "v1.10.0",
1488 )
1489
1490 go_repository(
1491 name = "com_github_fsnotify_fsnotify",
1492 build_file_proto_mode = "disable_global",
1493 importpath = "github.com/fsnotify/fsnotify",
1494 sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=",
1495 version = "v1.4.9",
1496 )
1497 go_repository(
1498 name = "com_github_fullsailor_pkcs7",
1499 build_file_proto_mode = "disable_global",
1500 importpath = "github.com/fullsailor/pkcs7",
1501 sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=",
1502 version = "v0.0.0-20190404230743-d7302db945fa",
1503 )
1504
1505 go_repository(
1506 name = "com_github_fvbommel_sortorder",
1507 build_file_proto_mode = "disable_global",
1508 importpath = "github.com/fvbommel/sortorder",
1509 sum = "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=",
1510 version = "v1.0.1",
1511 )
1512
1513 go_repository(
1514 name = "com_github_garyburd_redigo",
1515 build_file_proto_mode = "disable_global",
1516 importpath = "github.com/garyburd/redigo",
1517 sum = "h1:LofdAjjjqCSXMwLGgOgnE+rdPuvX9DxCqaHwKy7i/ko=",
1518 version = "v0.0.0-20150301180006-535138d7bcd7",
1519 )
1520
1521 go_repository(
1522 name = "com_github_gin_contrib_sse",
1523 build_file_proto_mode = "disable_global",
1524 importpath = "github.com/gin-contrib/sse",
1525 sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=",
1526 version = "v0.1.0",
1527 )
1528 go_repository(
1529 name = "com_github_gin_gonic_gin",
1530 build_file_proto_mode = "disable_global",
1531 importpath = "github.com/gin-gonic/gin",
1532 sum = "h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14=",
1533 version = "v1.6.3",
1534 )
1535 go_repository(
1536 name = "com_github_gliderlabs_ssh",
1537 build_file_proto_mode = "disable_global",
1538 importpath = "github.com/gliderlabs/ssh",
1539 sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=",
1540 version = "v0.2.2",
1541 )
1542
1543 go_repository(
1544 name = "com_github_go_asn1_ber_asn1_ber",
1545 build_file_proto_mode = "disable_global",
1546 importpath = "github.com/go-asn1-ber/asn1-ber",
1547 sum = "h1:gvPdv/Hr++TRFCl0UbPFHC54P9N9jgsRPnmnr419Uck=",
1548 version = "v1.3.1",
1549 )
1550
1551 go_repository(
1552 name = "com_github_go_chi_chi",
1553 build_file_proto_mode = "disable_global",
1554 importpath = "github.com/go-chi/chi",
1555 sum = "h1:uQNcQN3NsV1j4ANsPh42P4ew4t6rnRbJb8frvpp31qQ=",
1556 version = "v3.3.2+incompatible",
1557 )
1558 go_repository(
1559 name = "com_github_go_chi_chi_v5",
1560 build_file_proto_mode = "disable_global",
1561 importpath = "github.com/go-chi/chi/v5",
1562 sum = "h1:DBPx88FjZJH3FsICfDAfIfnb7XxKIYVGG6lOPlhENAg=",
1563 version = "v5.0.0",
1564 )
1565 go_repository(
1566 name = "com_github_go_critic_go_critic",
1567 build_file_proto_mode = "disable_global",
1568 importpath = "github.com/go-critic/go-critic",
1569 sum = "h1:sGEEdiuvLV0OC7/yC6MnK3K6LCPBplspK45B0XVdFAc=",
1570 version = "v0.4.3",
1571 )
1572
1573 go_repository(
1574 name = "com_github_go_errors_errors",
1575 build_file_proto_mode = "disable_global",
1576 importpath = "github.com/go-errors/errors",
1577 sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=",
1578 version = "v1.0.1",
1579 )
1580 go_repository(
1581 name = "com_github_go_git_gcfg",
1582 build_file_proto_mode = "disable_global",
1583 importpath = "github.com/go-git/gcfg",
1584 sum = "h1:Q5ViNfGF8zFgyJWPqYwA7qGFoMTEiBmdlkcfRmpIMa4=",
1585 version = "v1.5.0",
1586 )
1587 go_repository(
1588 name = "com_github_go_git_go_billy_v5",
1589 build_file_proto_mode = "disable_global",
1590 importpath = "github.com/go-git/go-billy/v5",
1591 sum = "h1:7NQHvd9FVid8VL4qVUMm8XifBK+2xCoZ2lSk0agRrHM=",
1592 version = "v5.0.0",
1593 )
1594 go_repository(
1595 name = "com_github_go_git_go_git_fixtures_v4",
1596 build_file_proto_mode = "disable_global",
1597 importpath = "github.com/go-git/go-git-fixtures/v4",
1598 sum = "h1:PbKy9zOy4aAKrJ5pibIRpVO2BXnK1Tlcg+caKI7Ox5M=",
1599 version = "v4.0.2-0.20200613231340-f56387b50c12",
1600 )
1601 go_repository(
1602 name = "com_github_go_git_go_git_v5",
1603 build_file_proto_mode = "disable_global",
1604 importpath = "github.com/go-git/go-git/v5",
1605 sum = "h1:YPBLG/3UK1we1ohRkncLjaXWLW+HKp5QNM/jTli2JgI=",
1606 version = "v5.2.0",
1607 )
1608
1609 go_repository(
1610 name = "com_github_go_gl_glfw",
1611 build_file_proto_mode = "disable_global",
1612 importpath = "github.com/go-gl/glfw",
1613 sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=",
1614 version = "v0.0.0-20190409004039-e6da0acd62b1",
1615 )
1616 go_repository(
1617 name = "com_github_go_gl_glfw_v3_3_glfw",
1618 build_file_proto_mode = "disable_global",
1619 importpath = "github.com/go-gl/glfw/v3.3/glfw",
1620 sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=",
1621 version = "v0.0.0-20200222043503-6f7a984d4dc4",
1622 )
1623 go_repository(
1624 name = "com_github_go_ini_ini",
1625 build_file_proto_mode = "disable_global",
1626 importpath = "github.com/go-ini/ini",
1627 sum = "h1:7VJT/ZXjzqSrvtraFp4ONq80hTcRQth1c9ZnQ3uNQvU=",
1628 version = "v1.62.0",
1629 )
1630
1631 go_repository(
1632 name = "com_github_go_kit_kit",
1633 build_file_proto_mode = "disable_global",
1634 # build_extra_args = [
1635 # "-known_import="
1636 # ]
1637 importpath = "github.com/go-kit/kit",
1638 sum = "h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo=",
1639 version = "v0.10.0",
1640 )
1641 go_repository(
1642 name = "com_github_go_kit_log",
1643 build_file_proto_mode = "disable_global",
1644 importpath = "github.com/go-kit/log",
1645 sum = "h1:DGJh0Sm43HbOeYDNnVZFl8BvcYVvjD5bqYJvp0REbwQ=",
1646 version = "v0.1.0",
1647 )
1648 go_repository(
1649 name = "com_github_go_ldap_ldap_v3",
1650 build_file_proto_mode = "disable_global",
1651 importpath = "github.com/go-ldap/ldap/v3",
1652 sum = "h1:RIgdpHXJpsUqUK5WXwKyVsESrGFqo5BRWPk3RR4/ogQ=",
1653 version = "v3.1.3",
1654 )
1655 go_repository(
1656 name = "com_github_go_lintpack_lintpack",
1657 build_file_proto_mode = "disable_global",
1658 importpath = "github.com/go-lintpack/lintpack",
1659 sum = "h1:DI5mA3+eKdWeJ40nU4d6Wc26qmdG8RCi/btYq0TuRN0=",
1660 version = "v0.5.2",
1661 )
1662
1663 go_repository(
1664 name = "com_github_go_logfmt_logfmt",
1665 build_file_proto_mode = "disable_global",
1666 importpath = "github.com/go-logfmt/logfmt",
1667 sum = "h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=",
1668 version = "v0.5.0",
1669 )
1670 go_repository(
1671 name = "com_github_go_logr_logr",
1672 build_file_proto_mode = "disable_global",
1673 importpath = "github.com/go-logr/logr",
1674 sum = "h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc=",
1675 version = "v0.4.0",
1676 )
1677 go_repository(
1678 name = "com_github_go_logr_zapr",
1679 build_file_proto_mode = "disable_global",
1680 importpath = "github.com/go-logr/zapr",
1681 sum = "h1:uc1uML3hRYL9/ZZPdgHS/n8Nzo+eaYL/Efxkkamf7OM=",
1682 version = "v0.4.0",
1683 )
1684 go_repository(
1685 name = "com_github_go_ole_go_ole",
1686 build_file_proto_mode = "disable_global",
1687 importpath = "github.com/go-ole/go-ole",
1688 sum = "h1:2lOsA72HgjxAuMlKpFiCbHTvu44PIVkZ5hqm3RSdI/E=",
1689 version = "v1.2.1",
1690 )
1691
1692 go_repository(
1693 name = "com_github_go_openapi_errors",
1694 build_file_proto_mode = "disable_global",
1695 importpath = "github.com/go-openapi/errors",
1696 sum = "h1:doM+tQdZbUm9gydV9yR+iQNmztbjj7I3sW4sIcAwIzc=",
1697 version = "v0.19.8",
1698 )
1699
1700 go_repository(
1701 name = "com_github_go_openapi_jsonpointer",
1702 build_file_proto_mode = "disable_global",
1703 importpath = "github.com/go-openapi/jsonpointer",
1704 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=",
1705 version = "v0.19.3",
1706 )
1707 go_repository(
1708 name = "com_github_go_openapi_jsonreference",
1709 build_file_proto_mode = "disable_global",
1710 importpath = "github.com/go-openapi/jsonreference",
1711 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=",
1712 version = "v0.19.3",
1713 )
1714
1715 go_repository(
1716 name = "com_github_go_openapi_spec",
1717 build_file_proto_mode = "disable_global",
1718 importpath = "github.com/go-openapi/spec",
1719 sum = "h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw=",
1720 version = "v0.19.5",
1721 )
1722 go_repository(
1723 name = "com_github_go_openapi_strfmt",
1724 build_file_proto_mode = "disable_global",
1725 importpath = "github.com/go-openapi/strfmt",
1726 sum = "h1:1VgxvehFne1mbChGeCmZ5pc0LxUf6yaACVSIYAR91Xc=",
1727 version = "v0.20.1",
1728 )
1729
1730 go_repository(
1731 name = "com_github_go_openapi_swag",
1732 build_file_proto_mode = "disable_global",
1733 importpath = "github.com/go-openapi/swag",
1734 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
1735 version = "v0.19.5",
1736 )
1737
1738 go_repository(
1739 name = "com_github_go_playground_assert_v2",
1740 build_file_proto_mode = "disable_global",
1741 importpath = "github.com/go-playground/assert/v2",
1742 sum = "h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=",
1743 version = "v2.0.1",
1744 )
1745 go_repository(
1746 name = "com_github_go_playground_locales",
1747 build_file_proto_mode = "disable_global",
1748 importpath = "github.com/go-playground/locales",
1749 sum = "h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=",
1750 version = "v0.13.0",
1751 )
1752 go_repository(
1753 name = "com_github_go_playground_universal_translator",
1754 build_file_proto_mode = "disable_global",
1755 importpath = "github.com/go-playground/universal-translator",
1756 sum = "h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=",
1757 version = "v0.17.0",
1758 )
1759 go_repository(
1760 name = "com_github_go_playground_validator_v10",
1761 build_file_proto_mode = "disable_global",
1762 importpath = "github.com/go-playground/validator/v10",
1763 sum = "h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1Vv0sFl1UcHBOY=",
1764 version = "v10.2.0",
1765 )
1766 go_repository(
1767 name = "com_github_go_sql_driver_mysql",
1768 build_file_proto_mode = "disable_global",
1769 importpath = "github.com/go-sql-driver/mysql",
1770 sum = "h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=",
1771 version = "v1.5.0",
1772 )
1773
1774 go_repository(
1775 name = "com_github_go_stack_stack",
1776 build_file_proto_mode = "disable_global",
1777 importpath = "github.com/go-stack/stack",
1778 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
1779 version = "v1.8.0",
1780 )
1781 go_repository(
1782 name = "com_github_go_task_slim_sprig",
1783 build_file_proto_mode = "disable_global",
1784 importpath = "github.com/go-task/slim-sprig",
1785 sum = "h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I=",
1786 version = "v0.0.0-20210107165309-348f09dbbbc0",
1787 )
1788 go_repository(
1789 name = "com_github_go_test_deep",
1790 build_file_proto_mode = "disable_global",
1791 importpath = "github.com/go-test/deep",
1792 sum = "h1:onZX1rnHT3Wv6cqNgYyFOOlgVKJrksuCMCRvJStbMYw=",
1793 version = "v1.0.2",
1794 )
1795 go_repository(
1796 name = "com_github_go_toolsmith_astcast",
1797 build_file_proto_mode = "disable_global",
1798 importpath = "github.com/go-toolsmith/astcast",
1799 sum = "h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g=",
1800 version = "v1.0.0",
1801 )
1802 go_repository(
1803 name = "com_github_go_toolsmith_astcopy",
1804 build_file_proto_mode = "disable_global",
1805 importpath = "github.com/go-toolsmith/astcopy",
1806 sum = "h1:OMgl1b1MEpjFQ1m5ztEO06rz5CUd3oBv9RF7+DyvdG8=",
1807 version = "v1.0.0",
1808 )
1809 go_repository(
1810 name = "com_github_go_toolsmith_astequal",
1811 build_file_proto_mode = "disable_global",
1812 importpath = "github.com/go-toolsmith/astequal",
1813 sum = "h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ=",
1814 version = "v1.0.0",
1815 )
1816 go_repository(
1817 name = "com_github_go_toolsmith_astfmt",
1818 build_file_proto_mode = "disable_global",
1819 importpath = "github.com/go-toolsmith/astfmt",
1820 sum = "h1:A0vDDXt+vsvLEdbMFJAUBI/uTbRw1ffOPnxsILnFL6k=",
1821 version = "v1.0.0",
1822 )
1823 go_repository(
1824 name = "com_github_go_toolsmith_astinfo",
1825 build_file_proto_mode = "disable_global",
1826 importpath = "github.com/go-toolsmith/astinfo",
1827 sum = "h1:wP6mXeB2V/d1P1K7bZ5vDUO3YqEzcvOREOxZPEu3gVI=",
1828 version = "v0.0.0-20180906194353-9809ff7efb21",
1829 )
1830 go_repository(
1831 name = "com_github_go_toolsmith_astp",
1832 build_file_proto_mode = "disable_global",
1833 importpath = "github.com/go-toolsmith/astp",
1834 sum = "h1:alXE75TXgcmupDsMK1fRAy0YUzLzqPVvBKoyWV+KPXg=",
1835 version = "v1.0.0",
1836 )
1837 go_repository(
1838 name = "com_github_go_toolsmith_pkgload",
1839 build_file_proto_mode = "disable_global",
1840 importpath = "github.com/go-toolsmith/pkgload",
1841 sum = "h1:4DFWWMXVfbcN5So1sBNW9+yeiMqLFGl1wFLTL5R0Tgg=",
1842 version = "v1.0.0",
1843 )
1844 go_repository(
1845 name = "com_github_go_toolsmith_strparse",
1846 build_file_proto_mode = "disable_global",
1847 importpath = "github.com/go-toolsmith/strparse",
1848 sum = "h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4=",
1849 version = "v1.0.0",
1850 )
1851 go_repository(
1852 name = "com_github_go_toolsmith_typep",
1853 build_file_proto_mode = "disable_global",
1854 importpath = "github.com/go-toolsmith/typep",
1855 sum = "h1:8xdsa1+FSIH/RhEkgnD1j2CJOy5mNllW1Q9tRiYwvlk=",
1856 version = "v1.0.2",
1857 )
1858 go_repository(
1859 name = "com_github_go_xmlfmt_xmlfmt",
1860 build_file_proto_mode = "disable_global",
1861 importpath = "github.com/go-xmlfmt/xmlfmt",
1862 sum = "h1:khEcpUM4yFcxg4/FHQWkvVRmgijNXRfzkIDHh23ggEo=",
1863 version = "v0.0.0-20191208150333-d5b6f63a941b",
1864 )
1865
1866 go_repository(
1867 name = "com_github_gobuffalo_attrs",
1868 build_file_proto_mode = "disable_global",
1869 importpath = "github.com/gobuffalo/attrs",
1870 sum = "h1:hSkbZ9XSyjyBirMeqSqUrK+9HboWrweVlzRNqoBi2d4=",
1871 version = "v0.0.0-20190224210810-a9411de4debd",
1872 )
1873 go_repository(
1874 name = "com_github_gobuffalo_depgen",
1875 build_file_proto_mode = "disable_global",
1876 importpath = "github.com/gobuffalo/depgen",
1877 sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=",
1878 version = "v0.1.0",
1879 )
1880
1881 go_repository(
1882 name = "com_github_gobuffalo_envy",
1883 build_file_proto_mode = "disable_global",
1884 importpath = "github.com/gobuffalo/envy",
1885 sum = "h1:OQl5ys5MBea7OGCdvPbBJWRgnhC/fGona6QKfvFeau8=",
1886 version = "v1.7.1",
1887 )
1888
1889 go_repository(
1890 name = "com_github_gobuffalo_flect",
1891 build_file_proto_mode = "disable_global",
1892 importpath = "github.com/gobuffalo/flect",
1893 sum = "h1:f/ZukRnSNA/DUpSNDadko7Qc0PhGvsew35p/2tu+CRY=",
1894 version = "v0.2.3",
1895 )
1896 go_repository(
1897 name = "com_github_gobuffalo_genny",
1898 build_file_proto_mode = "disable_global",
1899 importpath = "github.com/gobuffalo/genny",
1900 sum = "h1:iQ0D6SpNXIxu52WESsD+KoQ7af2e3nCfnSBoSF/hKe0=",
1901 version = "v0.1.1",
1902 )
1903 go_repository(
1904 name = "com_github_gobuffalo_gitgen",
1905 build_file_proto_mode = "disable_global",
1906 importpath = "github.com/gobuffalo/gitgen",
1907 sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=",
1908 version = "v0.0.0-20190315122116-cc086187d211",
1909 )
1910 go_repository(
1911 name = "com_github_gobuffalo_gogen",
1912 build_file_proto_mode = "disable_global",
1913 importpath = "github.com/gobuffalo/gogen",
1914 sum = "h1:dLg+zb+uOyd/mKeQUYIbwbNmfRsr9hd/WtYWepmayhI=",
1915 version = "v0.1.1",
1916 )
1917
1918 go_repository(
1919 name = "com_github_gobuffalo_logger",
1920 build_file_proto_mode = "disable_global",
1921 importpath = "github.com/gobuffalo/logger",
1922 sum = "h1:ZEgyRGgAm4ZAhAO45YXMs5Fp+bzGLESFewzAVBMKuTg=",
1923 version = "v1.0.1",
1924 )
1925 go_repository(
1926 name = "com_github_gobuffalo_mapi",
1927 build_file_proto_mode = "disable_global",
1928 importpath = "github.com/gobuffalo/mapi",
1929 sum = "h1:fq9WcL1BYrm36SzK6+aAnZ8hcp+SrmnDyAxhNx8dvJk=",
1930 version = "v1.0.2",
1931 )
1932
1933 go_repository(
1934 name = "com_github_gobuffalo_packd",
1935 build_file_proto_mode = "disable_global",
1936 importpath = "github.com/gobuffalo/packd",
1937 sum = "h1:eMwymTkA1uXsqxS0Tpoop3Lc0u3kTfiMBE6nKtQU4g4=",
1938 version = "v0.3.0",
1939 )
1940 go_repository(
1941 name = "com_github_gobuffalo_packr_v2",
1942 build_file_proto_mode = "disable_global",
1943 importpath = "github.com/gobuffalo/packr/v2",
1944 sum = "h1:n3CIW5T17T8v4GGK5sWXLVWJhCz7b5aNLSxW6gYim4o=",
1945 version = "v2.7.1",
1946 )
1947 go_repository(
1948 name = "com_github_gobuffalo_syncx",
1949 build_file_proto_mode = "disable_global",
1950 importpath = "github.com/gobuffalo/syncx",
1951 sum = "h1:tpom+2CJmpzAWj5/VEHync2rJGi+epHNIeRSWjzGA+4=",
1952 version = "v0.0.0-20190224160051-33c29581e754",
1953 )
1954
1955 go_repository(
1956 name = "com_github_gobwas_glob",
1957 build_file_proto_mode = "disable_global",
1958 importpath = "github.com/gobwas/glob",
1959 sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=",
1960 version = "v0.2.3",
1961 )
1962 go_repository(
1963 name = "com_github_goccy_go_json",
1964 build_file_proto_mode = "disable_global",
1965 importpath = "github.com/goccy/go-json",
1966 sum = "h1:TfwOxfSp8hXH+ivoOk36RyDNmXATUETRdaNWDaZglf8=",
1967 version = "v0.4.8",
1968 )
1969
1970 go_repository(
1971 name = "com_github_godbus_dbus",
1972 build_file_proto_mode = "disable_global",
1973 importpath = "github.com/godbus/dbus",
1974 sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=",
1975 version = "v0.0.0-20190422162347-ade71ed3457e",
1976 )
1977 go_repository(
1978 name = "com_github_godbus_dbus_v5",
1979 build_file_proto_mode = "disable_global",
1980 importpath = "github.com/godbus/dbus/v5",
1981 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=",
1982 version = "v5.0.3",
1983 )
1984
1985 go_repository(
1986 name = "com_github_godror_godror",
1987 build_file_proto_mode = "disable_global",
1988 importpath = "github.com/godror/godror",
1989 sum = "h1:4A5GLGAJTSuELw1NThqY5bINYB+mqrln+kF5C2vuyCs=",
1990 version = "v0.13.3",
1991 )
1992 go_repository(
1993 name = "com_github_gofrs_flock",
1994 build_file_proto_mode = "disable_global",
1995 importpath = "github.com/gofrs/flock",
1996 sum = "h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY=",
1997 version = "v0.8.0",
1998 )
1999
2000 go_repository(
2001 name = "com_github_gogo_googleapis",
2002 build_file_proto_mode = "disable_global",
2003 importpath = "github.com/gogo/googleapis",
2004 sum = "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=",
2005 version = "v1.4.0",
2006 )
2007
2008 go_repository(
2009 name = "com_github_gogo_protobuf",
2010 build_file_proto_mode = "disable_global",
2011 importpath = "github.com/gogo/protobuf",
2012 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
2013 version = "v1.3.2",
2014 )
2015 go_repository(
2016 name = "com_github_golang_glog",
2017 build_file_proto_mode = "disable_global",
2018 importpath = "github.com/golang/glog",
2019 sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=",
2020 version = "v0.0.0-20160126235308-23def4e6c14b",
2021 )
2022 go_repository(
2023 name = "com_github_golang_groupcache",
2024 build_file_proto_mode = "disable_global",
2025 importpath = "github.com/golang/groupcache",
2026- sum = "h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=",
2027- version = "v0.0.0-20200121045136-8c9f03a8e57e",
2028+ sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=",
2029+ version = "v0.0.0-20210331224755-41bb18bfe9da",
2030 )
2031 go_repository(
2032 name = "com_github_golang_jwt_jwt",
2033 build_file_proto_mode = "disable_global",
2034 importpath = "github.com/golang-jwt/jwt",
2035 sum = "h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=",
2036 version = "v3.2.1+incompatible",
2037 )
2038
2039 go_repository(
2040 name = "com_github_golang_lint",
2041 build_file_proto_mode = "disable_global",
2042 importpath = "github.com/golang/lint",
2043 sum = "h1:2hRPrmiwPrp3fQX967rNJIhQPtiGXdlQWAxKbKw3VHA=",
2044 version = "v0.0.0-20180702182130-06c8688daad7",
2045 )
2046
2047 go_repository(
2048 name = "com_github_golang_mock",
2049 build_file_proto_mode = "disable_global",
2050 importpath = "github.com/golang/mock",
2051- sum = "h1:jlYHihg//f7RRwuPfptm04yp4s7O6Kw8EZiVYIGcH0g=",
2052- version = "v1.5.0",
2053+ sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=",
2054+ version = "v1.6.0",
2055 )
2056 go_repository(
2057 name = "com_github_golang_protobuf",
2058 build_file_proto_mode = "disable_global",
2059 importpath = "github.com/golang/protobuf",
2060 sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=",
2061 version = "v1.5.2",
2062 )
2063 go_repository(
2064 name = "com_github_golang_snappy",
2065 build_file_proto_mode = "disable_global",
2066 importpath = "github.com/golang/snappy",
2067- sum = "h1:Qgr9rKW7uDUkrbSmQeiDsGa8SjGyCOGtuasMWwvp2P4=",
2068- version = "v0.0.1",
2069+ sum = "h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA=",
2070+ version = "v0.0.3",
2071 )
2072 go_repository(
2073 name = "com_github_golang_sql_civil",
2074 build_file_proto_mode = "disable_global",
2075 importpath = "github.com/golang-sql/civil",
2076 sum = "h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=",
2077 version = "v0.0.0-20190719163853-cb61b32ac6fe",
2078 )
2079 go_repository(
2080 name = "com_github_golangci_check",
2081 build_file_proto_mode = "disable_global",
2082 importpath = "github.com/golangci/check",
2083 sum = "h1:23T5iq8rbUYlhpt5DB4XJkc6BU31uODLD1o1gKvZmD0=",
2084 version = "v0.0.0-20180506172741-cfe4005ccda2",
2085 )
2086 go_repository(
2087 name = "com_github_golangci_dupl",
2088 build_file_proto_mode = "disable_global",
2089 importpath = "github.com/golangci/dupl",
2090 sum = "h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM=",
2091 version = "v0.0.0-20180902072040-3e9179ac440a",
2092 )
2093 go_repository(
2094 name = "com_github_golangci_errcheck",
2095 build_file_proto_mode = "disable_global",
2096 importpath = "github.com/golangci/errcheck",
2097 sum = "h1:YYWNAGTKWhKpcLLt7aSj/odlKrSrelQwlovBpDuf19w=",
2098 version = "v0.0.0-20181223084120-ef45e06d44b6",
2099 )
2100 go_repository(
2101 name = "com_github_golangci_go_misc",
2102 build_file_proto_mode = "disable_global",
2103 importpath = "github.com/golangci/go-misc",
2104 sum = "h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw=",
2105 version = "v0.0.0-20180628070357-927a3d87b613",
2106 )
2107 go_repository(
2108 name = "com_github_golangci_goconst",
2109 build_file_proto_mode = "disable_global",
2110 importpath = "github.com/golangci/goconst",
2111 sum = "h1:pe9JHs3cHHDQgOFXJJdYkK6fLz2PWyYtP4hthoCMvs8=",
2112 version = "v0.0.0-20180610141641-041c5f2b40f3",
2113 )
2114 go_repository(
2115 name = "com_github_golangci_gocyclo",
2116 build_file_proto_mode = "disable_global",
2117 importpath = "github.com/golangci/gocyclo",
2118 sum = "h1:pXTK/gkVNs7Zyy7WKgLXmpQ5bHTrq5GDsp8R9Qs67g0=",
2119 version = "v0.0.0-20180528144436-0a533e8fa43d",
2120 )
2121 go_repository(
2122 name = "com_github_golangci_gofmt",
2123 build_file_proto_mode = "disable_global",
2124 importpath = "github.com/golangci/gofmt",
2125 sum = "h1:iR3fYXUjHCR97qWS8ch1y9zPNsgXThGwjKPrYfqMPks=",
2126 version = "v0.0.0-20190930125516-244bba706f1a",
2127 )
2128 go_repository(
2129 name = "com_github_golangci_golangci_lint",
2130 build_file_proto_mode = "disable_global",
2131 importpath = "github.com/golangci/golangci-lint",
2132 sum = "h1:VYLx63qb+XJsHdZ27PMS2w5JZacN0XG8ffUwe7yQomo=",
2133 version = "v1.27.0",
2134 )
2135 go_repository(
2136 name = "com_github_golangci_ineffassign",
2137 build_file_proto_mode = "disable_global",
2138 importpath = "github.com/golangci/ineffassign",
2139 sum = "h1:gLLhTLMk2/SutryVJ6D4VZCU3CUqr8YloG7FPIBWFpI=",
2140 version = "v0.0.0-20190609212857-42439a7714cc",
2141 )
2142 go_repository(
2143 name = "com_github_golangci_lint_1",
2144 build_file_proto_mode = "disable_global",
2145 importpath = "github.com/golangci/lint-1",
2146 sum = "h1:MfyDlzVjl1hoaPzPD4Gpb/QgoRfSBR0jdhwGyAWwMSA=",
2147 version = "v0.0.0-20191013205115-297bf364a8e0",
2148 )
2149 go_repository(
2150 name = "com_github_golangci_maligned",
2151 build_file_proto_mode = "disable_global",
2152 importpath = "github.com/golangci/maligned",
2153 sum = "h1:kNY3/svz5T29MYHubXix4aDDuE3RWHkPvopM/EDv/MA=",
2154 version = "v0.0.0-20180506175553-b1d89398deca",
2155 )
2156 go_repository(
2157 name = "com_github_golangci_misspell",
2158 build_file_proto_mode = "disable_global",
2159 importpath = "github.com/golangci/misspell",
2160 sum = "h1:pLzmVdl3VxTOncgzHcvLOKirdvcx/TydsClUQXTehjo=",
2161 version = "v0.3.5",
2162 )
2163 go_repository(
2164 name = "com_github_golangci_prealloc",
2165 build_file_proto_mode = "disable_global",
2166 importpath = "github.com/golangci/prealloc",
2167 sum = "h1:leSNB7iYzLYSSx3J/s5sVf4Drkc68W2wm4Ixh/mr0us=",
2168 version = "v0.0.0-20180630174525-215b22d4de21",
2169 )
2170 go_repository(
2171 name = "com_github_golangci_revgrep",
2172 build_file_proto_mode = "disable_global",
2173 importpath = "github.com/golangci/revgrep",
2174 sum = "h1:XQKc8IYQOeRwVs36tDrEmTgDgP88d5iEURwpmtiAlOM=",
2175 version = "v0.0.0-20180812185044-276a5c0a1039",
2176 )
2177 go_repository(
2178 name = "com_github_golangci_unconvert",
2179 build_file_proto_mode = "disable_global",
2180 importpath = "github.com/golangci/unconvert",
2181 sum = "h1:zwtduBRr5SSWhqsYNgcuWO2kFlpdOZbP0+yRjmvPGys=",
2182 version = "v0.0.0-20180507085042-28b1c447d1f4",
2183 )
2184
2185 go_repository(
2186 name = "com_github_golangplus_bytes",
2187 build_file_proto_mode = "disable_global",
2188 importpath = "github.com/golangplus/bytes",
2189 sum = "h1:7xqw01UYS+KCI25bMrPxwNYkSns2Db1ziQPpVq99FpE=",
2190 version = "v0.0.0-20160111154220-45c989fe5450",
2191 )
2192 go_repository(
2193 name = "com_github_golangplus_fmt",
2194 build_file_proto_mode = "disable_global",
2195 importpath = "github.com/golangplus/fmt",
2196 sum = "h1:f5gsjBiF9tRRVomCvrkGMMWI8W1f2OBFar2c5oakAP0=",
2197 version = "v0.0.0-20150411045040-2a5d6d7d2995",
2198 )
2199 go_repository(
2200 name = "com_github_golangplus_testing",
2201 build_file_proto_mode = "disable_global",
2202 importpath = "github.com/golangplus/testing",
2203 sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=",
2204 version = "v0.0.0-20180327235837-af21d9c3145e",
2205 )
2206
2207 go_repository(
2208 name = "com_github_google_addlicense",
2209 build_file_proto_mode = "disable_global",
2210 importpath = "github.com/google/addlicense",
2211 sum = "h1:JypWNzPMSgH5yL0NvFoAIsDRlKFgL0AsS3GO5bg4Pto=",
2212 version = "v0.0.0-20200906110928-a0294312aa76",
2213 )
2214 go_repository(
2215 name = "com_github_google_btree",
2216 build_file_proto_mode = "disable_global",
2217 importpath = "github.com/google/btree",
2218 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
2219 version = "v1.0.0",
2220 )
2221 go_repository(
2222 name = "com_github_google_crfs",
2223 build_file_proto_mode = "disable_global",
2224 importpath = "github.com/google/crfs",
2225 sum = "h1:eiW5yEpL5gwvM2XH3EV06vRs7AVCtgL1LOs71VeW7uQ=",
2226 version = "v0.0.0-20191108021818-71d77da419c9",
2227 )
2228
2229 go_repository(
2230 name = "com_github_google_go_cmp",
2231 build_file_proto_mode = "disable_global",
2232 importpath = "github.com/google/go-cmp",
2233 sum = "h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=",
2234 version = "v0.5.6",
2235 )
2236 go_repository(
2237 name = "com_github_google_go_containerregistry",
2238 build_extra_args = [
2239 "-known_import=vbom.ml/util/sortorder",
2240 ],
2241 build_file_proto_mode = "disable_global",
2242 importpath = "github.com/google/go-containerregistry",
2243 sum = "h1:fZm+V2pYnvb8NMPM1YOsyxr31XKfpHTun5oVTRnG8qc=",
2244 version = "v0.1.4",
2245 )
2246 go_repository(
2247 name = "com_github_google_go_github",
2248 build_file_proto_mode = "disable_global",
2249 importpath = "github.com/google/go-github",
2250 sum = "h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=",
2251 version = "v17.0.0+incompatible",
2252 )
2253 go_repository(
2254 name = "com_github_google_go_github_v28",
2255 build_file_proto_mode = "disable_global",
2256 importpath = "github.com/google/go-github/v28",
2257 sum = "h1:kORf5ekX5qwXO2mGzXXOjMe/g6ap8ahVe0sBEulhSxo=",
2258 version = "v28.1.1",
2259 )
2260
2261 go_repository(
2262 name = "com_github_google_go_github_v29",
2263 build_file_proto_mode = "disable_global",
2264 importpath = "github.com/google/go-github/v29",
2265 sum = "h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=",
2266 version = "v29.0.3",
2267 )
2268
2269 go_repository(
2270 name = "com_github_google_go_github_v33",
2271 build_file_proto_mode = "disable_global",
2272 importpath = "github.com/google/go-github/v33",
2273 sum = "h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=",
2274 version = "v33.0.0",
2275 )
2276
2277 go_repository(
2278 name = "com_github_google_go_querystring",
2279 build_file_proto_mode = "disable_global",
2280 importpath = "github.com/google/go-querystring",
2281 sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=",
2282 version = "v1.0.0",
2283 )
2284 go_repository(
2285 name = "com_github_google_go_replayers_grpcreplay",
2286 build_file_proto_mode = "disable_global",
2287 importpath = "github.com/google/go-replayers/grpcreplay",
2288 sum = "h1:eNb1y9rZFmY4ax45uEEECSa8fsxGRU+8Bil52ASAwic=",
2289 version = "v0.1.0",
2290 )
2291 go_repository(
2292 name = "com_github_google_go_replayers_httpreplay",
2293 build_file_proto_mode = "disable_global",
2294 importpath = "github.com/google/go-replayers/httpreplay",
2295 sum = "h1:AX7FUb4BjrrzNvblr/OlgwrmFiep6soj5K2QSDW7BGk=",
2296 version = "v0.1.0",
2297 )
2298
2299 go_repository(
2300 name = "com_github_google_gofuzz",
2301 build_file_proto_mode = "disable_global",
2302 importpath = "github.com/google/gofuzz",
2303 sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
2304 version = "v1.2.0",
2305 )
2306 go_repository(
2307 name = "com_github_google_martian",
2308 build_file_proto_mode = "disable_global",
2309 importpath = "github.com/google/martian",
2310 sum = "h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE=",
2311 version = "v2.1.1-0.20190517191504-25dcb96d9e51+incompatible",
2312 )
2313 go_repository(
2314 name = "com_github_google_martian_v3",
2315 build_file_proto_mode = "disable_global",
2316 importpath = "github.com/google/martian/v3",
2317- sum = "h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60=",
2318- version = "v3.1.0",
2319+ sum = "h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ=",
2320+ version = "v3.2.1",
2321 )
2322
2323 go_repository(
2324 name = "com_github_google_pprof",
2325 build_file_proto_mode = "disable_global",
2326 importpath = "github.com/google/pprof",
2327- sum = "h1:zIaiqGYDQwa4HVx5wGRTXbx38Pqxjemn4BP98wpzpXo=",
2328- version = "v0.0.0-20210226084205-cbba55b83ad5",
2329+ sum = "h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=",
2330+ version = "v0.0.0-20210720184732-4bb14d4b1be1",
2331 )
2332 go_repository(
2333 name = "com_github_google_renameio",
2334 build_file_proto_mode = "disable_global",
2335 importpath = "github.com/google/renameio",
2336 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
2337 version = "v0.1.0",
2338 )
2339 go_repository(
2340 name = "com_github_google_rpmpack",
2341 build_file_proto_mode = "disable_global",
2342 importpath = "github.com/google/rpmpack",
2343 sum = "h1:BW6OvS3kpT5UEPbCZ+KyX/OB4Ks9/MNMhWjqPPkZxsE=",
2344 version = "v0.0.0-20191226140753-aa36bfddb3a0",
2345 )
2346
2347 go_repository(
2348 name = "com_github_google_shlex",
2349 build_file_proto_mode = "disable_global",
2350 importpath = "github.com/google/shlex",
2351 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
2352 version = "v0.0.0-20191202100458-e7afc7fbc510",
2353 )
2354 go_repository(
2355 name = "com_github_google_subcommands",
2356 build_file_proto_mode = "disable_global",
2357 importpath = "github.com/google/subcommands",
2358 sum = "h1:/eqq+otEXm5vhfBrbREPCSVQbvofip6kIz+mX5TUH7k=",
2359 version = "v1.0.1",
2360 )
2361
2362 go_repository(
2363 name = "com_github_google_uuid",
2364 build_file_proto_mode = "disable_global",
2365 importpath = "github.com/google/uuid",
2366 sum = "h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=",
2367 version = "v1.2.0",
2368 )
2369 go_repository(
2370 name = "com_github_google_wire",
2371 build_file_proto_mode = "disable_global",
2372 importpath = "github.com/google/wire",
2373 sum = "h1:kXcsA/rIGzJImVqPdhfnr6q0xsS9gU0515q1EPpJ9fE=",
2374 version = "v0.4.0",
2375 )
2376
2377 go_repository(
2378 name = "com_github_googleapis_gax_go",
2379 build_file_proto_mode = "disable_global",
2380 importpath = "github.com/googleapis/gax-go",
2381 sum = "h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww=",
2382 version = "v2.0.2+incompatible",
2383 )
2384
2385 go_repository(
2386 name = "com_github_googleapis_gax_go_v2",
2387 build_file_proto_mode = "disable_global",
2388 importpath = "github.com/googleapis/gax-go/v2",
2389- sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=",
2390- version = "v2.0.5",
2391+ sum = "h1:6DWmvNpomjL1+3liNSZbVns3zsYzzCjm6pRBO1tLeso=",
2392+ version = "v2.1.0",
2393 )
2394 go_repository(
2395 name = "com_github_googleapis_gnostic",
2396 build_file_proto_mode = "disable_global",
2397 importpath = "github.com/googleapis/gnostic",
2398 sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=",
2399 version = "v0.5.5",
2400 )
2401 go_repository(
2402 name = "com_github_googlecloudplatform_cloudsql_proxy",
2403 build_file_proto_mode = "disable_global",
2404 importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy",
2405 sum = "h1:sTOp2Ajiew5XIH92YSdwhYc+bgpUX5j5TKK/Ac8Saw8=",
2406 version = "v0.0.0-20191009163259-e802c2cb94ae",
2407 )
2408
2409 go_repository(
2410 name = "com_github_googlecloudplatform_k8s_cloud_provider",
2411 build_file_proto_mode = "disable_global",
2412 importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
2413 sum = "h1:N7lSsF+R7wSulUADi36SInSQA3RvfO/XclHQfedr0qk=",
2414 version = "v0.0.0-20190822182118-27a4ced34534",
2415 )
2416 go_repository(
2417 name = "com_github_googlecloudplatform_k8s_config_connector",
2418 build_file_proto_mode = "disable_global",
2419 importpath = "github.com/GoogleCloudPlatform/k8s-config-connector",
2420 sum = "h1:b5YPhkKSB2orm4NMTaCTQ8IoY/9si99yY2vr/F/q9eI=",
2421 version = "v1.58.0",
2422 )
2423 go_repository(
2424 name = "com_github_gookit_color",
2425 build_file_proto_mode = "disable_global",
2426 importpath = "github.com/gookit/color",
2427 sum = "h1:xOYBan3Fwlrqj1M1UN2TlHOCRiek3bGzWf/vPnJ1roE=",
2428 version = "v1.2.4",
2429 )
2430
2431 go_repository(
2432 name = "com_github_gophercloud_gophercloud",
2433 build_file_proto_mode = "disable_global",
2434 importpath = "github.com/gophercloud/gophercloud",
2435 sum = "h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=",
2436 version = "v0.1.0",
2437 )
2438 go_repository(
2439 name = "com_github_gopherjs_gopherjs",
2440 build_file_proto_mode = "disable_global",
2441 importpath = "github.com/gopherjs/gopherjs",
2442 sum = "h1:JKmoR8x90Iww1ks85zJ1lfDGgIiMDuIptTOhJq+zKyg=",
2443 version = "v0.0.0-20181103185306-d547d1d9531e",
2444 )
2445 go_repository(
2446 name = "com_github_goreleaser_goreleaser",
2447 build_file_proto_mode = "disable_global",
2448 importpath = "github.com/goreleaser/goreleaser",
2449 sum = "h1:Z+7XPrfGK11s/Sp+a06sx2FzGuCjTBdxN2ubpGvQbjY=",
2450 version = "v0.136.0",
2451 )
2452 go_repository(
2453 name = "com_github_goreleaser_nfpm",
2454 build_file_proto_mode = "disable_global",
2455 importpath = "github.com/goreleaser/nfpm",
2456 sum = "h1:BPwIomC+e+yuDX9poJowzV7JFVcYA0+LwGSkbAPs2Hw=",
2457 version = "v1.3.0",
2458 )
2459
2460 go_repository(
2461 name = "com_github_gorilla_context",
2462 build_file_proto_mode = "disable_global",
2463 importpath = "github.com/gorilla/context",
2464 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
2465 version = "v1.1.1",
2466 )
2467 go_repository(
2468 name = "com_github_gorilla_handlers",
2469 build_file_proto_mode = "disable_global",
2470 importpath = "github.com/gorilla/handlers",
2471 sum = "h1:893HsJqtxp9z1SF76gg6hY70hRY1wVlTSnC/h1yUDCo=",
2472 version = "v0.0.0-20150720190736-60c7bfde3e33",
2473 )
2474 go_repository(
2475 name = "com_github_gorilla_mux",
2476 build_file_proto_mode = "disable_global",
2477 importpath = "github.com/gorilla/mux",
2478 sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=",
2479 version = "v1.8.0",
2480 )
2481
2482 go_repository(
2483 name = "com_github_gorilla_websocket",
2484 build_file_proto_mode = "disable_global",
2485 importpath = "github.com/gorilla/websocket",
2486 sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=",
2487 version = "v1.4.2",
2488 )
2489 go_repository(
2490 name = "com_github_gostaticanalysis_analysisutil",
2491 build_file_proto_mode = "disable_global",
2492 importpath = "github.com/gostaticanalysis/analysisutil",
2493 sum = "h1:iwp+5/UAyzQSFgQ4uR2sni99sJ8Eo9DEacKWM5pekIg=",
2494 version = "v0.0.3",
2495 )
2496
2497 go_repository(
2498 name = "com_github_gosuri_uilive",
2499 build_file_proto_mode = "disable_global",
2500 importpath = "github.com/gosuri/uilive",
2501 sum = "h1:hUEBpQDj8D8jXgtCdBu7sWsy5sbW/5GhuO8KBwJ2jyY=",
2502 version = "v0.0.4",
2503 )
2504 go_repository(
2505 name = "com_github_gosuri_uitable",
2506 build_file_proto_mode = "disable_global",
2507 importpath = "github.com/gosuri/uitable",
2508 sum = "h1:IG2xLKRvErL3uhY6e1BylFzG+aJiwQviDDTfOKeKTpY=",
2509 version = "v0.0.4",
2510 )
2511 go_repository(
2512 name = "com_github_gotestyourself_gotestyourself",
2513 build_file_proto_mode = "disable_global",
2514 importpath = "github.com/gotestyourself/gotestyourself",
2515 sum = "h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=",
2516 version = "v2.2.0+incompatible",
2517 )
2518
2519 go_repository(
2520 name = "com_github_gregjones_httpcache",
2521 build_file_proto_mode = "disable_global",
2522 importpath = "github.com/gregjones/httpcache",
2523 sum = "h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA=",
2524 version = "v0.0.0-20190611155906-901d90724c79",
2525 )
2526
2527 go_repository(
2528 name = "com_github_grpc_ecosystem_go_grpc_middleware",
2529 build_file_proto_mode = "disable_global",
2530 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
2531 sum = "h1:0IKlLyQ3Hs9nDaiK5cSHAGmcQEIC8l2Ts1u6x5Dfrqg=",
2532 version = "v1.2.0",
2533 )
2534 go_repository(
2535 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
2536 build_file_proto_mode = "disable_global",
2537 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
2538 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
2539 version = "v1.2.0",
2540 )
2541
2542 go_repository(
2543 name = "com_github_grpc_ecosystem_grpc_gateway",
2544 build_directives = [
2545 "gazelle:exclude **/**_test.go",
2546 "gazelle:exclude examples",
2547 "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal @grpc_ecosystem_grpc_gateway//internal",
2548 "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options @grpc_ecosystem_grpc_gateway//protoc-gen-swagger",
2549 ],
2550 build_file_generation = "on",
2551 build_file_name = "BUILD.bazel",
2552 build_file_proto_mode = "disable_global",
2553 importpath = "github.com/grpc-ecosystem/grpc-gateway",
2554- sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
2555- version = "v1.9.5",
2556+ sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
2557+ version = "v1.16.0",
2558 )
2559 go_repository(
2560 name = "com_github_grpc_ecosystem_grpc_opentracing",
2561 build_file_proto_mode = "disable_global",
2562 importpath = "github.com/grpc-ecosystem/grpc-opentracing",
2563 sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=",
2564 version = "v0.0.0-20180507213350-8e809c8a8645",
2565 )
2566 go_repository(
2567 name = "com_github_hanwen_go_fuse",
2568 build_file_proto_mode = "disable_global",
2569 importpath = "github.com/hanwen/go-fuse",
2570 sum = "h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=",
2571 version = "v1.0.0",
2572 )
2573 go_repository(
2574 name = "com_github_hanwen_go_fuse_v2",
2575 build_file_proto_mode = "disable_global",
2576 importpath = "github.com/hanwen/go-fuse/v2",
2577 sum = "h1:kpV28BKeSyVgZREItBLnaVBvOEwv2PuhNdKetwnvNHo=",
2578 version = "v2.0.3",
2579 )
2580
2581 go_repository(
2582 name = "com_github_hashicorp_consul_api",
2583 build_file_proto_mode = "disable_global",
2584 importpath = "github.com/hashicorp/consul/api",
2585 sum = "h1:HXNYlRkkM/t+Y/Yhxtwcy02dlYwIaoxzvxPnS+cqy78=",
2586 version = "v1.3.0",
2587 )
2588 go_repository(
2589 name = "com_github_hashicorp_consul_sdk",
2590 build_file_proto_mode = "disable_global",
2591 importpath = "github.com/hashicorp/consul/sdk",
2592 sum = "h1:UOxjlb4xVNF93jak1mzzoBatyFju9nrkxpVwIp/QqxQ=",
2593 version = "v0.3.0",
2594 )
2595
2596 go_repository(
2597 name = "com_github_hashicorp_errwrap",
2598 build_file_proto_mode = "disable_global",
2599 importpath = "github.com/hashicorp/errwrap",
2600 sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=",
2601 version = "v1.0.0",
2602 )
2603
2604 go_repository(
2605 name = "com_github_hashicorp_go_cleanhttp",
2606 build_file_proto_mode = "disable_global",
2607 importpath = "github.com/hashicorp/go-cleanhttp",
2608 sum = "h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=",
2609 version = "v0.5.1",
2610 )
2611 go_repository(
2612 name = "com_github_hashicorp_go_getter",
2613 build_file_proto_mode = "disable_global",
2614 importpath = "github.com/hashicorp/go-getter",
2615 sum = "h1:ENHNi8494porjD0ZhIrjlAHnveSFhY7hvOJrV/fsKkw=",
2616 version = "v1.4.0",
2617 )
2618
2619 go_repository(
2620 name = "com_github_hashicorp_go_hclog",
2621 build_file_proto_mode = "disable_global",
2622 importpath = "github.com/hashicorp/go-hclog",
2623 sum = "h1:nQcJDQwIAGnmoUWp8ubocEX40cCml/17YkF6csQLReU=",
2624 version = "v0.14.1",
2625 )
2626 go_repository(
2627 name = "com_github_hashicorp_go_immutable_radix",
2628 build_file_proto_mode = "disable_global",
2629 importpath = "github.com/hashicorp/go-immutable-radix",
2630 sum = "h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=",
2631 version = "v1.0.0",
2632 )
2633 go_repository(
2634 name = "com_github_hashicorp_go_kms_wrapping_entropy",
2635 build_file_proto_mode = "disable_global",
2636 importpath = "github.com/hashicorp/go-kms-wrapping/entropy",
2637 sum = "h1:xuTi5ZwjimfpvpL09jDE71smCBRpnF5xfo871BSX4gs=",
2638 version = "v0.1.0",
2639 )
2640
2641 go_repository(
2642 name = "com_github_hashicorp_go_msgpack",
2643 build_file_proto_mode = "disable_global",
2644 importpath = "github.com/hashicorp/go-msgpack",
2645 sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=",
2646 version = "v0.5.3",
2647 )
2648
2649 go_repository(
2650 name = "com_github_hashicorp_go_multierror",
2651 build_file_proto_mode = "disable_global",
2652 importpath = "github.com/hashicorp/go-multierror",
2653 sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=",
2654 version = "v1.1.1",
2655 )
2656 go_repository(
2657 name = "com_github_hashicorp_go_net",
2658 build_file_proto_mode = "disable_global",
2659 importpath = "github.com/hashicorp/go.net",
2660 sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=",
2661 version = "v0.0.1",
2662 )
2663 go_repository(
2664 name = "com_github_hashicorp_go_plugin",
2665 build_file_proto_mode = "disable_global",
2666 importpath = "github.com/hashicorp/go-plugin",
2667 sum = "h1:4OtAfUGbnKC6yS48p0CtMX2oFYtzFZVv6rok3cRWgnE=",
2668 version = "v1.0.1",
2669 )
2670
2671 go_repository(
2672 name = "com_github_hashicorp_go_retryablehttp",
2673 build_file_proto_mode = "disable_global",
2674 importpath = "github.com/hashicorp/go-retryablehttp",
2675 sum = "h1:92lWxgpa+fF3FozM4B3UZtHZMJX8T5XT+TFdCxsPyWs=",
2676 version = "v0.6.8",
2677 )
2678 go_repository(
2679 name = "com_github_hashicorp_go_rootcerts",
2680 build_file_proto_mode = "disable_global",
2681 importpath = "github.com/hashicorp/go-rootcerts",
2682 sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=",
2683 version = "v1.0.2",
2684 )
2685 go_repository(
2686 name = "com_github_hashicorp_go_safetemp",
2687 build_file_proto_mode = "disable_global",
2688 importpath = "github.com/hashicorp/go-safetemp",
2689 sum = "h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=",
2690 version = "v1.0.0",
2691 )
2692
2693 go_repository(
2694 name = "com_github_hashicorp_go_sockaddr",
2695 build_file_proto_mode = "disable_global",
2696 importpath = "github.com/hashicorp/go-sockaddr",
2697 sum = "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=",
2698 version = "v1.0.2",
2699 )
2700 go_repository(
2701 name = "com_github_hashicorp_go_syslog",
2702 build_file_proto_mode = "disable_global",
2703 importpath = "github.com/hashicorp/go-syslog",
2704 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
2705 version = "v1.0.0",
2706 )
2707 go_repository(
2708 name = "com_github_hashicorp_go_uuid",
2709 build_file_proto_mode = "disable_global",
2710 importpath = "github.com/hashicorp/go-uuid",
2711 sum = "h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE=",
2712 version = "v1.0.2",
2713 )
2714 go_repository(
2715 name = "com_github_hashicorp_go_version",
2716 build_file_proto_mode = "disable_global",
2717 importpath = "github.com/hashicorp/go-version",
2718 sum = "h1:McDWVJIU/y+u1BRV06dPaLfLCaT7fUTJLp5r04x7iNw=",
2719 version = "v1.3.0",
2720 )
2721
2722 go_repository(
2723 name = "com_github_hashicorp_golang_lru",
2724 build_file_proto_mode = "disable_global",
2725 importpath = "github.com/hashicorp/golang-lru",
2726 sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=",
2727 version = "v0.5.4",
2728 )
2729
2730 go_repository(
2731 name = "com_github_hashicorp_hcl",
2732 build_file_proto_mode = "disable_global",
2733 importpath = "github.com/hashicorp/hcl",
2734 sum = "h1:UiJeEzCWAYdVaJr8Xo4lBkTozlW1+1yxVUnpbS1xVEk=",
2735 version = "v1.0.1-vault",
2736 )
2737 go_repository(
2738 name = "com_github_hashicorp_logutils",
2739 build_file_proto_mode = "disable_global",
2740 importpath = "github.com/hashicorp/logutils",
2741 sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=",
2742 version = "v1.0.0",
2743 )
2744 go_repository(
2745 name = "com_github_hashicorp_mdns",
2746 build_file_proto_mode = "disable_global",
2747 importpath = "github.com/hashicorp/mdns",
2748 sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=",
2749 version = "v1.0.0",
2750 )
2751 go_repository(
2752 name = "com_github_hashicorp_memberlist",
2753 build_file_proto_mode = "disable_global",
2754 importpath = "github.com/hashicorp/memberlist",
2755 sum = "h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=",
2756 version = "v0.1.3",
2757 )
2758 go_repository(
2759 name = "com_github_hashicorp_serf",
2760 build_file_proto_mode = "disable_global",
2761 importpath = "github.com/hashicorp/serf",
2762 sum = "h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0=",
2763 version = "v0.8.2",
2764 )
2765 go_repository(
2766 name = "com_github_hashicorp_uuid",
2767 build_file_proto_mode = "disable_global",
2768 importpath = "github.com/hashicorp/uuid",
2769 sum = "h1:nQcv325vxv2fFHJsOt53eSRf1eINt6vOdYUFfXs4rgk=",
2770 version = "v0.0.0-20160311170451-ebb0a03e909c",
2771 )
2772
2773 go_repository(
2774 name = "com_github_hashicorp_vault_api",
2775 build_file_proto_mode = "disable_global",
2776 importpath = "github.com/hashicorp/vault/api",
2777 sum = "h1:/N4wXZdB+zZfs0OtrJA1p0H1swAJmvdqa9e7sALMLaY=",
2778 version = "v1.0.5-0.20210224012239-b540be4b7ec4",
2779 )
2780 go_repository(
2781 name = "com_github_hashicorp_vault_sdk",
2782 build_file_proto_mode = "disable_global",
2783 importpath = "github.com/hashicorp/vault/sdk",
2784 sum = "h1:e1ok06zGrWJW91rzRroyl5nRNqraaBe4d5hiKcVZuHM=",
2785 version = "v0.1.14-0.20200519221838-e0cfd64bc267",
2786 )
2787 go_repository(
2788 name = "com_github_hashicorp_yamux",
2789 build_file_proto_mode = "disable_global",
2790 importpath = "github.com/hashicorp/yamux",
2791 sum = "h1:b5rjCoWHc7eqmAS4/qyk21ZsHyb6Mxv/jykxvNTkU4M=",
2792 version = "v0.0.0-20180604194846-3520598351bb",
2793 )
2794 go_repository(
2795 name = "com_github_hinshun_vt10x",
2796 build_file_proto_mode = "disable_global",
2797 importpath = "github.com/hinshun/vt10x",
2798 sum = "h1:WlZsjVhE8Af9IcZDGgJGQpNflI3+MJSBhsgT5PCtzBQ=",
2799 version = "v0.0.0-20180616224451-1954e6464174",
2800 )
2801
2802 go_repository(
2803 name = "com_github_hpcloud_tail",
2804 build_file_proto_mode = "disable_global",
2805 importpath = "github.com/hpcloud/tail",
2806 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
2807 version = "v1.0.0",
2808 )
2809 go_repository(
2810 name = "com_github_huandu_xstrings",
2811 build_file_proto_mode = "disable_global",
2812 importpath = "github.com/huandu/xstrings",
2813 sum = "h1:4jgBlKK6tLKFvO8u5pmYjG91cqytmDCDvGh7ECVFfFs=",
2814 version = "v1.3.1",
2815 )
2816 go_repository(
2817 name = "com_github_hudl_fargo",
2818 build_file_proto_mode = "disable_global",
2819 importpath = "github.com/hudl/fargo",
2820 sum = "h1:0U6+BtN6LhaYuTnIJq4Wyq5cpn6O2kWrxAtcqBmYY6w=",
2821 version = "v1.3.0",
2822 )
2823
2824 go_repository(
2825 name = "com_github_ianlancetaylor_demangle",
2826 build_file_proto_mode = "disable_global",
2827 importpath = "github.com/ianlancetaylor/demangle",
2828 sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=",
2829 version = "v0.0.0-20200824232613-28f6c0f3b639",
2830 )
2831 go_repository(
2832 name = "com_github_ibm_go_sdk_core_v5",
2833 build_file_proto_mode = "disable_global",
2834 importpath = "github.com/IBM/go-sdk-core/v5",
2835 sum = "h1:fP/SLOMxRzhHaqS+I5XN+1CWrAAWn8fdzWuZvbR5KxE=",
2836 version = "v5.4.5",
2837 )
2838 go_repository(
2839 name = "com_github_ibm_secrets_manager_go_sdk",
2840 build_file_proto_mode = "disable_global",
2841 importpath = "github.com/IBM/secrets-manager-go-sdk",
2842 sum = "h1:llT2ryUHpSvNwqzNQ+8cxInIXi7WgRtgUz9ycerJKvA=",
2843 version = "v0.1.21",
2844 )
2845
2846 go_repository(
2847 name = "com_github_imdario_mergo",
2848 build_file_proto_mode = "disable_global",
2849 importpath = "github.com/imdario/mergo",
2850 sum = "h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=",
2851 version = "v0.3.12",
2852 )
2853
2854 go_repository(
2855 name = "com_github_inconshreveable_mousetrap",
2856 build_file_proto_mode = "disable_global",
2857 importpath = "github.com/inconshreveable/mousetrap",
2858 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
2859 version = "v1.0.0",
2860 )
2861 go_repository(
2862 name = "com_github_influxdata_influxdb1_client",
2863 build_file_proto_mode = "disable_global",
2864 importpath = "github.com/influxdata/influxdb1-client",
2865 sum = "h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=",
2866 version = "v0.0.0-20191209144304-8bf82d3c094d",
2867 )
2868
2869 go_repository(
2870 name = "com_github_instrumenta_kubeval",
2871 build_file_proto_mode = "disable_global",
2872 importpath = "github.com/instrumenta/kubeval",
2873 sum = "h1:P9mMMkEUuxqvTyvzjMExBlyyDmowHeFHyFlS80ks/+0=",
2874 version = "v0.0.0-20201118090229-529b532b1ea1",
2875 )
2876 go_repository(
2877 name = "com_github_ishidawataru_sctp",
2878 build_file_proto_mode = "disable_global",
2879 importpath = "github.com/ishidawataru/sctp",
2880 sum = "h1:rw3IAne6CDuVFlZbPOkA7bhxlqawFh7RJJ+CejfMaxE=",
2881 version = "v0.0.0-20191218070446-00ab2ac2db07",
2882 )
2883
2884 go_repository(
2885 name = "com_github_j_keck_arping",
2886 build_file_proto_mode = "disable_global",
2887 importpath = "github.com/j-keck/arping",
2888 sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=",
2889 version = "v0.0.0-20160618110441-2cf9dc699c56",
2890 )
2891 go_repository(
2892 name = "com_github_jaguilar_vt100",
2893 build_file_proto_mode = "disable_global",
2894 importpath = "github.com/jaguilar/vt100",
2895 sum = "h1:8jAXxWimXVprzB8T6UPtRc839vieK/m2LsvNU0aw5pA=",
2896 version = "v0.0.0-20150826170717-2703a27b14ea",
2897 )
2898 go_repository(
2899 name = "com_github_jarcoal_httpmock",
2900 build_file_proto_mode = "disable_global",
2901 importpath = "github.com/jarcoal/httpmock",
2902 sum = "h1:cHtVEcTxRSX4J0je7mWPfc9BpDpqzXSJ5HbymZmyHck=",
2903 version = "v1.0.5",
2904 )
2905 go_repository(
2906 name = "com_github_jbenet_go_context",
2907 build_file_proto_mode = "disable_global",
2908 importpath = "github.com/jbenet/go-context",
2909 sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=",
2910 version = "v0.0.0-20150711004518-d14ea06fba99",
2911 )
2912 go_repository(
2913 name = "com_github_jellevandenhooff_dkim",
2914 build_file_proto_mode = "disable_global",
2915 importpath = "github.com/jellevandenhooff/dkim",
2916 sum = "h1:ujPKutqRlJtcfWk6toYVYagwra7HQHbXOaS171b4Tg8=",
2917 version = "v0.0.0-20150330215556-f50fe3d243e1",
2918 )
2919 go_repository(
2920 name = "com_github_jessevdk_go_flags",
2921 build_file_proto_mode = "disable_global",
2922 importpath = "github.com/jessevdk/go-flags",
2923 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
2924 version = "v1.4.0",
2925 )
2926 go_repository(
2927 name = "com_github_jingyugao_rowserrcheck",
2928 build_file_proto_mode = "disable_global",
2929 importpath = "github.com/jingyugao/rowserrcheck",
2930 sum = "h1:GmsqmapfzSJkm28dhRoHz2tLRbJmqhU86IPgBtN3mmk=",
2931 version = "v0.0.0-20191204022205-72ab7603b68a",
2932 )
2933 go_repository(
2934 name = "com_github_jirfag_go_printf_func_name",
2935 build_file_proto_mode = "disable_global",
2936 importpath = "github.com/jirfag/go-printf-func-name",
2937 sum = "h1:KA9BjwUk7KlCh6S9EAGWBt1oExIUv9WyNCiRz5amv48=",
2938 version = "v0.0.0-20200119135958-7558a9eaa5af",
2939 )
2940
2941 go_repository(
2942 name = "com_github_jmespath_go_jmespath",
2943 build_file_proto_mode = "disable_global",
2944 importpath = "github.com/jmespath/go-jmespath",
2945 sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=",
2946 version = "v0.4.0",
2947 )
2948 go_repository(
2949 name = "com_github_jmespath_go_jmespath_internal_testify",
2950 build_file_proto_mode = "disable_global",
2951 importpath = "github.com/jmespath/go-jmespath/internal/testify",
2952 sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
2953 version = "v1.5.1",
2954 )
2955
2956 go_repository(
2957 name = "com_github_jmoiron_sqlx",
2958 build_file_proto_mode = "disable_global",
2959 importpath = "github.com/jmoiron/sqlx",
2960 sum = "h1:aLN7YINNZ7cYOPK3QC83dbM6KT0NMqVMw961TqrejlE=",
2961 version = "v1.3.1",
2962 )
2963
2964 go_repository(
2965 name = "com_github_joefitzgerald_rainbow_reporter",
2966 build_file_proto_mode = "disable_global",
2967 importpath = "github.com/joefitzgerald/rainbow-reporter",
2968 sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=",
2969 version = "v0.1.0",
2970 )
2971 go_repository(
2972 name = "com_github_joho_godotenv",
2973 build_file_proto_mode = "disable_global",
2974 importpath = "github.com/joho/godotenv",
2975 sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
2976 version = "v1.3.0",
2977 )
2978
2979 go_repository(
2980 name = "com_github_jonboulle_clockwork",
2981 build_file_proto_mode = "disable_global",
2982 importpath = "github.com/jonboulle/clockwork",
2983 sum = "h1:S/EaQvW6FpWMYAvYvY+OBDvpaM+izu0oiwo5y0MH7U0=",
2984 version = "v0.2.1",
2985 )
2986 go_repository(
2987 name = "com_github_jpillora_backoff",
2988 build_file_proto_mode = "disable_global",
2989 importpath = "github.com/jpillora/backoff",
2990 sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=",
2991 version = "v1.0.0",
2992 )
2993
2994 go_repository(
2995 name = "com_github_json_iterator_go",
2996 build_file_proto_mode = "disable_global",
2997 importpath = "github.com/json-iterator/go",
2998 sum = "h1:uVUAXhF2To8cbw/3xN3pxj6kk7TYKs98NIrTqPlMWAQ=",
2999 version = "v1.1.11",
3000 )
3001 go_repository(
3002 name = "com_github_jstemmer_go_junit_report",
3003 build_file_proto_mode = "disable_global",
3004 importpath = "github.com/jstemmer/go-junit-report",
3005 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
3006 version = "v0.9.1",
3007 )
3008 go_repository(
3009 name = "com_github_jtolds_gls",
3010 build_file_proto_mode = "disable_global",
3011 importpath = "github.com/jtolds/gls",
3012 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
3013 version = "v4.20.0+incompatible",
3014 )
3015
3016 go_repository(
3017 name = "com_github_julienschmidt_httprouter",
3018 build_file_proto_mode = "disable_global",
3019 importpath = "github.com/julienschmidt/httprouter",
3020 sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=",
3021 version = "v1.3.0",
3022 )
3023 go_repository(
3024 name = "com_github_karrick_godirwalk",
3025 build_file_proto_mode = "disable_global",
3026 importpath = "github.com/karrick/godirwalk",
3027 sum = "h1:lOpSw2vJP0y5eLBW906QwKsUK/fe/QDyoqM5rnnuPDY=",
3028 version = "v1.10.3",
3029 )
3030 go_repository(
3031 name = "com_github_kballard_go_shellquote",
3032 build_file_proto_mode = "disable_global",
3033 importpath = "github.com/kballard/go-shellquote",
3034 sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
3035 version = "v0.0.0-20180428030007-95032a82bc51",
3036 )
3037 go_repository(
3038 name = "com_github_kevinburke_ssh_config",
3039 build_file_proto_mode = "disable_global",
3040 importpath = "github.com/kevinburke/ssh_config",
3041 sum = "h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=",
3042 version = "v0.0.0-20201106050909-4977a11b4351",
3043 )
3044
3045 go_repository(
3046 name = "com_github_kisielk_errcheck",
3047 build_file_proto_mode = "disable_global",
3048 importpath = "github.com/kisielk/errcheck",
3049 sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
3050 version = "v1.5.0",
3051 )
3052 go_repository(
3053 name = "com_github_kisielk_gotool",
3054 build_file_proto_mode = "disable_global",
3055 importpath = "github.com/kisielk/gotool",
3056 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
3057 version = "v1.0.0",
3058 )
3059 go_repository(
3060 name = "com_github_klauspost_compress",
3061 build_file_proto_mode = "disable_global",
3062 importpath = "github.com/klauspost/compress",
3063 sum = "h1:dB4Bn0tN3wdCzQxnS8r06kV74qN/TAfaIS0bVE8h3jc=",
3064 version = "v1.11.3",
3065 )
3066 go_repository(
3067 name = "com_github_klauspost_cpuid",
3068 build_file_proto_mode = "disable_global",
3069 importpath = "github.com/klauspost/cpuid",
3070 sum = "h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=",
3071 version = "v1.2.0",
3072 )
3073
3074 go_repository(
3075 name = "com_github_knetic_govaluate",
3076 build_file_proto_mode = "disable_global",
3077 importpath = "github.com/Knetic/govaluate",
3078 sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=",
3079 version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible",
3080 )
3081
3082 go_repository(
3083 name = "com_github_konsorten_go_windows_terminal_sequences",
3084 build_file_proto_mode = "disable_global",
3085 importpath = "github.com/konsorten/go-windows-terminal-sequences",
3086 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
3087 version = "v1.0.3",
3088 )
3089
3090 go_repository(
3091 name = "com_github_kr_logfmt",
3092 build_file_proto_mode = "disable_global",
3093 importpath = "github.com/kr/logfmt",
3094 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
3095 version = "v0.0.0-20140226030751-b84e30acd515",
3096 )
3097 go_repository(
3098 name = "com_github_kr_pretty",
3099 build_file_proto_mode = "disable_global",
3100 importpath = "github.com/kr/pretty",
3101 sum = "h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=",
3102 version = "v0.2.1",
3103 )
3104 go_repository(
3105 name = "com_github_kr_pty",
3106 build_file_proto_mode = "disable_global",
3107 importpath = "github.com/kr/pty",
3108 sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=",
3109 version = "v1.1.8",
3110 )
3111 go_repository(
3112 name = "com_github_kr_text",
3113 build_file_proto_mode = "disable_global",
3114 importpath = "github.com/kr/text",
3115 sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=",
3116 version = "v0.2.0",
3117 )
3118 go_repository(
3119 name = "com_github_kylelemons_godebug",
3120 build_file_proto_mode = "disable_global",
3121 importpath = "github.com/kylelemons/godebug",
3122 sum = "h1:MtvEpTB6LX3vkb4ax0b5D2DHbNAUsen0Gx5wZoq3lV4=",
3123 version = "v0.0.0-20170820004349-d65d576e9348",
3124 )
3125
3126 go_repository(
3127 name = "com_github_lann_builder",
3128 build_file_proto_mode = "disable_global",
3129 importpath = "github.com/lann/builder",
3130 sum = "h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=",
3131 version = "v0.0.0-20180802200727-47ae307949d0",
3132 )
3133 go_repository(
3134 name = "com_github_lann_ps",
3135 build_file_proto_mode = "disable_global",
3136 importpath = "github.com/lann/ps",
3137 sum = "h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=",
3138 version = "v0.0.0-20150810152359-62de8c46ede0",
3139 )
3140
3141 go_repository(
3142 name = "com_github_leodido_go_urn",
3143 build_file_proto_mode = "disable_global",
3144 importpath = "github.com/leodido/go-urn",
3145 sum = "h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=",
3146 version = "v1.2.0",
3147 )
3148 go_repository(
3149 name = "com_github_lestrrat_go_backoff_v2",
3150 build_file_proto_mode = "disable_global",
3151 importpath = "github.com/lestrrat-go/backoff/v2",
3152 sum = "h1:i2SeK33aOFJlUNJZzf2IpXRBvqBBnaGXfY5Xaop/GsE=",
3153 version = "v2.0.7",
3154 )
3155 go_repository(
3156 name = "com_github_lestrrat_go_blackmagic",
3157 build_file_proto_mode = "disable_global",
3158 importpath = "github.com/lestrrat-go/blackmagic",
3159 sum = "h1:XzdxDbuQTz0RZZEmdU7cnQxUtFUzgCSPq8RCz4BxIi4=",
3160 version = "v1.0.0",
3161 )
3162 go_repository(
3163 name = "com_github_lestrrat_go_codegen",
3164 build_file_proto_mode = "disable_global",
3165 importpath = "github.com/lestrrat-go/codegen",
3166 sum = "h1:gnWFHKvL64TTSFRghShUybm9UvBxFFXvnniE06JTO3k=",
3167 version = "v1.0.0",
3168 )
3169 go_repository(
3170 name = "com_github_lestrrat_go_httpcc",
3171 build_file_proto_mode = "disable_global",
3172 importpath = "github.com/lestrrat-go/httpcc",
3173 sum = "h1:FszVC6cKfDvBKcJv646+lkh4GydQg2Z29scgUfkOpYc=",
3174 version = "v1.0.0",
3175 )
3176 go_repository(
3177 name = "com_github_lestrrat_go_iter",
3178 build_file_proto_mode = "disable_global",
3179 importpath = "github.com/lestrrat-go/iter",
3180 sum = "h1:q8faalr2dY6o8bV45uwrxq12bRa1ezKrB6oM9FUgN4A=",
3181 version = "v1.0.1",
3182 )
3183 go_repository(
3184 name = "com_github_lestrrat_go_jwx",
3185 build_file_proto_mode = "disable_global",
3186 importpath = "github.com/lestrrat-go/jwx",
3187 sum = "h1:WJ/3tiPUz1wV24KiwMEanbENwHnYub9UqzCbQ82mv9c=",
3188 version = "v1.2.1",
3189 )
3190 go_repository(
3191 name = "com_github_lestrrat_go_option",
3192 build_file_proto_mode = "disable_global",
3193 importpath = "github.com/lestrrat-go/option",
3194 sum = "h1:WqAWL8kh8VcSoD6xjSH34/1m8yxluXQbDeKNfvFeEO4=",
3195 version = "v1.0.0",
3196 )
3197 go_repository(
3198 name = "com_github_lestrrat_go_pdebug_v3",
3199 build_file_proto_mode = "disable_global",
3200 importpath = "github.com/lestrrat-go/pdebug/v3",
3201 sum = "h1:3G5sX/aw/TbMTtVc9U7IHBWRZtMvwvBziF1e4HoQtv8=",
3202 version = "v3.0.1",
3203 )
3204
3205 go_repository(
3206 name = "com_github_lib_pq",
3207 build_file_proto_mode = "disable_global",
3208 importpath = "github.com/lib/pq",
3209 sum = "h1:Zx5DJFEYQXio93kgXnQ09fXNiUKsqv4OUEu2UtGcB1E=",
3210 version = "v1.10.0",
3211 )
3212 go_repository(
3213 name = "com_github_liggitt_tabwriter",
3214 build_file_proto_mode = "disable_global",
3215 importpath = "github.com/liggitt/tabwriter",
3216 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
3217 version = "v0.0.0-20181228230101-89fcab3d43de",
3218 )
3219
3220 go_repository(
3221 name = "com_github_lightstep_lightstep_tracer_common_golang_gogo",
3222 build_file_proto_mode = "disable_global",
3223 importpath = "github.com/lightstep/lightstep-tracer-common/golang/gogo",
3224 sum = "h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo=",
3225 version = "v0.0.0-20190605223551-bc2310a04743",
3226 )
3227 go_repository(
3228 name = "com_github_lightstep_lightstep_tracer_go",
3229 build_file_proto_mode = "disable_global",
3230 importpath = "github.com/lightstep/lightstep-tracer-go",
3231 sum = "h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk=",
3232 version = "v0.18.1",
3233 )
3234 go_repository(
3235 name = "com_github_lithammer_dedent",
3236 build_file_proto_mode = "disable_global",
3237 importpath = "github.com/lithammer/dedent",
3238 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
3239 version = "v1.1.0",
3240 )
3241 go_repository(
3242 name = "com_github_logrusorgru_aurora",
3243 build_file_proto_mode = "disable_global",
3244 importpath = "github.com/logrusorgru/aurora",
3245 sum = "h1:bqDmpDG49ZRnB5PcgP0RXtQvnMSgIF14M7CBd2shtXs=",
3246 version = "v0.0.0-20200102142835-e9ef32dff381",
3247 )
3248
3249 go_repository(
3250 name = "com_github_lyft_protoc_gen_validate",
3251 build_file_proto_mode = "disable_global",
3252 importpath = "github.com/lyft/protoc-gen-validate",
3253 sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=",
3254 version = "v0.0.13",
3255 )
3256
3257 go_repository(
3258 name = "com_github_magiconair_properties",
3259 build_file_proto_mode = "disable_global",
3260 importpath = "github.com/magiconair/properties",
3261 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
3262 version = "v1.8.1",
3263 )
3264 go_repository(
3265 name = "com_github_mailru_easyjson",
3266 build_file_proto_mode = "disable_global",
3267 importpath = "github.com/mailru/easyjson",
3268 sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=",
3269 version = "v0.7.0",
3270 )
3271 go_repository(
3272 name = "com_github_makenowjust_heredoc",
3273 build_file_proto_mode = "disable_global",
3274 importpath = "github.com/MakeNowJust/heredoc",
3275 sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=",
3276 version = "v0.0.0-20170808103936-bb23615498cd",
3277 )
3278 go_repository(
3279 name = "com_github_maratori_testpackage",
3280 build_file_proto_mode = "disable_global",
3281 importpath = "github.com/maratori/testpackage",
3282 sum = "h1:QtJ5ZjqapShm0w5DosRjg0PRlSdAdlx+W6cCKoALdbQ=",
3283 version = "v1.0.1",
3284 )
3285
3286 go_repository(
3287 name = "com_github_markbates_oncer",
3288 build_file_proto_mode = "disable_global",
3289 importpath = "github.com/markbates/oncer",
3290 sum = "h1:JgVTCPf0uBVcUSWpyXmGpgOc62nK5HWUBKAGc3Qqa5k=",
3291 version = "v0.0.0-20181203154359-bf2de49a0be2",
3292 )
3293
3294 go_repository(
3295 name = "com_github_markbates_safe",
3296 build_file_proto_mode = "disable_global",
3297 importpath = "github.com/markbates/safe",
3298 sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=",
3299 version = "v1.0.1",
3300 )
3301
3302 go_repository(
3303 name = "com_github_marstr_guid",
3304 build_file_proto_mode = "disable_global",
3305 importpath = "github.com/marstr/guid",
3306 sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=",
3307 version = "v1.1.0",
3308 )
3309 go_repository(
3310 name = "com_github_masterminds_goutils",
3311 build_file_proto_mode = "disable_global",
3312 importpath = "github.com/Masterminds/goutils",
3313 sum = "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=",
3314 version = "v1.1.1",
3315 )
3316 go_repository(
3317 name = "com_github_masterminds_semver",
3318 build_file_proto_mode = "disable_global",
3319 importpath = "github.com/Masterminds/semver",
3320 sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=",
3321 version = "v1.5.0",
3322 )
3323
3324 go_repository(
3325 name = "com_github_masterminds_semver_v3",
3326 build_file_proto_mode = "disable_global",
3327 importpath = "github.com/Masterminds/semver/v3",
3328 sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=",
3329 version = "v3.1.1",
3330 )
3331 go_repository(
3332 name = "com_github_masterminds_sprig_v3",
3333 build_file_proto_mode = "disable_global",
3334 importpath = "github.com/Masterminds/sprig/v3",
3335 sum = "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=",
3336 version = "v3.2.2",
3337 )
3338 go_repository(
3339 name = "com_github_masterminds_squirrel",
3340 build_file_proto_mode = "disable_global",
3341 importpath = "github.com/Masterminds/squirrel",
3342 sum = "h1:JukIZisrUXadA9pl3rMkjhiamxiB0cXiu+HGp/Y8cY8=",
3343 version = "v1.5.0",
3344 )
3345 go_repository(
3346 name = "com_github_masterminds_vcs",
3347 build_file_proto_mode = "disable_global",
3348 importpath = "github.com/Masterminds/vcs",
3349 sum = "h1:NL3G1X7/7xduQtA2sJLpVpfHTNBALVNSjob6KEjPXNQ=",
3350 version = "v1.13.1",
3351 )
3352 go_repository(
3353 name = "com_github_matoous_godox",
3354 build_file_proto_mode = "disable_global",
3355 importpath = "github.com/matoous/godox",
3356 sum = "h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE=",
3357 version = "v0.0.0-20190911065817-5d6d842e92eb",
3358 )
3359
3360 go_repository(
3361 name = "com_github_matryer_moq",
3362 build_file_proto_mode = "disable_global",
3363 importpath = "github.com/matryer/moq",
3364 sum = "h1:reVOUXwnhsYv/8UqjvhrMOu5CNT9UapHFLbQ2JcXsmg=",
3365 version = "v0.0.0-20200106131100-75d0ddfc0007",
3366 )
3367
3368 go_repository(
3369 name = "com_github_mattermost_xml_roundtrip_validator",
3370 build_file_proto_mode = "disable_global",
3371 importpath = "github.com/mattermost/xml-roundtrip-validator",
3372 sum = "h1:qqXczln0qwkVGcpQ+sQuPOVntt2FytYarXXxYSNJkgw=",
3373 version = "v0.0.0-20201213122252-bcd7e1b9601e",
3374 )
3375
3376 go_repository(
3377 name = "com_github_mattn_go_colorable",
3378 build_file_proto_mode = "disable_global",
3379 importpath = "github.com/mattn/go-colorable",
3380 sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=",
3381 version = "v0.1.8",
3382 )
3383 go_repository(
3384 name = "com_github_mattn_go_ieproxy",
3385 build_file_proto_mode = "disable_global",
3386 importpath = "github.com/mattn/go-ieproxy",
3387 sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=",
3388 version = "v0.0.1",
3389 )
3390
3391 go_repository(
3392 name = "com_github_mattn_go_isatty",
3393 build_file_proto_mode = "disable_global",
3394 importpath = "github.com/mattn/go-isatty",
3395 sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=",
3396 version = "v0.0.12",
3397 )
3398 go_repository(
3399 name = "com_github_mattn_go_oci8",
3400 build_file_proto_mode = "disable_global",
3401 importpath = "github.com/mattn/go-oci8",
3402 sum = "h1:BBXYpvzPO43QNTLDEivPFteeFZ9nKA6JQ6eifpxOmio=",
3403 version = "v0.0.7",
3404 )
3405
3406 go_repository(
3407 name = "com_github_mattn_go_runewidth",
3408 build_file_proto_mode = "disable_global",
3409 importpath = "github.com/mattn/go-runewidth",
3410 sum = "h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=",
3411 version = "v0.0.7",
3412 )
3413 go_repository(
3414 name = "com_github_mattn_go_shellwords",
3415 build_file_proto_mode = "disable_global",
3416 importpath = "github.com/mattn/go-shellwords",
3417 sum = "h1:vCoR9VPpsk/TZFW2JwK5I9S0xdrtUq2bph6/YjEPnaw=",
3418 version = "v1.0.11",
3419 )
3420 go_repository(
3421 name = "com_github_mattn_go_sqlite3",
3422 build_file_proto_mode = "disable_global",
3423 importpath = "github.com/mattn/go-sqlite3",
3424 sum = "h1:dNPt6NO46WmLVt2DLNpwczCmdV5boIZ6g/tlDrlRUbg=",
3425 version = "v1.14.6",
3426 )
3427 go_repository(
3428 name = "com_github_mattn_go_zglob",
3429 build_file_proto_mode = "disable_global",
3430 importpath = "github.com/mattn/go-zglob",
3431 sum = "h1:xsEx/XUoVlI6yXjqBK062zYhRTZltCNmYPx6v+8DNaY=",
3432 version = "v0.0.1",
3433 )
3434 go_repository(
3435 name = "com_github_mattn_goveralls",
3436 build_file_proto_mode = "disable_global",
3437 importpath = "github.com/mattn/goveralls",
3438 sum = "h1:7eJB6EqsPhRVxvwEXGnqdO2sJI0PTsrWoTMXEk9/OQc=",
3439 version = "v0.0.2",
3440 )
3441
3442 go_repository(
3443 name = "com_github_matttproud_golang_protobuf_extensions",
3444 build_file_proto_mode = "disable_global",
3445 importpath = "github.com/matttproud/golang_protobuf_extensions",
3446 sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=",
3447 version = "v1.0.2-0.20181231171920-c182affec369",
3448 )
3449 go_repository(
3450 name = "com_github_maxbrunsfeld_counterfeiter_v6",
3451 build_file_proto_mode = "disable_global",
3452 importpath = "github.com/maxbrunsfeld/counterfeiter/v6",
3453 sum = "h1:g+4J5sZg6osfvEfkRZxJ1em0VT95/UOZgi/l7zi1/oE=",
3454 version = "v6.2.2",
3455 )
3456 go_repository(
3457 name = "com_github_mgutz_ansi",
3458 build_file_proto_mode = "disable_global",
3459 importpath = "github.com/mgutz/ansi",
3460 sum = "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=",
3461 version = "v0.0.0-20170206155736-9520e82c474b",
3462 )
3463
3464 go_repository(
3465 name = "com_github_microsoft_go_winio",
3466 build_file_proto_mode = "disable_global",
3467 importpath = "github.com/Microsoft/go-winio",
3468 sum = "h1:mw6pDQqv38/WGF1cO/jF5t/jyAJ2yi7CmtFLLO5tGFI=",
3469 version = "v0.4.17-0.20210211115548-6eac466e5fa3",
3470 )
3471 go_repository(
3472 name = "com_github_microsoft_hcsshim",
3473 build_file_proto_mode = "disable_global",
3474 importpath = "github.com/Microsoft/hcsshim",
3475 sum = "h1:Aof83YILRs2Vx3GhHqlvvfyx1asRJKMFIMeVlHsZKtI=",
3476 version = "v0.8.15",
3477 )
3478 go_repository(
3479 name = "com_github_microsoft_hcsshim_test",
3480 build_file_proto_mode = "disable_global",
3481 importpath = "github.com/Microsoft/hcsshim/test",
3482 sum = "h1:sqPBuX6WumurdHaSRbS8xyyyP8Rf7kUpLUlJaN7rztw=",
3483 version = "v0.0.0-20201218223536-d3e5debf77da",
3484 )
3485
3486 go_repository(
3487 name = "com_github_miekg_dns",
3488 build_file_proto_mode = "disable_global",
3489 importpath = "github.com/miekg/dns",
3490 sum = "h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA=",
3491 version = "v1.0.14",
3492 )
3493 go_repository(
3494 name = "com_github_mistifyio_go_zfs",
3495 build_file_proto_mode = "disable_global",
3496 importpath = "github.com/mistifyio/go-zfs",
3497 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
3498 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
3499 )
3500
3501 go_repository(
3502 name = "com_github_mitchellh_cli",
3503 build_file_proto_mode = "disable_global",
3504 importpath = "github.com/mitchellh/cli",
3505 sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=",
3506 version = "v1.0.0",
3507 )
3508 go_repository(
3509 name = "com_github_mitchellh_copystructure",
3510 build_file_proto_mode = "disable_global",
3511 importpath = "github.com/mitchellh/copystructure",
3512 sum = "h1:Bp6x9R1Wn16SIz3OfeDr0b7RnCG2OB66Y7PQyC/cvq4=",
3513 version = "v1.1.1",
3514 )
3515
3516 go_repository(
3517 name = "com_github_mitchellh_go_homedir",
3518 build_file_proto_mode = "disable_global",
3519 importpath = "github.com/mitchellh/go-homedir",
3520 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
3521 version = "v1.1.0",
3522 )
3523 go_repository(
3524 name = "com_github_mitchellh_go_ps",
3525 build_file_proto_mode = "disable_global",
3526 importpath = "github.com/mitchellh/go-ps",
3527 sum = "h1:9+ke9YJ9KGWw5ANXK6ozjoK47uI3uNbXv4YVINBnGm8=",
3528 version = "v0.0.0-20190716172923-621e5597135b",
3529 )
3530
3531 go_repository(
3532 name = "com_github_mitchellh_go_testing_interface",
3533 build_file_proto_mode = "disable_global",
3534 importpath = "github.com/mitchellh/go-testing-interface",
3535 sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=",
3536 version = "v1.0.0",
3537 )
3538
3539 go_repository(
3540 name = "com_github_mitchellh_go_wordwrap",
3541 build_file_proto_mode = "disable_global",
3542 importpath = "github.com/mitchellh/go-wordwrap",
3543 sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=",
3544 version = "v1.0.0",
3545 )
3546 go_repository(
3547 name = "com_github_mitchellh_gox",
3548 build_file_proto_mode = "disable_global",
3549 importpath = "github.com/mitchellh/gox",
3550 sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=",
3551 version = "v0.4.0",
3552 )
3553 go_repository(
3554 name = "com_github_mitchellh_hashstructure",
3555 build_file_proto_mode = "disable_global",
3556 importpath = "github.com/mitchellh/hashstructure",
3557 sum = "h1:ZkRJX1CyOoTkar7p/mLS5TZU4nJ1Rn/F8u9dGS02Q3Y=",
3558 version = "v1.0.0",
3559 )
3560
3561 go_repository(
3562 name = "com_github_mitchellh_iochan",
3563 build_file_proto_mode = "disable_global",
3564 importpath = "github.com/mitchellh/iochan",
3565 sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=",
3566 version = "v1.0.0",
3567 )
3568
3569 go_repository(
3570 name = "com_github_mitchellh_mapstructure",
3571 build_file_proto_mode = "disable_global",
3572 importpath = "github.com/mitchellh/mapstructure",
3573 sum = "h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=",
3574 version = "v1.3.3",
3575 )
3576 go_repository(
3577 name = "com_github_mitchellh_osext",
3578 build_file_proto_mode = "disable_global",
3579 importpath = "github.com/mitchellh/osext",
3580 sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=",
3581 version = "v0.0.0-20151018003038-5e2d6d41470f",
3582 )
3583 go_repository(
3584 name = "com_github_mitchellh_reflectwalk",
3585 build_file_proto_mode = "disable_global",
3586 importpath = "github.com/mitchellh/reflectwalk",
3587 sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=",
3588 version = "v1.0.1",
3589 )
3590 go_repository(
3591 name = "com_github_moby_buildkit",
3592 build_file_proto_mode = "disable_global",
3593 importpath = "github.com/moby/buildkit",
3594 sum = "h1:zrGxLwffKM8nVxBvaJa7H404eQLfqlg1GB6YVIzXVQ0=",
3595 version = "v0.8.1",
3596 )
3597 go_repository(
3598 name = "com_github_moby_locker",
3599 build_file_proto_mode = "disable_global",
3600 importpath = "github.com/moby/locker",
3601 sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=",
3602 version = "v1.0.1",
3603 )
3604 go_repository(
3605 name = "com_github_moby_spdystream",
3606 build_file_proto_mode = "disable_global",
3607 importpath = "github.com/moby/spdystream",
3608 sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=",
3609 version = "v0.2.0",
3610 )
3611
3612 go_repository(
3613 name = "com_github_moby_sys_mount",
3614 build_file_proto_mode = "disable_global",
3615 importpath = "github.com/moby/sys/mount",
3616 sum = "h1:WhCW5B355jtxndN5ovugJlMFJawbUODuW8fSnEH6SSM=",
3617 version = "v0.2.0",
3618 )
3619
3620 go_repository(
3621 name = "com_github_moby_sys_mountinfo",
3622 build_file_proto_mode = "disable_global",
3623 importpath = "github.com/moby/sys/mountinfo",
3624 sum = "h1:1KInV3Huv18akCu58V7lzNlt+jFmqlu1EaErnEHE/VM=",
3625 version = "v0.4.0",
3626 )
3627 go_repository(
3628 name = "com_github_moby_sys_symlink",
3629 build_file_proto_mode = "disable_global",
3630 importpath = "github.com/moby/sys/symlink",
3631 sum = "h1:MTFZ74KtNI6qQQpuBxU+uKCim4WtOMokr03hCfJcazE=",
3632 version = "v0.1.0",
3633 )
3634
3635 go_repository(
3636 name = "com_github_moby_term",
3637 build_file_proto_mode = "disable_global",
3638 importpath = "github.com/moby/term",
3639 sum = "h1:rzf0wL0CHVc8CEsgyygG0Mn9CNCCPZqOPaz8RiiHYQk=",
3640 version = "v0.0.0-20201216013528-df9cb8a40635",
3641 )
3642
3643 go_repository(
3644 name = "com_github_modern_go_concurrent",
3645 build_file_proto_mode = "disable_global",
3646 importpath = "github.com/modern-go/concurrent",
3647 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
3648 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
3649 )
3650 go_repository(
3651 name = "com_github_modern_go_reflect2",
3652 build_file_proto_mode = "disable_global",
3653 importpath = "github.com/modern-go/reflect2",
3654 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=",
3655 version = "v1.0.1",
3656 )
3657
3658 go_repository(
3659 name = "com_github_monochromegane_go_gitignore",
3660 build_file_proto_mode = "disable_global",
3661 importpath = "github.com/monochromegane/go-gitignore",
3662 sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=",
3663 version = "v0.0.0-20200626010858-205db1a8cc00",
3664 )
3665 go_repository(
3666 name = "com_github_montanaflynn_stats",
3667 build_file_proto_mode = "disable_global",
3668 importpath = "github.com/montanaflynn/stats",
3669 sum = "h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=",
3670 version = "v0.0.0-20171201202039-1bf9dbcd8cbe",
3671 )
3672
3673 go_repository(
3674 name = "com_github_morikuni_aec",
3675 build_file_proto_mode = "disable_global",
3676 importpath = "github.com/morikuni/aec",
3677 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
3678 version = "v1.0.0",
3679 )
3680 go_repository(
3681 name = "com_github_mozilla_tls_observatory",
3682 build_file_proto_mode = "disable_global",
3683 importpath = "github.com/mozilla/tls-observatory",
3684 sum = "h1:1xJ+Xi9lYWLaaP4yB67ah0+548CD3110mCPWhVVjFkI=",
3685 version = "v0.0.0-20200317151703-4fa42e1c2dee",
3686 )
3687
3688 go_repository(
3689 name = "com_github_mrunalp_fileutils",
3690 build_file_proto_mode = "disable_global",
3691 importpath = "github.com/mrunalp/fileutils",
3692 sum = "h1:NKzVxiH7eSk+OQ4M+ZYW1K6h27RUV3MI6NUTsHhU6Z4=",
3693 version = "v0.5.0",
3694 )
3695
3696 go_repository(
3697 name = "com_github_munnerz_goautoneg",
3698 build_file_proto_mode = "disable_global",
3699 importpath = "github.com/munnerz/goautoneg",
3700 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
3701 version = "v0.0.0-20191010083416-a7dc8b61c822",
3702 )
3703
3704 go_repository(
3705 name = "com_github_mwitkow_go_conntrack",
3706 build_file_proto_mode = "disable_global",
3707 importpath = "github.com/mwitkow/go-conntrack",
3708 sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=",
3709 version = "v0.0.0-20190716064945-2f068394615f",
3710 )
3711 go_repository(
3712 name = "com_github_mxk_go_flowrate",
3713 build_file_proto_mode = "disable_global",
3714 importpath = "github.com/mxk/go-flowrate",
3715 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
3716 version = "v0.0.0-20140419014527-cca7078d478f",
3717 )
3718 go_repository(
3719 name = "com_github_nakabonne_nestif",
3720 build_file_proto_mode = "disable_global",
3721 importpath = "github.com/nakabonne/nestif",
3722 sum = "h1:+yOViDGhg8ygGrmII72nV9B/zGxY188TYpfolntsaPw=",
3723 version = "v0.3.0",
3724 )
3725
3726 go_repository(
3727 name = "com_github_nats_io_jwt",
3728 build_file_proto_mode = "disable_global",
3729 importpath = "github.com/nats-io/jwt",
3730 sum = "h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=",
3731 version = "v0.3.2",
3732 )
3733 go_repository(
3734 name = "com_github_nats_io_nats_go",
3735 build_file_proto_mode = "disable_global",
3736 importpath = "github.com/nats-io/nats.go",
3737 sum = "h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ=",
3738 version = "v1.9.1",
3739 )
3740 go_repository(
3741 name = "com_github_nats_io_nats_server_v2",
3742 build_file_proto_mode = "disable_global",
3743 importpath = "github.com/nats-io/nats-server/v2",
3744 sum = "h1:i2Ly0B+1+rzNZHHWtD4ZwKi+OU5l+uQo1iDHZ2PmiIc=",
3745 version = "v2.1.2",
3746 )
3747 go_repository(
3748 name = "com_github_nats_io_nkeys",
3749 build_file_proto_mode = "disable_global",
3750 importpath = "github.com/nats-io/nkeys",
3751 sum = "h1:6JrEfig+HzTH85yxzhSVbjHRJv9cn0p6n3IngIcM5/k=",
3752 version = "v0.1.3",
3753 )
3754 go_repository(
3755 name = "com_github_nats_io_nuid",
3756 build_file_proto_mode = "disable_global",
3757 importpath = "github.com/nats-io/nuid",
3758 sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=",
3759 version = "v1.0.1",
3760 )
3761 go_repository(
3762 name = "com_github_nbutton23_zxcvbn_go",
3763 build_file_proto_mode = "disable_global",
3764 importpath = "github.com/nbutton23/zxcvbn-go",
3765 sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=",
3766 version = "v0.0.0-20180912185939-ae427f1e4c1d",
3767 )
3768
3769 go_repository(
3770 name = "com_github_ncr_swt_retail_ee_bff_golang",
3771 # NOTE: Any imports that BFF makes from edge-infra must be captured here
3772 # or else the build will try to resolve edge-infra as an external repository
3773 # and log errors about `@latest` not containing the expected modules
3774 build_directives = [
3775 "gazelle:resolve go edge-infra.dev/pkg/k8s/util/gcp/iamcomponent @edge_infra//pkg/k8s/util/gcp/iamcomponent",
3776 "gazelle:resolve go edge-infra.dev/pkg/lib/logging @edge_infra//pkg/lib/logging",
3777 "gazelle:resolve go edge-infra.dev/pkg/edge/gitops/fns/deletetenant @edge_infra//pkg/edge/gitops/fns/deletetenant",
3778 "gazelle:resolve go edge-infra.dev/pkg/edge/constants/api/workload @edge_infra//pkg/edge/constants/api/workload",
3779 "gazelle:resolve go edge-infra.dev/pkg/edge/constants/api/fleet @edge_infra//pkg/edge/constants/api/fleet",
3780 ],
3781 build_file_proto_mode = "disable_global",
3782 importpath = "edge-infra.dev/pkg/edge/api",
3783 sum = "h1:ytu9hzoVqtstszdUKZ6Tb2dkFBUnbsViwvQs5Yq5gX4=",
3784 version = "v0.0.0-20210826164124-a1411f3bd876",
3785 )
3786
3787 go_repository(
3788 name = "com_github_ncw_swift",
3789 build_file_proto_mode = "disable_global",
3790 importpath = "github.com/ncw/swift",
3791 sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=",
3792 version = "v1.0.47",
3793 )
3794 go_repository(
3795 name = "com_github_nektos_act",
3796 build_file_proto_mode = "disable_global",
3797 importpath = "github.com/nektos/act",
3798 sum = "h1:hOL87k5jfN6cOYpXlOGrClJKPcFDZnP2tMTXe9T3YR0=",
3799 version = "v0.2.23",
3800 )
3801 go_repository(
3802 name = "com_github_netflix_go_expect",
3803 build_file_proto_mode = "disable_global",
3804 importpath = "github.com/Netflix/go-expect",
3805 sum = "h1:xzYJEypr/85nBpB11F9br+3HUrpgb+fcm5iADzXXYEw=",
3806 version = "v0.0.0-20180615182759-c93bf25de8e8",
3807 )
3808
3809 go_repository(
3810 name = "com_github_niemeyer_pretty",
3811 build_file_proto_mode = "disable_global",
3812 importpath = "github.com/niemeyer/pretty",
3813 sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
3814 version = "v0.0.0-20200227124842-a10e7caefd8e",
3815 )
3816 go_repository(
3817 name = "com_github_nxadm_tail",
3818 build_file_proto_mode = "disable_global",
3819 importpath = "github.com/nxadm/tail",
3820 sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=",
3821 version = "v1.4.8",
3822 )
3823
3824 go_repository(
3825 name = "com_github_nytimes_gziphandler",
3826 build_file_proto_mode = "disable_global",
3827 importpath = "github.com/NYTimes/gziphandler",
3828 sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=",
3829 version = "v1.1.1",
3830 )
3831 go_repository(
3832 name = "com_github_oklog_oklog",
3833 build_file_proto_mode = "disable_global",
3834 importpath = "github.com/oklog/oklog",
3835 sum = "h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk=",
3836 version = "v0.3.2",
3837 )
3838 go_repository(
3839 name = "com_github_oklog_run",
3840 build_file_proto_mode = "disable_global",
3841 importpath = "github.com/oklog/run",
3842 sum = "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=",
3843 version = "v1.0.0",
3844 )
3845
3846 go_repository(
3847 name = "com_github_oklog_ulid",
3848 build_file_proto_mode = "disable_global",
3849 importpath = "github.com/oklog/ulid",
3850 sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
3851 version = "v1.3.1",
3852 )
3853 go_repository(
3854 name = "com_github_olekukonko_tablewriter",
3855 build_file_proto_mode = "disable_global",
3856 importpath = "github.com/olekukonko/tablewriter",
3857 sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=",
3858 version = "v0.0.4",
3859 )
3860
3861 go_repository(
3862 name = "com_github_oneofone_xxhash",
3863 build_file_proto_mode = "disable_global",
3864 importpath = "github.com/OneOfOne/xxhash",
3865 sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=",
3866 version = "v1.2.2",
3867 )
3868 go_repository(
3869 name = "com_github_onsi_ginkgo",
3870 build_extra_args = [
3871 "-known_import=github.com/onsi/B",
3872 "-known_import=github.com/onsi/C",
3873 "-exclude=integration",
3874 ],
3875 build_file_proto_mode = "disable_global",
3876 importpath = "github.com/onsi/ginkgo",
3877 sum = "h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc=",
3878 version = "v1.16.4",
3879 )
3880 go_repository(
3881 name = "com_github_onsi_gomega",
3882 build_file_proto_mode = "disable_global",
3883 importpath = "github.com/onsi/gomega",
3884 sum = "h1:ep6kpPVwmr/nTbklSx2nrLNSIO62DoYAhnPNIMhK8gI=",
3885 version = "v1.14.0",
3886 )
3887 go_repository(
3888 name = "com_github_op_go_logging",
3889 build_file_proto_mode = "disable_global",
3890 importpath = "github.com/op/go-logging",
3891 sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=",
3892 version = "v0.0.0-20160315200505-970db520ece7",
3893 )
3894
3895 go_repository(
3896 name = "com_github_opencontainers_go_digest",
3897 build_file_proto_mode = "disable_global",
3898 importpath = "github.com/opencontainers/go-digest",
3899 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
3900 version = "v1.0.0",
3901 )
3902 go_repository(
3903 name = "com_github_opencontainers_image_spec",
3904 build_file_proto_mode = "disable_global",
3905 importpath = "github.com/opencontainers/image-spec",
3906 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
3907 version = "v1.0.1",
3908 )
3909 go_repository(
3910 name = "com_github_opencontainers_runc",
3911 build_file_proto_mode = "disable_global",
3912 importpath = "github.com/opencontainers/runc",
3913 sum = "h1:x2UMpOOVf3kQ8arv/EsDGwim8PTNqzL1/EYDr/+scOM=",
3914 version = "v1.0.0-rc93",
3915 )
3916 go_repository(
3917 name = "com_github_opencontainers_runtime_spec",
3918 build_file_proto_mode = "disable_global",
3919 importpath = "github.com/opencontainers/runtime-spec",
3920 sum = "h1:pNa8metDkwZjb9g4T8s+krQ+HRgZAkqnXml+wNir/+s=",
3921 version = "v1.0.3-0.20200929063507-e6143ca7d51d",
3922 )
3923 go_repository(
3924 name = "com_github_opencontainers_runtime_tools",
3925 build_file_proto_mode = "disable_global",
3926 importpath = "github.com/opencontainers/runtime-tools",
3927 sum = "h1:H7DMc6FAjgwZZi8BRqjrAAHWoqEr5e5L6pS4V0ezet4=",
3928 version = "v0.0.0-20181011054405-1d69bd0f9c39",
3929 )
3930 go_repository(
3931 name = "com_github_opencontainers_selinux",
3932 build_file_proto_mode = "disable_global",
3933 importpath = "github.com/opencontainers/selinux",
3934 sum = "h1:+77ba4ar4jsCbL1GLbFL8fFM57w6suPfSS9PDLDY7KM=",
3935 version = "v1.8.0",
3936 )
3937 go_repository(
3938 name = "com_github_openpeedeep_depguard",
3939 build_file_proto_mode = "disable_global",
3940 importpath = "github.com/OpenPeeDeeP/depguard",
3941 sum = "h1:VlW4R6jmBIv3/u1JNlawEvJMM4J+dPORPaZasQee8Us=",
3942 version = "v1.0.1",
3943 )
3944
3945 go_repository(
3946 name = "com_github_opentracing_basictracer_go",
3947 build_file_proto_mode = "disable_global",
3948 importpath = "github.com/opentracing/basictracer-go",
3949 sum = "h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo=",
3950 version = "v1.0.0",
3951 )
3952 go_repository(
3953 name = "com_github_opentracing_contrib_go_observer",
3954 build_file_proto_mode = "disable_global",
3955 importpath = "github.com/opentracing-contrib/go-observer",
3956 sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=",
3957 version = "v0.0.0-20170622124052-a52f23424492",
3958 )
3959 go_repository(
3960 name = "com_github_opentracing_contrib_go_stdlib",
3961 build_file_proto_mode = "disable_global",
3962 importpath = "github.com/opentracing-contrib/go-stdlib",
3963 sum = "h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=",
3964 version = "v1.0.0",
3965 )
3966
3967 go_repository(
3968 name = "com_github_opentracing_opentracing_go",
3969 build_file_proto_mode = "disable_global",
3970 importpath = "github.com/opentracing/opentracing-go",
3971 sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=",
3972 version = "v1.2.0",
3973 )
3974 go_repository(
3975 name = "com_github_openzipkin_contrib_zipkin_go_opentracing",
3976 build_file_proto_mode = "disable_global",
3977 importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing",
3978 sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=",
3979 version = "v0.4.5",
3980 )
3981 go_repository(
3982 name = "com_github_openzipkin_zipkin_go",
3983 build_file_proto_mode = "disable_global",
3984 importpath = "github.com/openzipkin/zipkin-go",
3985 sum = "h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb9NAWI=",
3986 version = "v0.2.2",
3987 )
3988 go_repository(
3989 name = "com_github_pact_foundation_pact_go",
3990 build_file_proto_mode = "disable_global",
3991 importpath = "github.com/pact-foundation/pact-go",
3992 sum = "h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q=",
3993 version = "v1.0.4",
3994 )
3995
3996 go_repository(
3997 name = "com_github_palantir_go_baseapp",
3998 build_file_proto_mode = "disable_global",
3999 importpath = "github.com/palantir/go-baseapp",
4000 sum = "h1:BE5AJX6BHnC0a/98Vzy7VW+fMqFID91ofivGWUp1dqo=",
4001 version = "v0.2.2",
4002 )
4003 go_repository(
4004 name = "com_github_palantir_go_githubapp",
4005 build_file_proto_mode = "disable_global",
4006 importpath = "github.com/palantir/go-githubapp",
4007 sum = "h1:FjjoD5Enh8DoEdW8ofZscKms7mHXs6gfNvdKlJ55TGY=",
4008 version = "v0.6.0",
4009 )
4010 go_repository(
4011 name = "com_github_pascaldekloe_goe",
4012 build_file_proto_mode = "disable_global",
4013 importpath = "github.com/pascaldekloe/goe",
4014 sum = "h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=",
4015 version = "v0.1.0",
4016 )
4017 go_repository(
4018 name = "com_github_pborman_uuid",
4019 build_file_proto_mode = "disable_global",
4020 importpath = "github.com/pborman/uuid",
4021 sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=",
4022 version = "v1.2.0",
4023 )
4024 go_repository(
4025 name = "com_github_pelletier_go_toml",
4026 build_file_proto_mode = "disable_global",
4027 importpath = "github.com/pelletier/go-toml",
4028 sum = "h1:Keo9qb7iRJs2voHvunFtuuYFsbWeOBh8/P9v/kVMFtw=",
4029 version = "v1.8.0",
4030 )
4031 go_repository(
4032 name = "com_github_performancecopilot_speed",
4033 build_file_proto_mode = "disable_global",
4034 importpath = "github.com/performancecopilot/speed",
4035 sum = "h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg=",
4036 version = "v3.0.0+incompatible",
4037 )
4038
4039 go_repository(
4040 name = "com_github_peterbourgon_diskv",
4041 build_file_proto_mode = "disable_global",
4042 importpath = "github.com/peterbourgon/diskv",
4043 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
4044 version = "v2.0.1+incompatible",
4045 )
4046 go_repository(
4047 name = "com_github_peterbourgon_ff",
4048 build_file_proto_mode = "disable_global",
4049 importpath = "github.com/peterbourgon/ff",
4050 sum = "h1:hknvTgsh90jNBIjPq7xeq32Y9AmSbpXvjrFW4sJwW+A=",
4051 version = "v1.7.0",
4052 )
4053
4054 go_repository(
4055 name = "com_github_peterbourgon_ff_v3",
4056 build_file_proto_mode = "disable_global",
4057 importpath = "github.com/peterbourgon/ff/v3",
4058 sum = "h1:5JAeDK5j/zhKFjyHEZQXwXBoDijERaos10RE+xamOsY=",
4059 version = "v3.1.0",
4060 )
4061 go_repository(
4062 name = "com_github_phayes_checkstyle",
4063 build_file_proto_mode = "disable_global",
4064 importpath = "github.com/phayes/checkstyle",
4065 sum = "h1:CdDQnGF8Nq9ocOS/xlSptM1N3BbrA6/kmaep5ggwaIA=",
4066 version = "v0.0.0-20170904204023-bfd46e6a821d",
4067 )
4068
4069 go_repository(
4070 name = "com_github_phayes_freeport",
4071 build_file_proto_mode = "disable_global",
4072 importpath = "github.com/phayes/freeport",
4073 sum = "h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=",
4074 version = "v0.0.0-20180830031419-95f893ade6f2",
4075 )
4076 go_repository(
4077 name = "com_github_pierrec_lz4",
4078 build_file_proto_mode = "disable_global",
4079 importpath = "github.com/pierrec/lz4",
4080 sum = "h1:WCjObylUIOlKy/+7Abdn34TLIkXiA4UWUMhxq9m9ZXI=",
4081 version = "v2.5.2+incompatible",
4082 )
4083
4084 go_repository(
4085 name = "com_github_pkg_errors",
4086 build_file_proto_mode = "disable_global",
4087 importpath = "github.com/pkg/errors",
4088 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
4089 version = "v0.9.1",
4090 )
4091 go_repository(
4092 name = "com_github_pkg_profile",
4093 build_file_proto_mode = "disable_global",
4094 importpath = "github.com/pkg/profile",
4095 sum = "h1:042Buzk+NhDI+DeSAA62RwJL8VAuZUMQZUjCsRz1Mug=",
4096 version = "v1.5.0",
4097 )
4098
4099 go_repository(
4100 name = "com_github_pmezard_go_difflib",
4101 build_file_proto_mode = "disable_global",
4102 importpath = "github.com/pmezard/go-difflib",
4103 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
4104 version = "v1.0.0",
4105 )
4106 go_repository(
4107 name = "com_github_posener_complete",
4108 build_file_proto_mode = "disable_global",
4109 importpath = "github.com/posener/complete",
4110 sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=",
4111 version = "v1.1.1",
4112 )
4113
4114 go_repository(
4115 name = "com_github_pquerna_cachecontrol",
4116 build_file_proto_mode = "disable_global",
4117 importpath = "github.com/pquerna/cachecontrol",
4118 sum = "h1:0XM1XL/OFFJjXsYXlG30spTkV/E9+gmd5GD1w2HE8xM=",
4119 version = "v0.0.0-20171018203845-0dec1b30a021",
4120 )
4121
4122 go_repository(
4123 name = "com_github_prometheus_client_golang",
4124 build_file_proto_mode = "disable_global",
4125 importpath = "github.com/prometheus/client_golang",
4126 sum = "h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=",
4127 version = "v1.11.0",
4128 )
4129 go_repository(
4130 name = "com_github_prometheus_client_model",
4131 build_file_proto_mode = "disable_global",
4132 importpath = "github.com/prometheus/client_model",
4133 sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=",
4134 version = "v0.2.0",
4135 )
4136 go_repository(
4137 name = "com_github_prometheus_common",
4138 build_file_proto_mode = "disable_global",
4139 importpath = "github.com/prometheus/common",
4140 sum = "h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ=",
4141 version = "v0.26.0",
4142 )
4143 go_repository(
4144 name = "com_github_prometheus_procfs",
4145 build_file_proto_mode = "disable_global",
4146 importpath = "github.com/prometheus/procfs",
4147 sum = "h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=",
4148 version = "v0.6.0",
4149 )
4150 go_repository(
4151 name = "com_github_prometheus_tsdb",
4152 build_file_proto_mode = "disable_global",
4153 importpath = "github.com/prometheus/tsdb",
4154 sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
4155 version = "v0.7.1",
4156 )
4157
4158 go_repository(
4159 name = "com_github_puerkitobio_purell",
4160 build_file_proto_mode = "disable_global",
4161 importpath = "github.com/PuerkitoBio/purell",
4162 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
4163 version = "v1.1.1",
4164 )
4165 go_repository(
4166 name = "com_github_puerkitobio_urlesc",
4167 build_file_proto_mode = "disable_global",
4168 importpath = "github.com/PuerkitoBio/urlesc",
4169 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
4170 version = "v0.0.0-20170810143723-de5bf2ad4578",
4171 )
4172 go_repository(
4173 name = "com_github_qri_io_jsonpointer",
4174 build_file_proto_mode = "disable_global",
4175 importpath = "github.com/qri-io/jsonpointer",
4176 sum = "h1:prVZBZLL6TW5vsSB9fFHFAMBLI4b0ri5vribQlTJiBA=",
4177 version = "v0.1.1",
4178 )
4179 go_repository(
4180 name = "com_github_qri_io_jsonschema",
4181 build_file_proto_mode = "disable_global",
4182 importpath = "github.com/qri-io/jsonschema",
4183 sum = "h1:is8lirh3HYwTkC0e+4jL/vWEHwzPLojnl4FWkUoeEPU=",
4184 version = "v0.2.0",
4185 )
4186 go_repository(
4187 name = "com_github_quasilyte_go_consistent",
4188 build_file_proto_mode = "disable_global",
4189 importpath = "github.com/quasilyte/go-consistent",
4190 sum = "h1:JoUA0uz9U0FVFq5p4LjEq4C0VgQ0El320s3Ms0V4eww=",
4191 version = "v0.0.0-20190521200055-c6f3937de18c",
4192 )
4193 go_repository(
4194 name = "com_github_quasilyte_go_ruleguard",
4195 build_file_proto_mode = "disable_global",
4196 importpath = "github.com/quasilyte/go-ruleguard",
4197 sum = "h1:DvnesvLtRPQOvaUbfXfh0tpMHg29by0H7F2U+QIkSu8=",
4198 version = "v0.1.2-0.20200318202121-b00d7a75d3d8",
4199 )
4200
4201 go_repository(
4202 name = "com_github_rcrowley_go_metrics",
4203 build_file_proto_mode = "disable_global",
4204 importpath = "github.com/rcrowley/go-metrics",
4205 sum = "h1:MkV+77GLUNo5oJ0jf870itWm3D0Sjh7+Za9gazKc5LQ=",
4206 version = "v0.0.0-20200313005456-10cdbea86bc0",
4207 )
4208
4209 go_repository(
4210 name = "com_github_remyoudompheng_bigfft",
4211 build_file_proto_mode = "disable_global",
4212 importpath = "github.com/remyoudompheng/bigfft",
4213 sum = "h1:/NRJ5vAYoqz+7sG51ubIDHXeWO8DlTSrToPu6q11ziA=",
4214 version = "v0.0.0-20170806203942-52369c62f446",
4215 )
4216 go_repository(
4217 name = "com_github_robertkrimen_otto",
4218 build_file_proto_mode = "disable_global",
4219 importpath = "github.com/robertkrimen/otto",
4220 sum = "h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=",
4221 version = "v0.0.0-20200922221731-ef014fd054ac",
4222 )
4223
4224 go_repository(
4225 name = "com_github_rogpeppe_fastuuid",
4226 build_file_proto_mode = "disable_global",
4227 importpath = "github.com/rogpeppe/fastuuid",
4228- sum = "h1:INyGLmTCMGFr6OVIb977ghJvABML2CMVjPoRfNDdYDo=",
4229- version = "v1.1.0",
4230+ sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=",
4231+ version = "v1.2.0",
4232 )
4233 go_repository(
4234 name = "com_github_rogpeppe_go_internal",
4235 build_file_proto_mode = "disable_global",
4236 importpath = "github.com/rogpeppe/go-internal",
4237 sum = "h1:qLvObTrvO/XRCqmkKxUlOBc48bI3efyDuAZe25QiF0w=",
4238 version = "v1.5.2",
4239 )
4240 go_repository(
4241 name = "com_github_rs_cors",
4242 build_file_proto_mode = "disable_global",
4243 importpath = "github.com/rs/cors",
4244 sum = "h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=",
4245 version = "v1.6.0",
4246 )
4247
4248 go_repository(
4249 name = "com_github_rs_xid",
4250 build_file_proto_mode = "disable_global",
4251 importpath = "github.com/rs/xid",
4252 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
4253 version = "v1.2.1",
4254 )
4255 go_repository(
4256 name = "com_github_rs_zerolog",
4257 build_file_proto_mode = "disable_global",
4258 importpath = "github.com/rs/zerolog",
4259 sum = "h1:Q3vdXlfLNT+OftyBHsU0Y445MD+8m8axjKgf2si0QcM=",
4260 version = "v1.21.0",
4261 )
4262 go_repository(
4263 name = "com_github_rubenv_sql_migrate",
4264 build_file_proto_mode = "disable_global",
4265 importpath = "github.com/rubenv/sql-migrate",
4266 sum = "h1:HXr/qUllAWv9riaI4zh2eXWKmCSDqVS/XH1MRHLKRwk=",
4267 version = "v0.0.0-20200616145509-8d140a17f351",
4268 )
4269
4270 go_repository(
4271 name = "com_github_rubiojr_go_vhd",
4272 build_file_proto_mode = "disable_global",
4273 importpath = "github.com/rubiojr/go-vhd",
4274 sum = "h1:ht7N4d/B7Ezf58nvMNVF3OlvDlz9pp+WHVcRNS0nink=",
4275 version = "v0.0.0-20160810183302-0bfd3b39853c",
4276 )
4277 go_repository(
4278 name = "com_github_russellhaering_goxmldsig",
4279 build_file_proto_mode = "disable_global",
4280 importpath = "github.com/russellhaering/goxmldsig",
4281 sum = "h1:lK/zeJie2sqG52ZAlPNn1oBBqsIsEKypUUBGpYYF6lk=",
4282 version = "v1.1.0",
4283 )
4284 go_repository(
4285 name = "com_github_russross_blackfriday",
4286 build_file_proto_mode = "disable_global",
4287 importpath = "github.com/russross/blackfriday",
4288 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
4289 version = "v1.5.2",
4290 )
4291
4292 go_repository(
4293 name = "com_github_russross_blackfriday_v2",
4294 build_file_proto_mode = "disable_global",
4295 importpath = "github.com/russross/blackfriday/v2",
4296 sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
4297 version = "v2.1.0",
4298 )
4299 go_repository(
4300 name = "com_github_ryancurrah_gomodguard",
4301 build_file_proto_mode = "disable_global",
4302 importpath = "github.com/ryancurrah/gomodguard",
4303 sum = "h1:DWbye9KyMgytn8uYpuHkwf0RHqAYO6Ay/D0TbCpPtVU=",
4304 version = "v1.1.0",
4305 )
4306
4307 go_repository(
4308 name = "com_github_ryanuber_columnize",
4309 build_file_proto_mode = "disable_global",
4310 importpath = "github.com/ryanuber/columnize",
4311 sum = "h1:j1Wcmh8OrK4Q7GXY+V7SVSY8nUWQxHW5TkBe7YUl+2s=",
4312 version = "v2.1.0+incompatible",
4313 )
4314 go_repository(
4315 name = "com_github_ryanuber_go_glob",
4316 build_file_proto_mode = "disable_global",
4317 importpath = "github.com/ryanuber/go-glob",
4318 sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=",
4319 version = "v1.0.0",
4320 )
4321 go_repository(
4322 name = "com_github_sabhiram_go_gitignore",
4323 build_file_proto_mode = "disable_global",
4324 importpath = "github.com/sabhiram/go-gitignore",
4325 sum = "h1:G04eS0JkAIVZfaJLjla9dNxkJCPiKIGZlw9AfOhzOD0=",
4326 version = "v0.0.0-20180611051255-d3107576ba94",
4327 )
4328
4329 go_repository(
4330 name = "com_github_safchain_ethtool",
4331 build_file_proto_mode = "disable_global",
4332 importpath = "github.com/safchain/ethtool",
4333 sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=",
4334 version = "v0.0.0-20190326074333-42ed695e3de8",
4335 )
4336
4337 go_repository(
4338 name = "com_github_samuel_go_zookeeper",
4339 build_file_proto_mode = "disable_global",
4340 importpath = "github.com/samuel/go-zookeeper",
4341 sum = "h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=",
4342 version = "v0.0.0-20190923202752-2cc03de413da",
4343 )
4344 go_repository(
4345 name = "com_github_sassoftware_go_rpmutils",
4346 build_file_proto_mode = "disable_global",
4347 importpath = "github.com/sassoftware/go-rpmutils",
4348 sum = "h1:+gCnWOZV8Z/8jehJ2CdqB47Z3S+SREmQcuXkRFLNsiI=",
4349 version = "v0.0.0-20190420191620-a8f1baeba37b",
4350 )
4351
4352 go_repository(
4353 name = "com_github_satori_go_uuid",
4354 build_file_proto_mode = "disable_global",
4355 importpath = "github.com/satori/go.uuid",
4356 sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
4357 version = "v1.2.0",
4358 )
4359
4360 go_repository(
4361 name = "com_github_sclevine_spec",
4362 build_file_proto_mode = "disable_global",
4363 importpath = "github.com/sclevine/spec",
4364 sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=",
4365 version = "v1.2.0",
4366 )
4367 go_repository(
4368 name = "com_github_sean_seed",
4369 build_file_proto_mode = "disable_global",
4370 importpath = "github.com/sean-/seed",
4371 sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=",
4372 version = "v0.0.0-20170313163322-e2103e2c3529",
4373 )
4374 go_repository(
4375 name = "com_github_seccomp_libseccomp_golang",
4376 build_file_proto_mode = "disable_global",
4377 importpath = "github.com/seccomp/libseccomp-golang",
4378 sum = "h1:NJjM5DNFOs0s3kYE1WUOr6G8V97sdt46rlXTMfXGWBo=",
4379 version = "v0.9.1",
4380 )
4381 go_repository(
4382 name = "com_github_securego_gosec",
4383 build_file_proto_mode = "disable_global",
4384 importpath = "github.com/securego/gosec",
4385 sum = "h1:rq2/kILQnPtq5oL4+IAjgVOjh5e2yj2aaCYi7squEvI=",
4386 version = "v0.0.0-20200401082031-e946c8c39989",
4387 )
4388 go_repository(
4389 name = "com_github_securego_gosec_v2",
4390 build_file_proto_mode = "disable_global",
4391 importpath = "github.com/securego/gosec/v2",
4392 sum = "h1:y/9mCF2WPDbSDpL3QDWZD3HHGrSYw0QSHnCqTfs4JPE=",
4393 version = "v2.3.0",
4394 )
4395
4396 go_repository(
4397 name = "com_github_sergi_go_diff",
4398 build_file_proto_mode = "disable_global",
4399 importpath = "github.com/sergi/go-diff",
4400 sum = "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=",
4401 version = "v1.1.0",
4402 )
4403 go_repository(
4404 name = "com_github_serialx_hashring",
4405 build_file_proto_mode = "disable_global",
4406 importpath = "github.com/serialx/hashring",
4407 sum = "h1:ka9QPuQg2u4LGipiZGsgkg3rJCo4iIUCy75FddM0GRQ=",
4408 version = "v0.0.0-20190422032157-8b2912629002",
4409 )
4410 go_repository(
4411 name = "com_github_shirou_gopsutil",
4412 build_file_proto_mode = "disable_global",
4413 importpath = "github.com/shirou/gopsutil",
4414 sum = "h1:WokF3GuxBeL+n4Lk4Fa8v9mbdjlrl7bHuneF4N1bk2I=",
4415 version = "v0.0.0-20190901111213-e4ec7b275ada",
4416 )
4417 go_repository(
4418 name = "com_github_shirou_w32",
4419 build_file_proto_mode = "disable_global",
4420 importpath = "github.com/shirou/w32",
4421 sum = "h1:udFKJ0aHUL60LboW/A+DfgoHVedieIzIXE8uylPue0U=",
4422 version = "v0.0.0-20160930032740-bb4de0191aa4",
4423 )
4424
4425 go_repository(
4426 name = "com_github_shopify_logrus_bugsnag",
4427 build_file_proto_mode = "disable_global",
4428 importpath = "github.com/Shopify/logrus-bugsnag",
4429 sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=",
4430 version = "v0.0.0-20171204204709-577dee27f20d",
4431 )
4432 go_repository(
4433 name = "com_github_shopify_sarama",
4434 build_file_proto_mode = "disable_global",
4435 importpath = "github.com/Shopify/sarama",
4436 sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=",
4437 version = "v1.19.0",
4438 )
4439 go_repository(
4440 name = "com_github_shopify_toxiproxy",
4441 build_file_proto_mode = "disable_global",
4442 importpath = "github.com/Shopify/toxiproxy",
4443 sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=",
4444 version = "v2.1.4+incompatible",
4445 )
4446 go_repository(
4447 name = "com_github_shopspring_decimal",
4448 build_file_proto_mode = "disable_global",
4449 importpath = "github.com/shopspring/decimal",
4450 sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=",
4451 version = "v1.2.0",
4452 )
4453
4454 go_repository(
4455 name = "com_github_shurcool_githubv4",
4456 build_file_proto_mode = "disable_global",
4457 importpath = "github.com/shurcooL/githubv4",
4458 sum = "h1:T9uus1QvcPgeLShS30YOnnzk3r9Vvygp45muhlrufgY=",
4459 version = "v0.0.0-20191127044304-8f68eb5628d0",
4460 )
4461 go_repository(
4462 name = "com_github_shurcool_go",
4463 build_file_proto_mode = "disable_global",
4464 importpath = "github.com/shurcooL/go",
4465 sum = "h1:MZM7FHLqUHYI0Y/mQAt3d2aYa0SiNms/hFqC9qJYolM=",
4466 version = "v0.0.0-20180423040247-9e1955d9fb6e",
4467 )
4468 go_repository(
4469 name = "com_github_shurcool_go_goon",
4470 build_file_proto_mode = "disable_global",
4471 importpath = "github.com/shurcooL/go-goon",
4472 sum = "h1:llrF3Fs4018ePo4+G/HV/uQUqEI1HMDjCeOf2V6puPc=",
4473 version = "v0.0.0-20170922171312-37c2f522c041",
4474 )
4475
4476 go_repository(
4477 name = "com_github_shurcool_graphql",
4478 build_file_proto_mode = "disable_global",
4479 importpath = "github.com/shurcooL/graphql",
4480 sum = "h1:tygelZueB1EtXkPI6mQ4o9DQ0+FKW41hTbunoXZCTqk=",
4481 version = "v0.0.0-20181231061246-d48a9a75455f",
4482 )
4483 go_repository(
4484 name = "com_github_shurcool_httpfs",
4485 build_file_proto_mode = "disable_global",
4486 importpath = "github.com/shurcooL/httpfs",
4487 sum = "h1:SWV2fHctRpRrp49VXJ6UZja7gU9QLHwRpIPBN89SKEo=",
4488 version = "v0.0.0-20171119174359-809beceb2371",
4489 )
4490
4491 go_repository(
4492 name = "com_github_shurcool_sanitized_anchor_name",
4493 build_file_proto_mode = "disable_global",
4494 importpath = "github.com/shurcooL/sanitized_anchor_name",
4495 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
4496 version = "v1.0.0",
4497 )
4498 go_repository(
4499 name = "com_github_shurcool_vfsgen",
4500 build_file_proto_mode = "disable_global",
4501 importpath = "github.com/shurcooL/vfsgen",
4502 sum = "h1:JJV9CsgM9EC9w2iVkwuz+sMx8yRFe89PJRUrv6hPCIA=",
4503 version = "v0.0.0-20180121065927-ffb13db8def0",
4504 )
4505
4506 go_repository(
4507 name = "com_github_sirupsen_logrus",
4508 build_file_proto_mode = "disable_global",
4509 importpath = "github.com/sirupsen/logrus",
4510 sum = "h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=",
4511 version = "v1.8.1",
4512 )
4513
4514 go_repository(
4515 name = "com_github_smartystreets_assertions",
4516 build_file_proto_mode = "disable_global",
4517 importpath = "github.com/smartystreets/assertions",
4518 sum = "h1:UVQPSSmc3qtTi+zPPkCXvZX9VvW/xT/NsRvKfwY81a8=",
4519 version = "v1.0.0",
4520 )
4521 go_repository(
4522 name = "com_github_smartystreets_go_aws_auth",
4523 build_file_proto_mode = "disable_global",
4524 importpath = "github.com/smartystreets/go-aws-auth",
4525 sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=",
4526 version = "v0.0.0-20180515143844-0c1422d1fdb9",
4527 )
4528
4529 go_repository(
4530 name = "com_github_smartystreets_goconvey",
4531 build_file_proto_mode = "disable_global",
4532 importpath = "github.com/smartystreets/goconvey",
4533 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
4534 version = "v1.6.4",
4535 )
4536 go_repository(
4537 name = "com_github_smartystreets_gunit",
4538 build_file_proto_mode = "disable_global",
4539 importpath = "github.com/smartystreets/gunit",
4540 sum = "h1:RyPDUFcJbvtXlhJPk7v+wnxZRY2EUokhEYl2EJOPToI=",
4541 version = "v1.0.0",
4542 )
4543
4544 go_repository(
4545 name = "com_github_soheilhy_cmux",
4546 build_file_proto_mode = "disable_global",
4547 importpath = "github.com/soheilhy/cmux",
4548 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
4549 version = "v0.1.4",
4550 )
4551 go_repository(
4552 name = "com_github_sony_gobreaker",
4553 build_file_proto_mode = "disable_global",
4554 importpath = "github.com/sony/gobreaker",
4555 sum = "h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ=",
4556 version = "v0.4.1",
4557 )
4558 go_repository(
4559 name = "com_github_sourcegraph_go_diff",
4560 build_file_proto_mode = "disable_global",
4561 importpath = "github.com/sourcegraph/go-diff",
4562 sum = "h1:lhIKJ2nXLZZ+AfbHpYxTn0pXpNTTui0DX7DO3xeb1Zs=",
4563 version = "v0.5.3",
4564 )
4565
4566 go_repository(
4567 name = "com_github_spaolacci_murmur3",
4568 build_file_proto_mode = "disable_global",
4569 importpath = "github.com/spaolacci/murmur3",
4570 sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
4571 version = "v0.0.0-20180118202830-f09979ecbc72",
4572 )
4573 go_repository(
4574 name = "com_github_spf13_afero",
4575 build_file_proto_mode = "disable_global",
4576 importpath = "github.com/spf13/afero",
4577 sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
4578 version = "v1.2.2",
4579 )
4580 go_repository(
4581 name = "com_github_spf13_cast",
4582 build_file_proto_mode = "disable_global",
4583 importpath = "github.com/spf13/cast",
4584 sum = "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=",
4585 version = "v1.3.1",
4586 )
4587 go_repository(
4588 name = "com_github_spf13_cobra",
4589 build_file_proto_mode = "disable_global",
4590 importpath = "github.com/spf13/cobra",
4591 sum = "h1:xghbfqPkxzxP3C/f3n5DdpAbdKLj4ZE4BWQI362l53M=",
4592 version = "v1.1.3",
4593 )
4594 go_repository(
4595 name = "com_github_spf13_jwalterweatherman",
4596 build_file_proto_mode = "disable_global",
4597 importpath = "github.com/spf13/jwalterweatherman",
4598 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
4599 version = "v1.1.0",
4600 )
4601 go_repository(
4602 name = "com_github_spf13_pflag",
4603 build_file_proto_mode = "disable_global",
4604 importpath = "github.com/spf13/pflag",
4605 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
4606 version = "v1.0.5",
4607 )
4608 go_repository(
4609 name = "com_github_spf13_viper",
4610 build_file_proto_mode = "disable_global",
4611 importpath = "github.com/spf13/viper",
4612 sum = "h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM=",
4613 version = "v1.7.0",
4614 )
4615 go_repository(
4616 name = "com_github_stackexchange_wmi",
4617 build_file_proto_mode = "disable_global",
4618 importpath = "github.com/StackExchange/wmi",
4619 sum = "h1:fLjPD/aNc3UIOA6tDi6QXUemppXK3P9BI7mr2hd6gx8=",
4620 version = "v0.0.0-20180116203802-5d049714c4a6",
4621 )
4622
4623 go_repository(
4624 name = "com_github_stoewer_go_strcase",
4625 build_file_proto_mode = "disable_global",
4626 importpath = "github.com/stoewer/go-strcase",
4627 sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=",
4628 version = "v1.2.0",
4629 )
4630
4631 go_repository(
4632 name = "com_github_streadway_amqp",
4633 build_file_proto_mode = "disable_global",
4634 importpath = "github.com/streadway/amqp",
4635 sum = "h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw=",
4636 version = "v0.0.0-20190827072141-edfb9018d271",
4637 )
4638 go_repository(
4639 name = "com_github_streadway_handy",
4640 build_file_proto_mode = "disable_global",
4641 importpath = "github.com/streadway/handy",
4642 sum = "h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug=",
4643 version = "v0.0.0-20190108123426-d5acb3125c2a",
4644 )
4645
4646 go_repository(
4647 name = "com_github_stretchr_objx",
4648 build_file_proto_mode = "disable_global",
4649 importpath = "github.com/stretchr/objx",
4650 sum = "h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=",
4651 version = "v0.2.0",
4652 )
4653 go_repository(
4654 name = "com_github_stretchr_testify",
4655 build_file_proto_mode = "disable_global",
4656 importpath = "github.com/stretchr/testify",
4657 sum = "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=",
4658 version = "v1.7.0",
4659 )
4660 go_repository(
4661 name = "com_github_subosito_gotenv",
4662 build_file_proto_mode = "disable_global",
4663 importpath = "github.com/subosito/gotenv",
4664 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=",
4665 version = "v1.2.0",
4666 )
4667 go_repository(
4668 name = "com_github_syndtr_gocapability",
4669 build_file_proto_mode = "disable_global",
4670 importpath = "github.com/syndtr/gocapability",
4671 sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=",
4672 version = "v0.0.0-20200815063812-42c35b437635",
4673 )
4674 go_repository(
4675 name = "com_github_tarm_serial",
4676 build_file_proto_mode = "disable_global",
4677 importpath = "github.com/tarm/serial",
4678 sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=",
4679 version = "v0.0.0-20180830185346-98f6abe2eb07",
4680 )
4681
4682 go_repository(
4683 name = "com_github_tchap_go_patricia",
4684 build_file_proto_mode = "disable_global",
4685 importpath = "github.com/tchap/go-patricia",
4686 sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
4687 version = "v2.2.6+incompatible",
4688 )
4689 go_repository(
4690 name = "com_github_tdakkota_asciicheck",
4691 build_file_proto_mode = "disable_global",
4692 importpath = "github.com/tdakkota/asciicheck",
4693 sum = "h1:HxLVTlqcHhFAz3nWUcuvpH7WuOMv8LQoCWmruLfFH2U=",
4694 version = "v0.0.0-20200416200610-e657995f937b",
4695 )
4696 go_repository(
4697 name = "com_github_tetafro_godot",
4698 build_file_proto_mode = "disable_global",
4699 importpath = "github.com/tetafro/godot",
4700 sum = "h1:Dib7un+rYJFUi8vN0Bk6EHheKy6fv6ZzFURHw75g6m8=",
4701 version = "v0.4.2",
4702 )
4703 go_repository(
4704 name = "com_github_thoas_go_funk",
4705 build_file_proto_mode = "disable_global",
4706 importpath = "github.com/thoas/go-funk",
4707 sum = "h1:Yzu8aTjTb1sqHZzSZLBt4qaZrFfjNizhA7IfnefjEzo=",
4708 version = "v0.9.0",
4709 )
4710
4711 go_repository(
4712 name = "com_github_tidwall_gjson",
4713 build_file_proto_mode = "disable_global",
4714 importpath = "github.com/tidwall/gjson",
4715 sum = "h1:zmAN/xmX7OtpAkv4Ovfso60r/BiCi5IErCDYGNJu+uc=",
4716 version = "v1.7.5",
4717 )
4718 go_repository(
4719 name = "com_github_tidwall_match",
4720 build_file_proto_mode = "disable_global",
4721 importpath = "github.com/tidwall/match",
4722 sum = "h1:FQUVvBImDutD8wJLN6c5eMzWtjgONK9MwIBCOrUJKeE=",
4723 version = "v1.0.3",
4724 )
4725
4726 go_repository(
4727 name = "com_github_tidwall_pretty",
4728 build_file_proto_mode = "disable_global",
4729 importpath = "github.com/tidwall/pretty",
4730 sum = "h1:K3hMW5epkdAVwibsQEfR/7Zj0Qgt4DxtNumTq/VloO8=",
4731 version = "v1.1.0",
4732 )
4733 go_repository(
4734 name = "com_github_timakin_bodyclose",
4735 build_file_proto_mode = "disable_global",
4736 importpath = "github.com/timakin/bodyclose",
4737 sum = "h1:ig99OeTyDwQWhPe2iw9lwfQVF1KB3Q4fpP3X7/2VBG8=",
4738 version = "v0.0.0-20200424151742-cb6215831a94",
4739 )
4740 go_repository(
4741 name = "com_github_tj_assert",
4742 build_file_proto_mode = "disable_global",
4743 importpath = "github.com/tj/assert",
4744 sum = "h1:Rw8kxzWo1mr6FSaYXjQELRe88y2KdfynXdnK72rdjtA=",
4745 version = "v0.0.0-20171129193455-018094318fb0",
4746 )
4747 go_repository(
4748 name = "com_github_tj_go_elastic",
4749 build_file_proto_mode = "disable_global",
4750 importpath = "github.com/tj/go-elastic",
4751 sum = "h1:eGaGNxrtoZf/mBURsnNQKDR7u50Klgcf2eFDQEnc8Bc=",
4752 version = "v0.0.0-20171221160941-36157cbbebc2",
4753 )
4754 go_repository(
4755 name = "com_github_tj_go_kinesis",
4756 build_file_proto_mode = "disable_global",
4757 importpath = "github.com/tj/go-kinesis",
4758 sum = "h1:m74UWYy+HBs+jMFR9mdZU6shPewugMyH5+GV6LNgW8w=",
4759 version = "v0.0.0-20171128231115-08b17f58cb1b",
4760 )
4761 go_repository(
4762 name = "com_github_tj_go_spin",
4763 build_file_proto_mode = "disable_global",
4764 importpath = "github.com/tj/go-spin",
4765 sum = "h1:lhdWZsvImxvZ3q1C5OIB7d72DuOwP4O2NdBg9PyzNds=",
4766 version = "v1.1.0",
4767 )
4768
4769 go_repository(
4770 name = "com_github_tmc_grpc_websocket_proxy",
4771 build_file_proto_mode = "disable_global",
4772 importpath = "github.com/tmc/grpc-websocket-proxy",
4773 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
4774 version = "v0.0.0-20190109142713-0ad062ec5ee5",
4775 )
4776 go_repository(
4777 name = "com_github_tommy_muehle_go_mnd",
4778 build_file_proto_mode = "disable_global",
4779 importpath = "github.com/tommy-muehle/go-mnd",
4780 sum = "h1:RC4maTWLKKwb7p1cnoygsbKIgNlJqSYBeAFON3Ar8As=",
4781 version = "v1.3.1-0.20200224220436-e6f9a994e8fa",
4782 )
4783 go_repository(
4784 name = "com_github_tonistiigi_fsutil",
4785 build_file_proto_mode = "disable_global",
4786 importpath = "github.com/tonistiigi/fsutil",
4787 sum = "h1:014iQD8i8EabPWK2XgUuOTxg5s2nhfDmq6GupskfUO8=",
4788 version = "v0.0.0-20201103201449-0834f99b7b85",
4789 )
4790 go_repository(
4791 name = "com_github_tonistiigi_units",
4792 build_file_proto_mode = "disable_global",
4793 importpath = "github.com/tonistiigi/units",
4794 sum = "h1:SXhTLE6pb6eld/v/cCndK0AMpt1wiVFb/YYmqB3/QG0=",
4795 version = "v0.0.0-20180711220420-6950e57a87ea",
4796 )
4797
4798 go_repository(
4799 name = "com_github_tv42_httpunix",
4800 build_file_proto_mode = "disable_global",
4801 importpath = "github.com/tv42/httpunix",
4802 sum = "h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=",
4803 version = "v0.0.0-20150427012821-b75d8614f926",
4804 )
4805 go_repository(
4806 name = "com_github_uber_jaeger_client_go",
4807 build_file_proto_mode = "disable_global",
4808 importpath = "github.com/uber/jaeger-client-go",
4809 sum = "h1:IxcNZ7WRY1Y3G4poYlx24szfsn/3LvK9QHCq9oQw8+U=",
4810 version = "v2.25.0+incompatible",
4811 )
4812 go_repository(
4813 name = "com_github_uber_jaeger_lib",
4814 build_file_proto_mode = "disable_global",
4815 importpath = "github.com/uber/jaeger-lib",
4816 sum = "h1:MxZXOiR2JuoANZ3J6DE/U0kSFv/eJ/GfSYVCjK7dyaw=",
4817 version = "v2.2.0+incompatible",
4818 )
4819 go_repository(
4820 name = "com_github_udacity_graphb",
4821 build_file_proto_mode = "disable_global",
4822 importpath = "github.com/udacity/graphb",
4823 sum = "h1:rM+Y8sWxT/pBMrQ3zlWWXpoF/1qxvWBFqqwia6ZYxTA=",
4824 version = "v0.0.0-20190520214654-912b8fd361d7",
4825 )
4826
4827 go_repository(
4828 name = "com_github_ugorji_go",
4829 build_file_proto_mode = "disable_global",
4830 importpath = "github.com/ugorji/go",
4831 sum = "h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=",
4832 version = "v1.1.7",
4833 )
4834 go_repository(
4835 name = "com_github_ugorji_go_codec",
4836 build_file_proto_mode = "disable_global",
4837 importpath = "github.com/ugorji/go/codec",
4838 sum = "h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=",
4839 version = "v1.1.7",
4840 )
4841 go_repository(
4842 name = "com_github_ulikunitz_xz",
4843 build_file_proto_mode = "disable_global",
4844 importpath = "github.com/ulikunitz/xz",
4845 sum = "h1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4=",
4846 version = "v0.5.7",
4847 )
4848 go_repository(
4849 name = "com_github_ultraware_funlen",
4850 build_file_proto_mode = "disable_global",
4851 importpath = "github.com/ultraware/funlen",
4852 sum = "h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbdo=",
4853 version = "v0.0.2",
4854 )
4855 go_repository(
4856 name = "com_github_ultraware_whitespace",
4857 build_file_proto_mode = "disable_global",
4858 importpath = "github.com/ultraware/whitespace",
4859 sum = "h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg=",
4860 version = "v0.0.4",
4861 )
4862
4863 go_repository(
4864 name = "com_github_urfave_cli",
4865 build_file_proto_mode = "disable_global",
4866 importpath = "github.com/urfave/cli",
4867 sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=",
4868 version = "v1.22.2",
4869 )
4870 go_repository(
4871 name = "com_github_urfave_cli_v2",
4872 build_file_proto_mode = "disable_global",
4873 importpath = "github.com/urfave/cli/v2",
4874 sum = "h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=",
4875 version = "v2.3.0",
4876 )
4877 go_repository(
4878 name = "com_github_uudashr_gocognit",
4879 build_file_proto_mode = "disable_global",
4880 importpath = "github.com/uudashr/gocognit",
4881 sum = "h1:MoG2fZ0b/Eo7NXoIwCVFLG5JED3qgQz5/NEE+rOsjPs=",
4882 version = "v1.0.1",
4883 )
4884 go_repository(
4885 name = "com_github_valyala_bytebufferpool",
4886 build_file_proto_mode = "disable_global",
4887 importpath = "github.com/valyala/bytebufferpool",
4888 sum = "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=",
4889 version = "v1.0.0",
4890 )
4891 go_repository(
4892 name = "com_github_valyala_fasthttp",
4893 build_file_proto_mode = "disable_global",
4894 importpath = "github.com/valyala/fasthttp",
4895 sum = "h1:dzZJf2IuMiclVjdw0kkT+f9u4YdrapbNyGAN47E/qnk=",
4896 version = "v1.2.0",
4897 )
4898 go_repository(
4899 name = "com_github_valyala_quicktemplate",
4900 build_file_proto_mode = "disable_global",
4901 importpath = "github.com/valyala/quicktemplate",
4902 sum = "h1:BaO1nHTkspYzmAjPXj0QiDJxai96tlcZyKcI9dyEGvM=",
4903 version = "v1.2.0",
4904 )
4905 go_repository(
4906 name = "com_github_valyala_tcplisten",
4907 build_file_proto_mode = "disable_global",
4908 importpath = "github.com/valyala/tcplisten",
4909 sum = "h1:0R4NLDRDZX6JcmhJgXi5E4b8Wg84ihbmUKp/GvSPEzc=",
4910 version = "v0.0.0-20161114210144-ceec8f93295a",
4911 )
4912
4913 go_repository(
4914 name = "com_github_vdemeester_k8s_pkg_credentialprovider",
4915 build_file_proto_mode = "disable_global",
4916 importpath = "github.com/vdemeester/k8s-pkg-credentialprovider",
4917 sum = "h1:lWvSzFrGhtYgApDvR5X+43rqfpLzRumLzypyL1YhDww=",
4918 version = "v1.18.1-0.20201019120933-f1d16962a4db",
4919 )
4920 go_repository(
4921 name = "com_github_vektah_dataloaden",
4922 build_file_proto_mode = "disable_global",
4923 importpath = "github.com/vektah/dataloaden",
4924 sum = "h1:+w0Zm/9gaWpEAyDlU1eKOuk5twTjAjuevXqcJJw8hrg=",
4925 version = "v0.2.1-0.20190515034641-a19b9a6e7c9e",
4926 )
4927
4928 go_repository(
4929 name = "com_github_vektah_gqlparser_v2",
4930 build_file_proto_mode = "disable_global",
4931 importpath = "github.com/vektah/gqlparser/v2",
4932 sum = "h1:uiKJ+T5HMGGQM2kRKQ8Pxw8+Zq9qhhZhz/lieYvCMns=",
4933 version = "v2.1.0",
4934 )
4935
4936 go_repository(
4937 name = "com_github_vishvananda_netlink",
4938 build_file_proto_mode = "disable_global",
4939 importpath = "github.com/vishvananda/netlink",
4940 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
4941 version = "v1.1.0",
4942 )
4943 go_repository(
4944 name = "com_github_vishvananda_netns",
4945 build_file_proto_mode = "disable_global",
4946 importpath = "github.com/vishvananda/netns",
4947 sum = "h1:OviZH7qLw/7ZovXvuNyL3XQl8UFofeikI1NW1Gypu7k=",
4948 version = "v0.0.0-20191106174202-0a2b9b5464df",
4949 )
4950
4951 go_repository(
4952 name = "com_github_vividcortex_gohistogram",
4953 build_file_proto_mode = "disable_global",
4954 importpath = "github.com/VividCortex/gohistogram",
4955 sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=",
4956 version = "v1.0.0",
4957 )
4958
4959 go_repository(
4960 name = "com_github_vmware_govmomi",
4961 build_file_proto_mode = "disable_global",
4962 importpath = "github.com/vmware/govmomi",
4963 sum = "h1:gpw/0Ku+6RgF3jsi7fnCLmlcikBHfKBCUcu1qgc16OU=",
4964 version = "v0.20.3",
4965 )
4966 go_repository(
4967 name = "com_github_willf_bitset",
4968 build_file_proto_mode = "disable_global",
4969 importpath = "github.com/willf/bitset",
4970 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
4971 version = "v1.1.11",
4972 )
4973 go_repository(
4974 name = "com_github_xanzy_go_gitlab",
4975 build_file_proto_mode = "disable_global",
4976 importpath = "github.com/xanzy/go-gitlab",
4977 sum = "h1:tBm+OXv1t+KBsqlXkSDFz+YUjRM0GFsjpOWYOod3Ebs=",
4978 version = "v0.32.0",
4979 )
4980 go_repository(
4981 name = "com_github_xanzy_ssh_agent",
4982 build_file_proto_mode = "disable_global",
4983 importpath = "github.com/xanzy/ssh-agent",
4984 sum = "h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=",
4985 version = "v0.3.0",
4986 )
4987
4988 go_repository(
4989 name = "com_github_xdg_go_pbkdf2",
4990 build_file_proto_mode = "disable_global",
4991 importpath = "github.com/xdg-go/pbkdf2",
4992 sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=",
4993 version = "v1.0.0",
4994 )
4995 go_repository(
4996 name = "com_github_xdg_go_scram",
4997 build_file_proto_mode = "disable_global",
4998 importpath = "github.com/xdg-go/scram",
4999 sum = "h1:akYIkZ28e6A96dkWNJQu3nmCzH3YfwMPQExUYDaRv7w=",
5000 version = "v1.0.2",
5001 )
5002 go_repository(
5003 name = "com_github_xdg_go_stringprep",
5004 build_file_proto_mode = "disable_global",
5005 importpath = "github.com/xdg-go/stringprep",
5006 sum = "h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=",
5007 version = "v1.0.2",
5008 )
5009
5010 go_repository(
5011 name = "com_github_xeipuuv_gojsonpointer",
5012 build_file_proto_mode = "disable_global",
5013 importpath = "github.com/xeipuuv/gojsonpointer",
5014 sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=",
5015 version = "v0.0.0-20180127040702-4e3ac2762d5f",
5016 )
5017 go_repository(
5018 name = "com_github_xeipuuv_gojsonreference",
5019 build_file_proto_mode = "disable_global",
5020 importpath = "github.com/xeipuuv/gojsonreference",
5021 sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=",
5022 version = "v0.0.0-20180127040603-bd5ef7bd5415",
5023 )
5024 go_repository(
5025 name = "com_github_xeipuuv_gojsonschema",
5026 build_file_proto_mode = "disable_global",
5027 importpath = "github.com/xeipuuv/gojsonschema",
5028 sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=",
5029 version = "v1.2.0",
5030 )
5031 go_repository(
5032 name = "com_github_xi2_xz",
5033 build_file_proto_mode = "disable_global",
5034 importpath = "github.com/xi2/xz",
5035 sum = "h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=",
5036 version = "v0.0.0-20171230120015-48954b6210f8",
5037 )
5038
5039 go_repository(
5040 name = "com_github_xiang90_probing",
5041 build_file_proto_mode = "disable_global",
5042 importpath = "github.com/xiang90/probing",
5043 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
5044 version = "v0.0.0-20190116061207-43a291ad63a2",
5045 )
5046 go_repository(
5047 name = "com_github_xlab_treeprint",
5048 build_file_proto_mode = "disable_global",
5049 importpath = "github.com/xlab/treeprint",
5050 sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=",
5051 version = "v0.0.0-20181112141820-a009c3971eca",
5052 )
5053 go_repository(
5054 name = "com_github_xordataexchange_crypt",
5055 build_file_proto_mode = "disable_global",
5056 importpath = "github.com/xordataexchange/crypt",
5057 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
5058 version = "v0.0.3-0.20170626215501-b2862e3d0a77",
5059 )
5060 go_repository(
5061 name = "com_github_youmark_pkcs8",
5062 build_file_proto_mode = "disable_global",
5063 importpath = "github.com/youmark/pkcs8",
5064 sum = "h1:fZHgsYlfvtyqToslyjUt3VOPF4J7aK/3MPcK7xp3PDk=",
5065 version = "v0.0.0-20201027041543-1326539a0a0a",
5066 )
5067
5068 go_repository(
5069 name = "com_github_yuin_goldmark",
5070 build_file_proto_mode = "disable_global",
5071 importpath = "github.com/yuin/goldmark",
5072 sum = "h1:dPmz1Snjq0kmkz159iL7S6WzdahUTHnHB5M56WFVifs=",
5073 version = "v1.3.5",
5074 )
5075 go_repository(
5076 name = "com_github_yvasiyarov_go_metrics",
5077 build_file_proto_mode = "disable_global",
5078 importpath = "github.com/yvasiyarov/go-metrics",
5079 sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=",
5080 version = "v0.0.0-20140926110328-57bccd1ccd43",
5081 )
5082 go_repository(
5083 name = "com_github_yvasiyarov_gorelic",
5084 build_file_proto_mode = "disable_global",
5085 importpath = "github.com/yvasiyarov/gorelic",
5086 sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=",
5087 version = "v0.0.0-20141212073537-a9bba5b9ab50",
5088 )
5089 go_repository(
5090 name = "com_github_yvasiyarov_newrelic_platform_go",
5091 build_file_proto_mode = "disable_global",
5092 importpath = "github.com/yvasiyarov/newrelic_platform_go",
5093 sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=",
5094 version = "v0.0.0-20140908184405-b21fdbd4370f",
5095 )
5096
5097 go_repository(
5098 name = "com_github_zenazn_goji",
5099 build_file_proto_mode = "disable_global",
5100 importpath = "github.com/zenazn/goji",
5101 sum = "h1:mXV20Aj/BdWrlVzIn1kXFa+Tq62INlUi0cFFlztTaK0=",
5102 version = "v0.9.1-0.20160507202103-64eb34159fe5",
5103 )
5104 go_repository(
5105 name = "com_github_ziutek_mymysql",
5106 build_file_proto_mode = "disable_global",
5107 importpath = "github.com/ziutek/mymysql",
5108 sum = "h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=",
5109 version = "v1.5.4",
5110 )
5111
5112 go_repository(
5113 name = "com_google_cloud_go",
5114 build_file_proto_mode = "disable_global",
5115 importpath = "cloud.google.com/go",
5116- sum = "h1:at8Tk2zUz63cLPR0JPWm5vp77pEZmzxEQBEfRKn1VV8=",
5117- version = "v0.81.0",
5118+ sum = "h1:DwuSvDZ1pTYGbXo8yOJevCTr3BoBlE+OVkHAKiYQUXc=",
5119+ version = "v0.94.1",
5120 )
5121 go_repository(
5122 name = "com_google_cloud_go_bigquery",
5123 build_file_proto_mode = "disable_global",
5124 importpath = "cloud.google.com/go/bigquery",
5125 sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=",
5126 version = "v1.8.0",
5127 )
5128 go_repository(
5129 name = "com_google_cloud_go_datastore",
5130 build_file_proto_mode = "disable_global",
5131 importpath = "cloud.google.com/go/datastore",
5132 sum = "h1:/May9ojXjRkPBNVrq+oWLqmWCkr4OU5uRY29bu0mRyQ=",
5133 version = "v1.1.0",
5134 )
5135 go_repository(
5136 name = "com_google_cloud_go_firestore",
5137 build_file_proto_mode = "disable_global",
5138 importpath = "cloud.google.com/go/firestore",
5139 sum = "h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY=",
5140 version = "v1.1.0",
5141 )
5142 go_repository(
5143 name = "com_google_cloud_go_logging",
5144 build_file_proto_mode = "disable_global",
5145 importpath = "cloud.google.com/go/logging",
5146 sum = "h1:Mu2Q75VBDQlW1HlBMjTX4X84UFR73G1TiLlRYc/b7tA=",
5147 version = "v1.4.2",
5148 )
5149
5150 go_repository(
5151 name = "com_google_cloud_go_pubsub",
5152 build_file_proto_mode = "disable_global",
5153 importpath = "cloud.google.com/go/pubsub",
5154 sum = "h1:ukjixP1wl0LpnZ6LWtZJ0mX5tBmjp1f8Sqer8Z2OMUU=",
5155 version = "v1.3.1",
5156 )
5157+ go_repository(
5158+ name = "com_google_cloud_go_secretmanager",
5159+ build_file_proto_mode = "disable_global",
5160+ importpath = "cloud.google.com/go/secretmanager",
5161+ sum = "h1:ovHBlQ62xZxSmnf4RarqU45rSYl+QB/FkzZGvE/FjWI=",
5162+ version = "v0.1.0",
5163+ )
5164+
5165 go_repository(
5166 name = "com_google_cloud_go_storage",
5167 build_file_proto_mode = "disable_global",
5168 importpath = "cloud.google.com/go/storage",
5169- sum = "h1:STgFzyU5/8miMl0//zKh2aQeTyeaUH3WN9bSUiJ09bA=",
5170- version = "v1.10.0",
5171+ sum = "h1:sMEIc4wxvoY3NXG7Rn9iP7jb/2buJgWR1vNXCR/UPfs=",
5172+ version = "v1.16.1",
5173 )
5174 go_repository(
5175 name = "com_shuralyov_dmitri_gpu_mtl",
5176 build_file_proto_mode = "disable_global",
5177 importpath = "dmitri.shuralyov.com/gpu/mtl",
5178 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
5179 version = "v0.0.0-20190408044501-666a987793e9",
5180 )
5181 go_repository(
5182 name = "com_sourcegraph_sourcegraph_appdash",
5183 build_file_proto_mode = "disable_global",
5184 importpath = "sourcegraph.com/sourcegraph/appdash",
5185 sum = "h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM=",
5186 version = "v0.0.0-20190731080439-ebfcffb1b5c0",
5187 )
5188 go_repository(
5189 name = "com_sourcegraph_sourcegraph_appdash_data",
5190 build_file_proto_mode = "disable_global",
5191 importpath = "sourcegraph.com/sourcegraph/appdash-data",
5192 sum = "h1:e1sMhtVq9AfcEy8AXNb8eSg6gbzfdpYhoNqnPJa+GzI=",
5193 version = "v0.0.0-20151005221446-73f23eafcf67",
5194 )
5195 go_repository(
5196 name = "com_sourcegraph_sqs_pbtypes",
5197 build_file_proto_mode = "disable_global",
5198 importpath = "sourcegraph.com/sqs/pbtypes",
5199 sum = "h1:f7lAwqviDEGvON4kRv0o5V7FT/IQK+tbkF664XMbP3o=",
5200 version = "v1.0.0",
5201 )
5202 go_repository(
5203 name = "dev_gocloud",
5204 build_file_proto_mode = "disable_global",
5205 importpath = "gocloud.dev",
5206 sum = "h1:EDRyaRAnMGSq/QBto486gWFxMLczAfIYUmusV7XLNBM=",
5207 version = "v0.19.0",
5208 )
5209
5210 go_repository(
5211 name = "in_gopkg_airbrake_gobrake_v2",
5212 build_file_proto_mode = "disable_global",
5213 importpath = "gopkg.in/airbrake/gobrake.v2",
5214 sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=",
5215 version = "v2.0.9",
5216 )
5217
5218 go_repository(
5219 name = "in_gopkg_alecthomas_kingpin_v2",
5220 build_file_proto_mode = "disable_global",
5221 importpath = "gopkg.in/alecthomas/kingpin.v2",
5222 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
5223 version = "v2.2.6",
5224 )
5225 go_repository(
5226 name = "in_gopkg_check_v1",
5227 build_file_proto_mode = "disable_global",
5228 importpath = "gopkg.in/check.v1",
5229 sum = "h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU=",
5230 version = "v1.0.0-20200227125254-8fa46927fb4f",
5231 )
5232 go_repository(
5233 name = "in_gopkg_cheggaaa_pb_v1",
5234 build_file_proto_mode = "disable_global",
5235 importpath = "gopkg.in/cheggaaa/pb.v1",
5236 sum = "h1:kJdccidYzt3CaHD1crCFTS1hxyhSi059NhOFUf03YFo=",
5237 version = "v1.0.27",
5238 )
5239 go_repository(
5240 name = "in_gopkg_errgo_v2",
5241 build_file_proto_mode = "disable_global",
5242 importpath = "gopkg.in/errgo.v2",
5243 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
5244 version = "v2.1.0",
5245 )
5246
5247 go_repository(
5248 name = "in_gopkg_fsnotify_v1",
5249 build_file_proto_mode = "disable_global",
5250 importpath = "gopkg.in/fsnotify.v1",
5251 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
5252 version = "v1.4.7",
5253 )
5254 go_repository(
5255 name = "in_gopkg_gcfg_v1",
5256 build_file_proto_mode = "disable_global",
5257 importpath = "gopkg.in/gcfg.v1",
5258 sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=",
5259 version = "v1.2.3",
5260 )
5261 go_repository(
5262 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
5263 build_file_proto_mode = "disable_global",
5264 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
5265 sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=",
5266 version = "v2.1.2",
5267 )
5268 go_repository(
5269 name = "in_gopkg_go_playground_assert_v1",
5270 build_file_proto_mode = "disable_global",
5271 importpath = "gopkg.in/go-playground/assert.v1",
5272 sum = "h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=",
5273 version = "v1.2.1",
5274 )
5275 go_repository(
5276 name = "in_gopkg_go_playground_validator_v9",
5277 build_file_proto_mode = "disable_global",
5278 importpath = "gopkg.in/go-playground/validator.v9",
5279 sum = "h1:bmXmP2RSNtFES+bn4uYuHT7iJFJv7Vj+an+ZQdDaD1M=",
5280 version = "v9.31.0",
5281 )
5282
5283 go_repository(
5284 name = "in_gopkg_gorp_v1",
5285 build_file_proto_mode = "disable_global",
5286 importpath = "gopkg.in/gorp.v1",
5287 sum = "h1:j3DWlAyGVv8whO7AcIWznQ2Yj7yJkn34B8s63GViAAw=",
5288 version = "v1.7.2",
5289 )
5290
5291 go_repository(
5292 name = "in_gopkg_inf_v0",
5293 build_file_proto_mode = "disable_global",
5294 importpath = "gopkg.in/inf.v0",
5295 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
5296 version = "v0.9.1",
5297 )
5298 go_repository(
5299 name = "in_gopkg_ini_v1",
5300 build_file_proto_mode = "disable_global",
5301 importpath = "gopkg.in/ini.v1",
5302 sum = "h1:DPMeDvGTM54DXbPkVIZsp19fp/I2K7zwA/itHYHKo8Y=",
5303 version = "v1.56.0",
5304 )
5305
5306 go_repository(
5307 name = "in_gopkg_natefinch_lumberjack_v2",
5308 build_file_proto_mode = "disable_global",
5309 importpath = "gopkg.in/natefinch/lumberjack.v2",
5310 sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
5311 version = "v2.0.0",
5312 )
5313 go_repository(
5314 name = "in_gopkg_resty_v1",
5315 build_file_proto_mode = "disable_global",
5316 importpath = "gopkg.in/resty.v1",
5317 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
5318 version = "v1.12.0",
5319 )
5320 go_repository(
5321 name = "in_gopkg_sourcemap_v1",
5322 build_file_proto_mode = "disable_global",
5323 importpath = "gopkg.in/sourcemap.v1",
5324 sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=",
5325 version = "v1.0.5",
5326 )
5327
5328 go_repository(
5329 name = "in_gopkg_square_go_jose_v2",
5330 build_file_proto_mode = "disable_global",
5331 importpath = "gopkg.in/square/go-jose.v2",
5332 sum = "h1:7odma5RETjNHWJnR32wx8t+Io4djHE1PqxCFx3iiZ2w=",
5333 version = "v2.5.1",
5334 )
5335
5336 go_repository(
5337 name = "in_gopkg_tomb_v1",
5338 build_file_proto_mode = "disable_global",
5339 importpath = "gopkg.in/tomb.v1",
5340 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
5341 version = "v1.0.0-20141024135613-dd632973f1e7",
5342 )
5343 go_repository(
5344 name = "in_gopkg_warnings_v0",
5345 build_file_proto_mode = "disable_global",
5346 importpath = "gopkg.in/warnings.v0",
5347 sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=",
5348 version = "v0.1.2",
5349 )
5350
5351 go_repository(
5352 name = "in_gopkg_yaml_v2",
5353 build_file_proto_mode = "disable_global",
5354 importpath = "gopkg.in/yaml.v2",
5355 sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
5356 version = "v2.4.0",
5357 )
5358 go_repository(
5359 name = "in_gopkg_yaml_v3",
5360 build_file_proto_mode = "disable_global",
5361 importpath = "gopkg.in/yaml.v3",
5362 replace = "gopkg.in/yaml.v3",
5363 sum = "h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=",
5364 version = "v3.0.0-20200313102051-9f266ea9e77c",
5365 )
5366 go_repository(
5367 name = "io_etcd_go_bbolt",
5368 build_file_proto_mode = "disable_global",
5369 importpath = "go.etcd.io/bbolt",
5370 sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
5371 version = "v1.3.5",
5372 )
5373 go_repository(
5374 name = "io_etcd_go_etcd",
5375 build_file_proto_mode = "disable_global",
5376 importpath = "go.etcd.io/etcd",
5377 sum = "h1:1JFLBqwIgdyHN1ZtgjTBwO+blA6gVOmZurpiMEsETKo=",
5378 version = "v0.5.0-alpha.5.0.20200910180754-dd1b699fc489",
5379 )
5380 go_repository(
5381 name = "io_gitea_code_sdk_gitea",
5382 build_file_proto_mode = "disable_global",
5383 importpath = "code.gitea.io/sdk/gitea",
5384 sum = "h1:hvDCz4wtFvo7rf5Ebj8tGd4aJ4wLPKX3BKFX9Dk1Pgs=",
5385 version = "v0.12.0",
5386 )
5387
5388 go_repository(
5389 name = "io_goji",
5390 build_file_proto_mode = "disable_global",
5391 importpath = "goji.io",
5392 sum = "h1:uIssv/elbKRLznFUy3Xj4+2Mz/qKhek/9aZQDUMae7c=",
5393 version = "v2.0.2+incompatible",
5394 )
5395
5396 go_repository(
5397 name = "io_k8s_api",
5398 build_file_proto_mode = "disable_global",
5399 importpath = "k8s.io/api",
5400 replace = "k8s.io/api",
5401 sum = "h1:vz7DqmRsXTCSa6pNxXwQ1IYeAZgdIsua+DZU+o+SX3Y=",
5402 version = "v0.21.2",
5403 )
5404 go_repository(
5405 name = "io_k8s_apiextensions_apiserver",
5406 build_file_proto_mode = "disable_global",
5407 importpath = "k8s.io/apiextensions-apiserver",
5408 replace = "k8s.io/apiextensions-apiserver",
5409 sum = "h1:+exKMRep4pDrphEafRvpEi79wTnCFMqKf8LBtlA3yrE=",
5410 version = "v0.21.2",
5411 )
5412
5413 go_repository(
5414 name = "io_k8s_apimachinery",
5415 build_file_proto_mode = "disable_global",
5416 importpath = "k8s.io/apimachinery",
5417 replace = "k8s.io/apimachinery",
5418 sum = "h1:vezUc/BHqWlQDnZ+XkrpXSmnANSLbpnlpwo0Lhk0gpc=",
5419 version = "v0.21.2",
5420 )
5421 go_repository(
5422 name = "io_k8s_apiserver",
5423 build_file_proto_mode = "disable_global",
5424 importpath = "k8s.io/apiserver",
5425 replace = "k8s.io/apiserver",
5426 sum = "h1:vfGLD8biFXHzbcIEXyW3652lDwkV8tZEFJAaS2iuJlw=",
5427 version = "v0.21.2",
5428 )
5429 go_repository(
5430 name = "io_k8s_cli_runtime",
5431 build_file_proto_mode = "disable_global",
5432 importpath = "k8s.io/cli-runtime",
5433 replace = "k8s.io/cli-runtime",
5434 sum = "h1:x40XY8UqrlWYY/lYH0PwqPk0i/Jo3C/PJM2V5zYkksk=",
5435 version = "v0.21.2",
5436 )
5437
5438 go_repository(
5439 name = "io_k8s_client_go",
5440 build_file_proto_mode = "disable_global",
5441 importpath = "k8s.io/client-go",
5442 replace = "k8s.io/client-go",
5443 sum = "h1:Q1j4L/iMN4pTw6Y4DWppBoUxgKO8LbffEMVEV00MUp0=",
5444 version = "v0.21.2",
5445 )
5446 go_repository(
5447 name = "io_k8s_cloud_provider",
5448 build_file_proto_mode = "disable_global",
5449 importpath = "k8s.io/cloud-provider",
5450 sum = "h1:XNCJIzKFtoXhn6cyyXe7JWde0KjK6o8vo2Dtat7hb6Q=",
5451 version = "v0.18.8",
5452 )
5453
5454 go_repository(
5455 name = "io_k8s_cluster_registry",
5456 # ignore bad imports in test dir
5457 build_extra_args = [
5458 "-exclude=test/integration",
5459 ],
5460 build_file_proto_mode = "disable_global",
5461 importpath = "k8s.io/cluster-registry",
5462 sum = "h1:zSzuBlDybN72jty3veddOALhWyzeXfF80u8NZg3FMFM=",
5463 version = "v0.0.6",
5464 )
5465 go_repository(
5466 name = "io_k8s_code_generator",
5467 build_file_proto_mode = "disable_global",
5468 importpath = "k8s.io/code-generator",
5469 sum = "h1:EyHysEtLHTsNMoace0b3Yec9feD0qkV+5RZRoeSh+sc=",
5470 version = "v0.21.2",
5471 )
5472 go_repository(
5473 name = "io_k8s_component_base",
5474 build_file_proto_mode = "disable_global",
5475 importpath = "k8s.io/component-base",
5476 sum = "h1:4WuuXY3Npa+iFfi2aDRiOz+anhNvRfye0859ZgfC5Og=",
5477 version = "v0.21.3",
5478 )
5479 go_repository(
5480 name = "io_k8s_component_helpers",
5481 build_file_proto_mode = "disable_global",
5482 importpath = "k8s.io/component-helpers",
5483 sum = "h1:SoWLsd63LI5uwofcHVSO4jtlmZEJRycfwNBKU4eAGPQ=",
5484 version = "v0.21.0",
5485 )
5486 go_repository(
5487 name = "io_k8s_cri_api",
5488 build_file_proto_mode = "disable_global",
5489 importpath = "k8s.io/cri-api",
5490 sum = "h1:b4l7SZ9+VPfIrrJnMXzm0HR9wAsHwHh9+QcmK31nQMI=",
5491 version = "v0.20.1",
5492 )
5493
5494 go_repository(
5495 name = "io_k8s_csi_translation_lib",
5496 build_file_proto_mode = "disable_global",
5497 importpath = "k8s.io/csi-translation-lib",
5498 sum = "h1:HdyTgN4+O0zPDsF3rDGVYNwuhsG16HLQvC7lKuIxBq4=",
5499 version = "v0.18.8",
5500 )
5501
5502 go_repository(
5503 name = "io_k8s_gengo",
5504 build_file_proto_mode = "disable_global",
5505 importpath = "k8s.io/gengo",
5506 sum = "h1:Uusb3oh8XcdzDF/ndlI4ToKTYVlkCSJP39SRY2mfRAw=",
5507 version = "v0.0.0-20201214224949-b6c5ce23f027",
5508 )
5509 go_repository(
5510 name = "io_k8s_klog",
5511 build_file_proto_mode = "disable_global",
5512 importpath = "k8s.io/klog",
5513 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
5514 version = "v1.0.0",
5515 )
5516 go_repository(
5517 name = "io_k8s_klog_v2",
5518 build_file_proto_mode = "disable_global",
5519 importpath = "k8s.io/klog/v2",
5520 sum = "h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts=",
5521 version = "v2.8.0",
5522 )
5523
5524 go_repository(
5525 name = "io_k8s_kube_openapi",
5526 build_file_proto_mode = "disable_global",
5527 importpath = "k8s.io/kube-openapi",
5528 sum = "h1:KLHHjkdQFomZy8+06csTWZ0m1343QqxZhR2LJ1OxCYM=",
5529 version = "v0.0.0-20210421082810-95288971da7e",
5530 )
5531 go_repository(
5532 name = "io_k8s_kubectl",
5533 build_file_proto_mode = "disable_global",
5534 importpath = "k8s.io/kubectl",
5535 sum = "h1:WZXlnG/yjcE4LWO2g6ULjFxtzK6H1TKzsfaBFuVIhNg=",
5536 version = "v0.21.0",
5537 )
5538 go_repository(
5539 name = "io_k8s_kubernetes",
5540 build_file_proto_mode = "disable_global",
5541 importpath = "k8s.io/kubernetes",
5542 sum = "h1:qTfB+u5M92k2fCCCVP2iuhgwwSOv1EkAkvQY1tQODD8=",
5543 version = "v1.13.0",
5544 )
5545
5546 go_repository(
5547 name = "io_k8s_legacy_cloud_providers",
5548 build_file_proto_mode = "disable_global",
5549 importpath = "k8s.io/legacy-cloud-providers",
5550 sum = "h1:IGASZSYJjkMk5d1HU9+zskZqoRG3zccVzvA3hV7hCL0=",
5551 version = "v0.18.8",
5552 )
5553 go_repository(
5554 name = "io_k8s_metrics",
5555 build_file_proto_mode = "disable_global",
5556 importpath = "k8s.io/metrics",
5557 sum = "h1:uwS3CgheLKaw3PTpwhjMswnm/PMqeLbdLH88VI7FMQQ=",
5558 version = "v0.21.0",
5559 )
5560
5561 go_repository(
5562 name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
5563 build_file_proto_mode = "disable_global",
5564 importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
5565 sum = "h1:0jaDAAxtqIrrqas4vtTqxct4xS5kHfRNycTRLTyJmVM=",
5566 version = "v0.0.19",
5567 )
5568 go_repository(
5569 name = "io_k8s_sigs_cli_utils",
5570 build_file_proto_mode = "disable_global",
5571 importpath = "sigs.k8s.io/cli-utils",
5572 sum = "h1:uYoe/BZBJBUluU/PknsY9mgqB8jPvQV5ADp9VT9GS2w=",
5573 version = "v0.25.0",
5574 )
5575
5576 go_repository(
5577 name = "io_k8s_sigs_controller_runtime",
5578 build_file_proto_mode = "disable_global",
5579 importpath = "sigs.k8s.io/controller-runtime",
5580 sum = "h1:WThcFE6cqctTn2jCZprLICO6BaKZfhsT37uAapTNfxc=",
5581 version = "v0.9.5",
5582 )
5583
5584 go_repository(
5585 name = "io_k8s_sigs_controller_tools",
5586 build_file_proto_mode = "disable_global",
5587 importpath = "sigs.k8s.io/controller-tools",
5588 sum = "h1:nODRx2YrSNcaGd+90+CVC9SGEG6ygHlz3nSJmweR5as=",
5589 version = "v0.6.1",
5590 )
5591 go_repository(
5592 name = "io_k8s_sigs_kustomize",
5593 build_file_proto_mode = "disable_global",
5594 importpath = "sigs.k8s.io/kustomize",
5595 sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=",
5596 version = "v2.0.3+incompatible",
5597 )
5598 go_repository(
5599 name = "io_k8s_sigs_kustomize_api",
5600 build_file_proto_mode = "disable_global",
5601 importpath = "sigs.k8s.io/kustomize/api",
5602 replace = "sigs.k8s.io/kustomize/api",
5603 sum = "h1:CqbdK/qT7JE+uVETkrVMk7pQf0fPFXk9+QQ//Q7sAtc=",
5604 version = "v0.8.10",
5605 )
5606 go_repository(
5607 name = "io_k8s_sigs_kustomize_cmd_config",
5608 build_file_proto_mode = "disable_global",
5609 importpath = "sigs.k8s.io/kustomize/cmd/config",
5610 sum = "h1:xxvL/np/zYHVuCH1tNFehlyEtSW5oXjoI6ycejiyOwQ=",
5611 version = "v0.9.7",
5612 )
5613 go_repository(
5614 name = "io_k8s_sigs_kustomize_kustomize_v4",
5615 build_file_proto_mode = "disable_global",
5616 importpath = "sigs.k8s.io/kustomize/kustomize/v4",
5617 sum = "h1:0xQWp03aKWilF6UJrupcA2rCoCn3jejkJ+m/CCI/Fis=",
5618 version = "v4.0.5",
5619 )
5620
5621 go_repository(
5622 name = "io_k8s_sigs_kustomize_kyaml",
5623 build_file_proto_mode = "disable_global",
5624 importpath = "sigs.k8s.io/kustomize/kyaml",
5625 replace = "sigs.k8s.io/kustomize/kyaml",
5626 sum = "h1:KdoEgz3HzmcaLUTFqs6aaqFpsaA9MVRIwOZbi8vMaD0=",
5627 version = "v0.10.21",
5628 )
5629 go_repository(
5630 name = "io_k8s_sigs_structured_merge_diff",
5631 build_file_proto_mode = "disable_global",
5632 importpath = "sigs.k8s.io/structured-merge-diff",
5633 sum = "h1:4Z09Hglb792X0kfOBBJUPFEyvVfQWrYT/l8h5EKA6JQ=",
5634 version = "v0.0.0-20190525122527-15d366b2352e",
5635 )
5636
5637 go_repository(
5638 name = "io_k8s_sigs_structured_merge_diff_v4",
5639 build_file_proto_mode = "disable_global",
5640 importpath = "sigs.k8s.io/structured-merge-diff/v4",
5641 sum = "h1:C4r9BgJ98vrKnnVCjwCSXcWjWe0NKcUQkmzDXZXGwH8=",
5642 version = "v4.1.0",
5643 )
5644
5645 go_repository(
5646 name = "io_k8s_sigs_yaml",
5647 build_file_proto_mode = "disable_global",
5648 importpath = "sigs.k8s.io/yaml",
5649 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
5650 version = "v1.2.0",
5651 )
5652 go_repository(
5653 name = "io_k8s_utils",
5654 build_file_proto_mode = "disable_global",
5655 importpath = "k8s.io/utils",
5656 sum = "h1:DnzUXII7sVg1FJ/4JX6YDRJfLNAC7idRatPwe07suiI=",
5657 version = "v0.0.0-20210722164352-7f3ee0f31471",
5658 )
5659 go_repository(
5660 name = "io_opencensus_go",
5661 build_file_proto_mode = "disable_global",
5662 importpath = "go.opencensus.io",
5663 sum = "h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=",
5664 version = "v0.23.0",
5665 )
5666 go_repository(
5667 name = "io_opencensus_go_contrib_exporter_aws",
5668 build_file_proto_mode = "disable_global",
5669 importpath = "contrib.go.opencensus.io/exporter/aws",
5670 sum = "h1:YsbWYxDZkC7x2OxlsDEYvvEXZ3cBI3qBgUK5BqkZvRw=",
5671 version = "v0.0.0-20181029163544-2befc13012d0",
5672 )
5673 go_repository(
5674 name = "io_opencensus_go_contrib_exporter_ocagent",
5675 build_file_proto_mode = "disable_global",
5676 importpath = "contrib.go.opencensus.io/exporter/ocagent",
5677 sum = "h1:TKXjQSRS0/cCDrP7KvkgU6SmILtF/yV2TOs/02K/WZQ=",
5678 version = "v0.5.0",
5679 )
5680 go_repository(
5681 name = "io_opencensus_go_contrib_exporter_stackdriver",
5682 build_file_proto_mode = "disable_global",
5683 importpath = "contrib.go.opencensus.io/exporter/stackdriver",
5684 sum = "h1:Dll2uFfOVI3fa8UzsHyP6z0M6fEc9ZTAMo+Y3z282Xg=",
5685 version = "v0.12.1",
5686 )
5687 go_repository(
5688 name = "io_opencensus_go_contrib_integrations_ocsql",
5689 build_file_proto_mode = "disable_global",
5690 importpath = "contrib.go.opencensus.io/integrations/ocsql",
5691 sum = "h1:kfg5Yyy1nYUrqzyfW5XX+dzMASky8IJXhtHe0KTYNS4=",
5692 version = "v0.1.4",
5693 )
5694 go_repository(
5695 name = "io_opencensus_go_contrib_resource",
5696 build_file_proto_mode = "disable_global",
5697 importpath = "contrib.go.opencensus.io/resource",
5698 sum = "h1:4r2CANuYhKGmYWP02+5E94rLRcS/YeD+KlxSrOsMxk0=",
5699 version = "v0.1.1",
5700 )
5701+ go_repository(
5702+ name = "io_opentelemetry_go_proto_otlp",
5703+ build_file_proto_mode = "disable_global",
5704+ importpath = "go.opentelemetry.io/proto/otlp",
5705+ sum = "h1:rwOQPCuKAKmwGKq2aVNnYIibI6wnV7EvzgfTCzcdGg8=",
5706+ version = "v0.7.0",
5707+ )
5708
5709 go_repository(
5710 name = "io_rsc_binaryregexp",
5711 build_file_proto_mode = "disable_global",
5712 importpath = "rsc.io/binaryregexp",
5713 sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
5714 version = "v0.2.0",
5715 )
5716 go_repository(
5717 name = "io_rsc_letsencrypt",
5718 build_file_proto_mode = "disable_global",
5719 importpath = "rsc.io/letsencrypt",
5720 sum = "h1:H7xDfhkaFFSYEJlKeq38RwX2jYcnTeHuDQyT+mMNMwM=",
5721 version = "v0.0.3",
5722 )
5723
5724 go_repository(
5725 name = "io_rsc_quote_v3",
5726 build_file_proto_mode = "disable_global",
5727 importpath = "rsc.io/quote/v3",
5728 sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=",
5729 version = "v3.1.0",
5730 )
5731 go_repository(
5732 name = "io_rsc_sampler",
5733 build_file_proto_mode = "disable_global",
5734 importpath = "rsc.io/sampler",
5735 sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=",
5736 version = "v1.3.0",
5737 )
5738
5739 go_repository(
5740 name = "net_starlark_go",
5741 build_file_proto_mode = "disable_global",
5742 importpath = "go.starlark.net",
5743 sum = "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=",
5744 version = "v0.0.0-20200306205701-8dd3e2ee1dd5",
5745 )
5746 go_repository(
5747 name = "org_apache_git_thrift_git",
5748 build_file_proto_mode = "disable_global",
5749 importpath = "git.apache.org/thrift.git",
5750 sum = "h1:CMxsZlAmxKs+VAZMlDDL0wXciMblJcutQbEe3A9CYUM=",
5751 version = "v0.12.0",
5752 )
5753
5754 go_repository(
5755 name = "org_bazil_fuse",
5756 build_file_proto_mode = "disable_global",
5757 importpath = "bazil.org/fuse",
5758 sum = "h1:FNCRpXiquG1aoyqcIWVFmpTSKVcx2bQD38uZZeGtdlw=",
5759 version = "v0.0.0-20180421153158-65cc252bf669",
5760 )
5761 go_repository(
5762 name = "org_go4",
5763 build_file_proto_mode = "disable_global",
5764 importpath = "go4.org",
5765 sum = "h1:+hE86LblG4AyDgwMCLTE6FOlM9+qjHSYS+rKqxUVdsM=",
5766 version = "v0.0.0-20180809161055-417644f6feb5",
5767 )
5768 go_repository(
5769 name = "org_go4_grpc",
5770 build_file_proto_mode = "disable_global",
5771 importpath = "grpc.go4.org",
5772 sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=",
5773 version = "v0.0.0-20170609214715-11d0a25b4919",
5774 )
5775
5776 go_repository(
5777 name = "org_golang_google_api",
5778 build_file_proto_mode = "disable_global",
5779 importpath = "google.golang.org/api",
5780- sum = "h1:jkDWHOBIoNSD0OQpq4rtBVu+Rh325MPjXG1rakAp8JU=",
5781- version = "v0.46.0",
5782+ sum = "h1:08F9XVYTLOGeSQb3xI9C0gXMuQanhdGed0cWFhDozbI=",
5783+ version = "v0.56.0",
5784 )
5785
5786 go_repository(
5787 name = "org_golang_google_appengine",
5788 build_file_proto_mode = "disable_global",
5789 importpath = "google.golang.org/appengine",
5790 sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=",
5791 version = "v1.6.7",
5792 )
5793 go_repository(
5794 name = "org_golang_google_cloud",
5795 build_file_proto_mode = "disable_global",
5796 importpath = "google.golang.org/cloud",
5797 sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=",
5798 version = "v0.0.0-20151119220103-975617b05ea8",
5799 )
5800+
5801 go_repository(
5802 name = "org_golang_google_grpc",
5803 build_file_proto_mode = "disable_global",
5804 importpath = "google.golang.org/grpc",
5805+ sum = "h1:AGJ0Ih4mHjSeibYkFGh1dD9KJ/eOtZ93I6hoHhukQ5Q=",
5806+ version = "v1.40.0",
5807+ )
5808+ go_repository(
5809+ name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
5810+ build_file_proto_mode = "disable_global",
5811+ importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
5812+ sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=",
5813+ version = "v1.1.0",
5814 )
5815+
5816 go_repository(
5817 name = "org_golang_google_protobuf",
5818 build_file_proto_mode = "disable_global",
5819 importpath = "google.golang.org/protobuf",
5820- sum = "h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=",
5821- version = "v1.26.0",
5822+ sum = "h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ=",
5823+ version = "v1.27.1",
5824 )
5825 go_repository(
5826 name = "org_golang_x_build",
5827 build_file_proto_mode = "disable_global",
5828 importpath = "golang.org/x/build",
5829 sum = "h1:9vRy8wdKITrvvXLEOnNC9FHAGhmzy3OwvKfscMgJ4vo=",
5830 version = "v0.0.0-20190314133821-5284462c4bec",
5831 )
5832
5833 go_repository(
5834 name = "org_golang_x_crypto",
5835 build_file_proto_mode = "disable_global",
5836 importpath = "golang.org/x/crypto",
5837 sum = "h1:/ZScEX8SfEmUGRHs0gxpqteO5nfNW6axyZbBdw9A12g=",
5838 version = "v0.0.0-20210220033148-5ea612d1eb83",
5839 )
5840 go_repository(
5841 name = "org_golang_x_exp",
5842 build_file_proto_mode = "disable_global",
5843 importpath = "golang.org/x/exp",
5844 sum = "h1:FR+oGxGfbQu1d+jglI3rCkjAjUnhRSZcUxr+DqlDLNo=",
5845 version = "v0.0.0-20200331195152-e8c3332aa8e5",
5846 )
5847 go_repository(
5848 name = "org_golang_x_image",
5849 build_file_proto_mode = "disable_global",
5850 importpath = "golang.org/x/image",
5851 sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=",
5852 version = "v0.0.0-20190802002840-cff245a6509b",
5853 )
5854
5855 go_repository(
5856 name = "org_golang_x_lint",
5857 build_file_proto_mode = "disable_global",
5858 importpath = "golang.org/x/lint",
5859- sum = "h1:2M3HP5CCK1Si9FQhwnzYhXdG6DXeebvUHFpre8QvbyI=",
5860- version = "v0.0.0-20201208152925-83fdc39ff7b5",
5861+ sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
5862+ version = "v0.0.0-20210508222113-6edffad5e616",
5863 )
5864 go_repository(
5865 name = "org_golang_x_mobile",
5866 build_file_proto_mode = "disable_global",
5867 importpath = "golang.org/x/mobile",
5868 sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=",
5869 version = "v0.0.0-20190719004257-d2bd2a29d028",
5870 )
5871
5872 go_repository(
5873 name = "org_golang_x_mod",
5874 build_file_proto_mode = "disable_global",
5875 importpath = "golang.org/x/mod",
5876 sum = "h1:Gz96sIWK3OalVv/I/qNygP42zyoKp3xptRVCWRFEBvo=",
5877 version = "v0.4.2",
5878 )
5879
5880 go_repository(
5881 name = "org_golang_x_oauth2",
5882 build_file_proto_mode = "disable_global",
5883 importpath = "golang.org/x/oauth2",
5884- sum = "h1:pkQiBZBvdos9qq4wBAHqlzuZHEXo07pqV06ef90u1WI=",
5885- version = "v0.0.0-20210514164344-f6687ab2804c",
5886+ sum = "h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw=",
5887+ version = "v0.0.0-20210819190943-2bc19b11175f",
5888 )
5889 go_repository(
5890 name = "org_golang_x_perf",
5891 build_file_proto_mode = "disable_global",
5892 importpath = "golang.org/x/perf",
5893 sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=",
5894 version = "v0.0.0-20180704124530-6e6d33e29852",
5895 )
5896
5897 go_repository(
5898 name = "org_golang_x_sync",
5899 build_file_proto_mode = "disable_global",
5900 importpath = "golang.org/x/sync",
5901 sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=",
5902 version = "v0.0.0-20210220032951-036812b2e83c",
5903 )
5904 go_repository(
5905 name = "org_golang_x_sys",
5906 build_file_proto_mode = "disable_global",
5907 importpath = "golang.org/x/sys",
5908- sum = "h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I=",
5909- version = "v0.0.0-20210630005230-0f9fa26af87c",
5910+ sum = "h1:xrCZDmdtoloIiooiA9q0OQb9r8HejIHYoHGhGCe1pGg=",
5911+ version = "v0.0.0-20210910150752-751e447fb3d0",
5912 )
5913 go_repository(
5914 name = "org_golang_x_term",
5915 build_file_proto_mode = "disable_global",
5916 importpath = "golang.org/x/term",
5917 sum = "h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE=",
5918 version = "v0.0.0-20210220032956-6a3ed077a48d",
5919 )
5920
5921 go_repository(
5922 name = "org_golang_x_text",
5923 build_file_proto_mode = "disable_global",
5924 importpath = "golang.org/x/text",
5925- sum = "h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=",
5926- version = "v0.3.6",
5927+ sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=",
5928+ version = "v0.3.7",
5929 )
5930 go_repository(
5931 name = "org_golang_x_time",
5932 build_file_proto_mode = "disable_global",
5933 importpath = "golang.org/x/time",
5934 sum = "h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs=",
5935 version = "v0.0.0-20210723032227-1f47c861a9ac",
5936 )
5937
5938 go_repository(
5939 name = "org_golang_x_tools",
5940 build_extra_args = [
5941 # ignore test dirs that contain invalid imports
5942 # see related issue here: https://github.com/bazelbuild/bazel-gazelle/issues/766
5943 "-exclude=cmd/fiximports/testdata",
5944 "-exclude=go/internal/gccgoimporter/testdata",
5945 "-exclude=go/loader/testdata",
5946 "-exclude=go/internal/gcimporter/testdata",
5947 "-exclude=go/packages/packagestest",
5948 # ignore known imports which are also used in tests
5949 # https://github.com/bazelbuild/bazel-gazelle/issues/473
5950 "-known_import=domain.name/importdecl",
5951 "-known_import=example.com/extramodule/pkg",
5952 "-known_import=nosuchpkg",
5953 "-known_import=lib",
5954 "-known_import=referrers",
5955 "-known_import=a",
5956 "-known_import=b",
5957 ],
5958 build_file_proto_mode = "disable_global",
5959 importpath = "golang.org/x/tools",
5960- sum = "h1:L69ShwSZEyCsLKoAxDKeMvLDZkumEe8gXUZAjab0tX8=",
5961- version = "v0.1.3",
5962+ sum = "h1:ouewzE6p+/VEB31YYnTbEJdi8pFqKp4P4n85vwo3DHA=",
5963+ version = "v0.1.5",
5964 )
5965
5966 go_repository(
5967 name = "org_golang_x_xerrors",
5968 build_file_proto_mode = "disable_global",
5969 importpath = "golang.org/x/xerrors",
5970 sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=",
5971 version = "v0.0.0-20200804184101-5ec99f83aff1",
5972 )
5973 go_repository(
5974 name = "org_gonum_v1_gonum",
5975 build_file_proto_mode = "disable_global",
5976 importpath = "gonum.org/v1/gonum",
5977 sum = "h1:OB/uP/Puiu5vS5QMRPrXCDWUPb+kt8f1KW8oQzFejQw=",
5978 version = "v0.0.0-20190331200053-3d26580ed485",
5979 )
5980 go_repository(
5981 name = "org_gonum_v1_netlib",
5982 build_file_proto_mode = "disable_global",
5983 importpath = "gonum.org/v1/netlib",
5984 sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=",
5985 version = "v0.0.0-20190331212654-76723241ea4e",
5986 )
5987 go_repository(
5988 name = "org_modernc_cc",
5989 build_file_proto_mode = "disable_global",
5990 importpath = "modernc.org/cc",
5991 sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=",
5992 version = "v1.0.0",
5993 )
5994 go_repository(
5995 name = "org_modernc_golex",
5996 build_file_proto_mode = "disable_global",
5997 importpath = "modernc.org/golex",
5998 sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=",
5999 version = "v1.0.0",
6000 )
6001 go_repository(
6002 name = "org_modernc_mathutil",
6003 build_file_proto_mode = "disable_global",
6004 importpath = "modernc.org/mathutil",
6005 sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=",
6006 version = "v1.0.0",
6007 )
6008 go_repository(
6009 name = "org_modernc_strutil",
6010 build_file_proto_mode = "disable_global",
6011 importpath = "modernc.org/strutil",
6012 sum = "h1:XVFtQwFVwc02Wk+0L/Z/zDDXO81r5Lhe6iMKmGX3KhE=",
6013 version = "v1.0.0",
6014 )
6015 go_repository(
6016 name = "org_modernc_xc",
6017 build_file_proto_mode = "disable_global",
6018 importpath = "modernc.org/xc",
6019 sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=",
6020 version = "v1.0.0",
6021 )
6022 go_repository(
6023 name = "org_mongodb_go_mongo_driver",
6024 build_file_proto_mode = "disable_global",
6025 importpath = "go.mongodb.org/mongo-driver",
6026 sum = "h1:9nOVLGDfOaZ9R0tBumx/BcuqkbFpyTCU2r/Po7A2azI=",
6027 version = "v1.5.1",
6028 )
6029
6030 go_repository(
6031 name = "org_uber_go_atomic",
6032 build_file_proto_mode = "disable_global",
6033 importpath = "go.uber.org/atomic",
6034 sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=",
6035 version = "v1.7.0",
6036 )
6037 go_repository(
6038 name = "org_uber_go_goleak",
6039 build_file_proto_mode = "disable_global",
6040 importpath = "go.uber.org/goleak",
6041 sum = "h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0=",
6042 version = "v1.1.10",
6043 )
6044
6045 go_repository(
6046 name = "org_uber_go_multierr",
6047 build_file_proto_mode = "disable_global",
6048 importpath = "go.uber.org/multierr",
6049 sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=",
6050 version = "v1.6.0",
6051 )
6052 go_repository(
6053 name = "org_uber_go_tools",
6054 build_file_proto_mode = "disable_global",
6055 importpath = "go.uber.org/tools",
6056 sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
6057 version = "v0.0.0-20190618225709-2cfd321de3ee",
6058 )
6059
6060 go_repository(
6061 name = "org_uber_go_zap",
6062 build_file_proto_mode = "disable_global",
6063 importpath = "go.uber.org/zap",
6064 sum = "h1:CSUJ2mjFszzEWt4CdKISEuChVIXGBn3lAPwkRGyVrc4=",
6065 version = "v1.18.1",
6066 )
6067 go_repository(
6068 name = "sh_helm_helm_v3",
6069 build_file_proto_mode = "disable_global",
6070 importpath = "helm.sh/helm/v3",
6071 sum = "h1:0nKDyXJr23nI3JrcP7HH7NcR+CYRvro/52Dvr1KhGO0=",
6072 version = "v3.6.3",
6073 )
6074
6075 go_repository(
6076 name = "tools_gotest",
6077 build_file_proto_mode = "disable_global",
6078 importpath = "gotest.tools",
6079 sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
6080 version = "v2.2.0+incompatible",
6081 )
6082 go_repository(
6083 name = "tools_gotest_v3",
6084 build_file_proto_mode = "disable_global",
6085 importpath = "gotest.tools/v3",
6086 sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=",
6087 version = "v3.0.3",
6088 )
6089
6090 go_repository(
6091 name = "xyz_gomodules_jsonpatch_v2",
6092 build_file_proto_mode = "disable_global",
6093 importpath = "gomodules.xyz/jsonpatch/v2",
6094 sum = "h1:4pT439QV83L+G9FkcCriY6EkpcK6r6bK+A5FBUMI7qY=",
6095 version = "v2.2.0",
6096 )
View as plain text