blob: 8449dd3ac57fdd199968e3a2698299b135c25625 [file] [log] [blame]
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001load("@bazel_gazelle//:deps.bzl", "go_repository")
2
3def go_repositories():
4 go_repository(
5 name = "org_golang_x_net",
6 commit = "d3edc9973b7eb1fb302b0ff2c62357091cea9a30",
7 importpath = "golang.org/x/net",
8 )
9
10 go_repository(
11 name = "io_k8s_kubernetes",
12 importpath = "k8s.io/kubernetes",
Serge Bazanskic3f36e92020-11-03 19:34:42 +010013 patch_args = ["-p1"],
14 patches = ["//third_party/go/kubernetes:build.patch"],
15 sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
16 version = "v1.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020017 )
18
19 go_repository(
20 name = "io_k8s_repo_infra",
21 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
22 importpath = "k8s.io/repo-infra",
23 )
24
25 go_repository(
26 name = "com_github_bitnami_kubecfg",
27 importpath = "github.com/bitnami/kubecfg",
28 vcs = "git",
Serge Bazanskic3f36e92020-11-03 19:34:42 +010029 commit = "b6817a94492c561ed61a44eeea2d92dcf2e6b8c0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020030 remote = "https://github.com/q3k/kubecfg",
31 )
32
33 go_repository(
34 name = "com_github_projectcalico_calicoctl",
35 importpath = "github.com/projectcalico/calicoctl",
36 # This fork implements explicit Bazel rules
37 remote = "https://github.com/q3k/calicoctl",
38 vcs = "git",
39 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
40 build_file_generation = "off",
41 )
42
43 go_repository(
44 name = "com_github_shirou_gopsutil",
45 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
46 importpath = "github.com/shirou/gopsutil",
47 )
48
49 go_repository(
50 name = "com_github_cloudflare_cfssl",
51 commit = "768cd563887febaad559b511aaa5964823ccb4ab",
52 importpath = "github.com/cloudflare/cfssl",
53 )
54
55 go_repository(
56 name = "com_github_mattn_go_sqlite3",
57 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
58 importpath = "github.com/mattn/go-sqlite3",
59 )
60
61 go_repository(
62 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
63 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
64 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
65 )
66
67 go_repository(
68 name = "com_github_ziutek_telnet",
69 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
70 importpath = "github.com/ziutek/telnet",
71 )
72
73 go_repository(
74 name = "com_github_digitalocean_go_netbox",
75 commit = "29433ec527e78486ea0a5758817ab672d977f90e",
76 importpath = "github.com/digitalocean/go-netbox",
77 )
78
79 go_repository(
80 name = "com_github_cenkalti_backoff",
81 commit = "4b4cebaf850ec58f1bb1fec5bdebdf8501c2bc3f",
82 importpath = "github.com/cenkalti/backoff",
83 )
84
85 go_repository(
86 name = "ml_vbom_util",
87 commit = "db5cfe13f5cc",
88 importpath = "vbom.ml/util",
89 )
90
91 go_repository(
92 name = "com_github_go_openapi_strfmt",
93 importpath = "github.com/go-openapi/strfmt",
94 tag = "v0.19.0",
95 )
96
97 go_repository(
98 name = "com_github_go_openapi_swag",
99 importpath = "github.com/go-openapi/swag",
100 tag = "v0.19.5",
101 )
102
103 go_repository(
104 name = "com_github_go_openapi_errors",
105 importpath = "github.com/go-openapi/errors",
106 tag = "v0.19.2",
107 )
108
109 go_repository(
110 name = "com_github_go_openapi_runtime",
111 importpath = "github.com/go-openapi/runtime",
112 tag = "v0.19.0",
113 )
114
115 go_repository(
116 name = "com_github_go_openapi_validate",
117 importpath = "github.com/go-openapi/validate",
118 tag = "v0.19.2",
119 )
120
121 go_repository(
122 name = "com_github_mitchellh_mapstructure",
123 importpath = "github.com/mitchellh/mapstructure",
124 tag = "v1.1.2",
125 )
126
127 go_repository(
128 name = "org_mongodb_go_mongo_driver",
129 commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
130 importpath = "go.mongodb.org/mongo-driver",
131 )
132
133 go_repository(
134 name = "in_gopkg_yaml_v2",
135 importpath = "gopkg.in/yaml.v2",
136 tag = "v2.2.4",
137 )
138
139 go_repository(
140 name = "com_github_asaskevich_govalidator",
141 commit = "f61b66f89f4a",
142 importpath = "github.com/asaskevich/govalidator",
143 )
144
145 go_repository(
146 name = "com_github_go_openapi_spec",
147 importpath = "github.com/go-openapi/spec",
148 tag = "v0.19.2",
149 )
150
151 go_repository(
152 name = "com_github_mailru_easyjson",
153 commit = "b2ccc519800e",
154 importpath = "github.com/mailru/easyjson",
155 )
156
157 go_repository(
158 name = "com_github_go_openapi_analysis",
159 importpath = "github.com/go-openapi/analysis",
160 tag = "v0.19.2",
161 )
162
163 go_repository(
164 name = "com_github_go_openapi_jsonpointer",
165 importpath = "github.com/go-openapi/jsonpointer",
166 tag = "v0.19.3",
167 )
168
169 go_repository(
170 name = "com_github_go_openapi_loads",
171 importpath = "github.com/go-openapi/loads",
172 tag = "v0.19.2",
173 )
174
175 go_repository(
176 name = "com_github_go_openapi_jsonreference",
177 importpath = "github.com/go-openapi/jsonreference",
178 tag = "v0.19.2",
179 )
180
181 go_repository(
182 name = "com_github_puerkitobio_purell",
183 importpath = "github.com/PuerkitoBio/purell",
184 tag = "v1.1.1",
185 )
186
187 go_repository(
188 name = "com_github_puerkitobio_urlesc",
189 commit = "de5bf2ad4578",
190 importpath = "github.com/PuerkitoBio/urlesc",
191 )
192
193 go_repository(
194 name = "com_github_abbot_go_http_auth",
195 commit = "860ed7f246ff5abfdbd5c7ce618fd37b49fd3d86",
196 importpath = "github.com/abbot/go-http-auth",
197 )
198
199 go_repository(
200 name = "com_github_urfave_cli",
201 importpath = "github.com/urfave/cli",
202 tag = "v1.20.0",
203 )
204
205 go_repository(
206 name = "org_golang_x_crypto",
207 commit = "60c769a6c586",
208 importpath = "golang.org/x/crypto",
209 )
210
211 go_repository(
212 name = "org_golang_x_oauth2",
213 commit = "0f29369cfe45",
214 importpath = "golang.org/x/oauth2",
215 )
216
217 go_repository(
218 name = "com_github_djherbis_atime",
219 commit = "2d569978378562c466df74eda2d82900f435c5f4",
220 importpath = "github.com/djherbis/atime",
221 )
222
223 go_repository(
224 name = "com_google_cloud_go",
225 importpath = "cloud.google.com/go",
226 tag = "v0.38.0",
227 )
228
229 go_repository(
230 name = "com_github_stackexchange_wmi",
231 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
232 importpath = "github.com/stackexchange/wmi",
233 )
234
235 go_repository(
236 name = "com_github_go_ole_go_ole",
237 commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
238 importpath = "github.com/go-ole/go-ole",
239 )
240
241 go_repository(
242 name = "com_github_dustin_go_humanize",
243 importpath = "github.com/dustin/go-humanize",
244 tag = "v1.0.0",
245 )
246
247 go_repository(
248 name = "io_k8s_client_go",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200249 build_extra_args = [
250 "-known_import=github.com/Azure/go-autorest",
251 "-known_import=github.com/googleapis/gnostic",
252 ],
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100253 importpath = "k8s.io/client-go",
254 sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
255 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200256 )
257
258 go_repository(
259 name = "io_k8s_apimachinery",
260 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200261 importpath = "k8s.io/apimachinery",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200262 patch_args = ["-p1"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100263 patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
264 sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
265 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200266 )
267
268 go_repository(
269 name = "io_k8s_klog",
270 importpath = "k8s.io/klog",
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100271 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
272 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200273 )
274
275 go_repository(
276 name = "io_k8s_utils",
277 commit = "e782cd3c129f",
278 importpath = "k8s.io/utils",
279 )
280
281 go_repository(
282 name = "com_github_googleapis_gnostic",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200283 build_file_generation = "on",
284 build_file_proto_mode = "disable",
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100285 importpath = "github.com/googleapis/gnostic",
286 sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=",
287 version = "v0.5.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200288 )
289
290 go_repository(
291 name = "io_k8s_api",
292 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200293 importpath = "k8s.io/api",
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100294 sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
295 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200296 )
297
298 go_repository(
299 name = "org_golang_x_time",
300 commit = "9d24e82272b4",
301 importpath = "golang.org/x/time",
302 )
303
304 go_repository(
305 name = "com_github_google_gofuzz",
306 importpath = "github.com/google/gofuzz",
307 tag = "v1.0.0",
308 )
309
310 go_repository(
311 name = "io_k8s_sigs_yaml",
312 importpath = "sigs.k8s.io/yaml",
313 tag = "v1.1.0",
314 )
315
316 go_repository(
317 name = "com_github_modern_go_reflect2",
318 importpath = "github.com/modern-go/reflect2",
319 tag = "v1.0.1",
320 )
321
322 go_repository(
323 name = "com_github_davecgh_go_spew",
324 importpath = "github.com/davecgh/go-spew",
325 tag = "v1.1.1",
326 )
327
328 go_repository(
329 name = "com_github_json_iterator_go",
330 importpath = "github.com/json-iterator/go",
331 tag = "v1.1.8",
332 )
333
334 go_repository(
335 name = "com_github_modern_go_concurrent",
336 commit = "bacd9c7ef1dd",
337 importpath = "github.com/modern-go/concurrent",
338 )
339
340 go_repository(
341 name = "in_gopkg_inf_v0",
342 importpath = "gopkg.in/inf.v0",
343 tag = "v0.9.1",
344 )
345
346 go_repository(
347 name = "com_github_cloudflare_cfrpki",
348 commit = "adece784464315db69299ba75e9287c60cd95c69",
349 importpath = "github.com/cloudflare/cfrpki",
350 )
351
352 go_repository(
353 name = "com_github_prometheus_client_golang",
354 importpath = "github.com/prometheus/client_golang",
355 tag = "v1.0.0",
356 )
357
358 go_repository(
359 name = "com_github_rs_cors",
360 commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
361 importpath = "github.com/rs/cors",
362 )
363
364 go_repository(
365 name = "com_github_cloudflare_gortr",
366 commit = "95270606e8853d9b93f5be46d656d08ec0a4ef09",
367 importpath = "github.com/cloudflare/gortr",
368 )
369
370 go_repository(
371 name = "com_github_gorilla_mux",
372 importpath = "github.com/gorilla/mux",
373 tag = "v1.6.2",
374 )
375
376 go_repository(
377 name = "com_github_sirupsen_logrus",
378 importpath = "github.com/sirupsen/logrus",
379 tag = "v1.4.2",
380 )
381
382 go_repository(
383 name = "com_github_prometheus_common",
384 importpath = "github.com/prometheus/common",
385 tag = "v0.4.1",
386 )
387
388 go_repository(
389 name = "com_github_beorn7_perks",
390 importpath = "github.com/beorn7/perks",
391 tag = "v1.0.0",
392 )
393
394 go_repository(
395 name = "com_github_prometheus_client_model",
396 commit = "fd36f4220a90",
397 importpath = "github.com/prometheus/client_model",
398 )
399
400 go_repository(
401 name = "com_github_prometheus_procfs",
402 importpath = "github.com/prometheus/procfs",
403 tag = "v0.0.2",
404 )
405
406 go_repository(
407 name = "com_github_matttproud_golang_protobuf_extensions",
408 importpath = "github.com/matttproud/golang_protobuf_extensions",
409 tag = "v1.0.1",
410 )
411
412 go_repository(
413 name = "com_github_jmoiron_sqlx",
414 commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
415 importpath = "github.com/jmoiron/sqlx",
416 )
417
418 go_repository(
419 name = "com_github_lib_pq",
420 commit = "3427c32cb71afc948325f299f040e53c1dd78979",
421 importpath = "github.com/lib/pq",
422 )
423
424 go_repository(
425 name = "com_github_gchaincl_sqlhooks",
426 commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
427 importpath = "github.com/gchaincl/sqlhooks",
428 )
429
430 go_repository(
431 name = "com_github_golang_migrate_migrate_v4",
432 commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
433 importpath = "github.com/golang-migrate/migrate/v4",
434 remote = "https://github.com/golang-migrate/migrate",
435 vcs = "git",
436 )
437
438 go_repository(
439 name = "com_github_hashicorp_go_multierror",
440 commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
441 importpath = "github.com/hashicorp/go-multierror",
442 )
443
444 go_repository(
445 name = "com_github_hashicorp_errwrap",
446 commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
447 importpath = "github.com/hashicorp/errwrap",
448 )
449
450 go_repository(
451 name = "com_github_cockroachdb_cockroach_go",
452 commit = "e0a95dfd547cc9c3ebaaba1a12c2afe4bf621ac5",
453 importpath = "github.com/cockroachdb/cockroach-go",
454 )
455
456 go_repository(
457 name = "com_github_jackc_pgx",
458 commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
459 importpath = "github.com/jackc/pgx",
460 )
461
462 go_repository(
463 name = "com_github_golang_collections_go_datastructures",
464 commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
465 importpath = "github.com/golang-collections/go-datastructures",
466 )
467
468 go_repository(
469 name = "com_github_go_test_deep",
470 commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
471 importpath = "github.com/go-test/deep",
472 )
473
474 go_repository(
475 name = "com_github_sethvargo_go_password",
476 commit = "68ac5879751a7105834296859f8c1bf70b064675",
477 importpath = "github.com/sethvargo/go-password",
478 )
479
480 go_repository(
481 name = "in_gopkg_ldap_v3",
482 commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
483 importpath = "gopkg.in/ldap.v3",
484 )
485
486 go_repository(
487 name = "in_gopkg_asn1_ber_v1",
488 commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
489 importpath = "gopkg.in/asn1-ber.v1",
490 )
491
492 go_repository(
493 name = "com_github_q3k_cursedjsonrpc",
494 commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
495 importpath = "github.com/q3k/cursedjsonrpc",
496 )
497
498 go_repository(
499 name = "com_github_q3k_cursedjson",
500 commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
501 importpath = "github.com/q3k/cursedjson",
502 )
503
504 go_repository(
505 name = "co_honnef_go_tools",
506 commit = "ea95bdfd59fc",
507 importpath = "honnef.co/go/tools",
508 )
509
510 go_repository(
511 name = "com_github_azure_go_ansiterm",
512 commit = "d6e3b3328b78",
513 importpath = "github.com/Azure/go-ansiterm",
514 )
515
516 go_repository(
517 name = "com_github_azure_go_autorest",
518 importpath = "github.com/Azure/go-autorest",
519 tag = "v11.5.0",
520 )
521
522 native.local_repository(
523 name = "com_github_census_instrumentation_opencensus_proto",
524 path = "./third_party/go/opencensus-proto",
525 )
526
527 go_repository(
528 name = "com_github_client9_misspell",
529 importpath = "github.com/client9/misspell",
530 tag = "v0.3.4",
531 )
532
533 go_repository(
534 name = "com_github_containerd_continuity",
535 commit = "7f53d412b9eb",
536 importpath = "github.com/containerd/continuity",
537 )
538
539 go_repository(
540 name = "com_github_coreos_clair",
541 commit = "44ae4bc9590a",
542 importpath = "github.com/coreos/clair",
543 )
544
545 go_repository(
546 name = "com_github_dgrijalva_jwt_go",
547 importpath = "github.com/dgrijalva/jwt-go",
548 tag = "v3.2.0",
549 )
550
551 go_repository(
552 name = "com_github_docker_cli",
553 commit = "54c19e67f69c",
554 importpath = "github.com/docker/cli",
555 )
556
557 go_repository(
558 name = "com_github_docker_distribution",
559 importpath = "github.com/docker/distribution",
560 tag = "v2.7.1",
561 )
562
563 go_repository(
564 name = "com_github_docker_docker",
565 commit = "be7ac8be2ae0",
566 importpath = "github.com/docker/docker",
567 )
568
569 go_repository(
570 name = "com_github_docker_docker_ce",
571 commit = "f53bd8bb8e43",
572 importpath = "github.com/docker/docker-ce",
573 )
574
575 go_repository(
576 name = "com_github_docker_docker_credential_helpers",
577 importpath = "github.com/docker/docker-credential-helpers",
578 tag = "v0.6.1",
579 )
580
581 go_repository(
582 name = "com_github_docker_go_connections",
583 commit = "97c2040d34df",
584 importpath = "github.com/docker/go-connections",
585 )
586
587 go_repository(
588 name = "com_github_docker_go_metrics",
589 commit = "399ea8c73916",
590 importpath = "github.com/docker/go-metrics",
591 )
592
593 go_repository(
594 name = "com_github_docker_go_units",
595 importpath = "github.com/docker/go-units",
596 tag = "v0.3.3",
597 )
598
599 go_repository(
600 name = "com_github_docker_libtrust",
601 commit = "aabc10ec26b7",
602 importpath = "github.com/docker/libtrust",
603 )
604
605 go_repository(
606 name = "com_github_elazarl_go_bindata_assetfs",
607 commit = "38087fe4dafb",
608 importpath = "github.com/elazarl/go-bindata-assetfs",
609 )
610
611 go_repository(
612 name = "com_github_evanphx_json_patch",
613 importpath = "github.com/evanphx/json-patch",
614 tag = "v4.2.0",
615 )
616
617 go_repository(
618 name = "com_github_fernet_fernet_go",
619 commit = "9eac43b88a5e",
620 importpath = "github.com/fernet/fernet-go",
621 )
622
623 go_repository(
624 name = "com_github_fsnotify_fsnotify",
625 importpath = "github.com/fsnotify/fsnotify",
626 tag = "v1.4.7",
627 )
628
629 go_repository(
630 name = "com_github_genuinetools_pkg",
631 commit = "1c141f661797",
632 importpath = "github.com/genuinetools/pkg",
633 )
634
635 go_repository(
636 name = "com_github_genuinetools_reg",
637 commit = "d959057b30da",
638 importpath = "github.com/genuinetools/reg",
639 )
640
641 go_repository(
642 name = "com_github_ghodss_yaml",
643 importpath = "github.com/ghodss/yaml",
644 tag = "v1.0.0",
645 )
646
647 go_repository(
648 name = "com_github_golang_glog",
649 commit = "23def4e6c14b",
650 importpath = "github.com/golang/glog",
651 )
652
653 go_repository(
654 name = "com_github_golang_mock",
655 importpath = "github.com/golang/mock",
656 tag = "v1.2.0",
657 )
658
659 go_repository(
660 name = "com_github_google_btree",
661 importpath = "github.com/google/btree",
662 tag = "v1.0.0",
663 )
664
665 go_repository(
666 name = "com_github_google_go_cmp",
667 importpath = "github.com/google/go-cmp",
668 tag = "v0.3.0",
669 )
670
671 go_repository(
672 name = "com_github_google_go_jsonnet",
673 importpath = "github.com/google/go-jsonnet",
674 tag = "v0.12.1",
675 )
676
677 go_repository(
678 name = "com_github_gophercloud_gophercloud",
679 importpath = "github.com/gophercloud/gophercloud",
680 tag = "v0.1.0",
681 )
682
683 go_repository(
684 name = "com_github_gorilla_context",
685 importpath = "github.com/gorilla/context",
686 tag = "v1.1.1",
687 )
688
689 go_repository(
690 name = "com_github_gregjones_httpcache",
691 commit = "9cad4c3443a7",
692 importpath = "github.com/gregjones/httpcache",
693 )
694
695 go_repository(
696 name = "com_github_grpc_ecosystem_grpc_gateway",
697 importpath = "github.com/grpc-ecosystem/grpc-gateway",
698 tag = "v1.9.5",
699 )
700
701 go_repository(
702 name = "com_github_hpcloud_tail",
703 importpath = "github.com/hpcloud/tail",
704 tag = "v1.0.0",
705 )
706
707 go_repository(
708 name = "com_github_imdario_mergo",
709 importpath = "github.com/imdario/mergo",
710 tag = "v0.3.5",
711 )
712
713 go_repository(
714 name = "com_github_inconshreveable_mousetrap",
715 importpath = "github.com/inconshreveable/mousetrap",
716 tag = "v1.0.0",
717 )
718
719 go_repository(
720 name = "com_github_kisielk_gotool",
721 importpath = "github.com/kisielk/gotool",
722 tag = "v1.0.0",
723 )
724
725 go_repository(
726 name = "com_github_kr_pretty",
727 importpath = "github.com/kr/pretty",
728 tag = "v0.1.0",
729 )
730
731 go_repository(
732 name = "com_github_kr_pty",
733 importpath = "github.com/kr/pty",
734 tag = "v1.1.5",
735 )
736
737 go_repository(
738 name = "com_github_kr_text",
739 importpath = "github.com/kr/text",
740 tag = "v0.1.0",
741 )
742
743 go_repository(
744 name = "com_github_mattn_go_isatty",
745 importpath = "github.com/mattn/go-isatty",
746 tag = "v0.0.4",
747 )
748
749 go_repository(
750 name = "com_github_microsoft_go_winio",
751 importpath = "github.com/Microsoft/go-winio",
752 tag = "v0.4.11",
753 )
754
755 go_repository(
756 name = "com_github_mitchellh_go_wordwrap",
757 importpath = "github.com/mitchellh/go-wordwrap",
758 tag = "v1.0.0",
759 )
760
761 go_repository(
762 name = "com_github_nvveen_gotty",
763 commit = "cd527374f1e5",
764 importpath = "github.com/Nvveen/Gotty",
765 )
766
767 go_repository(
768 name = "com_github_onsi_ginkgo",
769 importpath = "github.com/onsi/ginkgo",
770 tag = "v1.10.1",
771 )
772
773 go_repository(
774 name = "com_github_onsi_gomega",
775 importpath = "github.com/onsi/gomega",
776 tag = "v1.7.0",
777 )
778
779 go_repository(
780 name = "com_github_opencontainers_go_digest",
781 importpath = "github.com/opencontainers/go-digest",
782 tag = "v1.0.0-rc1",
783 )
784
785 go_repository(
786 name = "com_github_opencontainers_image_spec",
787 importpath = "github.com/opencontainers/image-spec",
788 tag = "v1.0.1",
789 )
790
791 go_repository(
792 name = "com_github_opencontainers_runc",
793 importpath = "github.com/opencontainers/runc",
794 tag = "v0.1.1",
795 )
796
797 go_repository(
798 name = "com_github_openzipkin_zipkin_go",
799 importpath = "github.com/openzipkin/zipkin-go",
800 tag = "v0.1.3",
801 )
802
803 go_repository(
804 name = "com_github_peterbourgon_diskv",
805 importpath = "github.com/peterbourgon/diskv",
806 tag = "v2.0.1",
807 )
808
809 go_repository(
810 name = "com_github_peterhellberg_link",
811 importpath = "github.com/peterhellberg/link",
812 tag = "v1.0.0",
813 )
814
815 go_repository(
816 name = "com_github_pkg_errors",
817 importpath = "github.com/pkg/errors",
818 tag = "v0.8.1",
819 )
820
821 go_repository(
822 name = "com_github_pmezard_go_difflib",
823 importpath = "github.com/pmezard/go-difflib",
824 tag = "v1.0.0",
825 )
826
827 go_repository(
828 name = "com_github_sergi_go_diff",
829 commit = "feef008d51ad",
830 importpath = "github.com/sergi/go-diff",
831 )
832
833 go_repository(
834 name = "com_github_shurcool_httpfs",
835 commit = "809beceb2371",
836 importpath = "github.com/shurcooL/httpfs",
837 )
838
839 go_repository(
840 name = "com_github_spf13_cobra",
841 importpath = "github.com/spf13/cobra",
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100842 sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=",
843 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200844 )
845
846 go_repository(
847 name = "com_github_spf13_pflag",
848 importpath = "github.com/spf13/pflag",
849 tag = "v1.0.5",
850 )
851
852 go_repository(
853 name = "com_github_stretchr_objx",
854 importpath = "github.com/stretchr/objx",
855 tag = "v0.2.0",
856 )
857
858 go_repository(
859 name = "com_github_stretchr_testify",
860 importpath = "github.com/stretchr/testify",
861 tag = "v1.3.0",
862 )
863
864 go_repository(
865 name = "in_gopkg_airbrake_gobrake_v2",
866 importpath = "gopkg.in/airbrake/gobrake.v2",
867 tag = "v2.0.9",
868 )
869
870 go_repository(
871 name = "in_gopkg_check_v1",
872 commit = "788fd7840127",
873 importpath = "gopkg.in/check.v1",
874 )
875
876 go_repository(
877 name = "in_gopkg_fsnotify_v1",
878 importpath = "gopkg.in/fsnotify.v1",
879 tag = "v1.4.7",
880 )
881
882 go_repository(
883 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
884 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
885 tag = "v2.1.2",
886 )
887
888 go_repository(
889 name = "in_gopkg_tomb_v1",
890 commit = "dd632973f1e7",
891 importpath = "gopkg.in/tomb.v1",
892 )
893
894 go_repository(
895 name = "io_k8s_apiextensions_apiserver",
896 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200897 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100898 sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
899 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200900 )
901
902 go_repository(
903 name = "io_k8s_kube_openapi",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200904 build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +0100905 importpath = "k8s.io/kube-openapi",
906 sum = "h1:mNpvQf4lkIHNOXCoM+Veu/UXwA56Yx1J7hY1Tvcs/oM=",
907 version = "v0.0.0-20200923155610-8b5066479488",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200908 )
909
910 go_repository(
911 name = "io_opencensus_go",
912 importpath = "go.opencensus.io",
913 tag = "v0.21.0",
914 )
915
916 go_repository(
917 name = "io_opencensus_go_contrib_exporter_ocagent",
918 importpath = "contrib.go.opencensus.io/exporter/ocagent",
919 tag = "v0.6.0",
920 )
921
922 go_repository(
923 name = "org_apache_git_thrift_git",
924 commit = "9b75e4fe745a",
925 importpath = "git.apache.org/thrift.git",
926 )
927
928 go_repository(
929 name = "org_golang_google_api",
930 importpath = "google.golang.org/api",
931 tag = "v0.4.0",
932 )
933
934 go_repository(
935 name = "org_golang_google_appengine",
936 importpath = "google.golang.org/appengine",
937 tag = "v1.5.0",
938 )
939
940 go_repository(
941 name = "org_golang_google_grpc",
942 importpath = "google.golang.org/grpc",
943 tag = "v1.29.1",
944 )
945
946 go_repository(
947 name = "org_golang_x_lint",
948 commit = "d0100b6bd8b3",
949 importpath = "golang.org/x/lint",
950 )
951
952 go_repository(
953 name = "org_golang_x_sync",
954 commit = "112230192c58",
955 importpath = "golang.org/x/sync",
956 )
957
958 go_repository(
959 name = "org_golang_x_sys",
960 commit = "c7b8b68b1456",
961 importpath = "golang.org/x/sys",
962 )
963
964 go_repository(
965 name = "org_golang_x_text",
966 importpath = "golang.org/x/text",
967 tag = "v0.3.2",
968 )
969
970 go_repository(
971 name = "tools_gotest",
972 importpath = "gotest.tools",
973 tag = "v2.2.0",
974 )
975
976 go_repository(
977 name = "com_github_alecthomas_template",
978 commit = "a0175ee3bccc",
979 importpath = "github.com/alecthomas/template",
980 )
981
982 go_repository(
983 name = "com_github_alecthomas_units",
984 commit = "2efee857e7cf",
985 importpath = "github.com/alecthomas/units",
986 )
987
988 go_repository(
989 name = "com_github_armon_consul_api",
990 commit = "eb2c6b5be1b6",
991 importpath = "github.com/armon/consul-api",
992 )
993
994 go_repository(
995 name = "com_github_bgentry_speakeasy",
996 importpath = "github.com/bgentry/speakeasy",
997 tag = "v0.1.0",
998 )
999
1000 go_repository(
1001 name = "com_github_blang_semver",
1002 importpath = "github.com/blang/semver",
1003 tag = "v3.5.0",
1004 )
1005
1006 go_repository(
1007 name = "com_github_burntsushi_toml",
1008 importpath = "github.com/BurntSushi/toml",
1009 tag = "v0.3.1",
1010 )
1011
1012 go_repository(
1013 name = "com_github_burntsushi_xgb",
1014 commit = "27f122750802",
1015 importpath = "github.com/BurntSushi/xgb",
1016 )
1017
1018 go_repository(
1019 name = "com_github_chai2010_gettext_go",
1020 commit = "c6fed771bfd5",
1021 importpath = "github.com/chai2010/gettext-go",
1022 )
1023
1024 go_repository(
1025 name = "com_github_cockroachdb_datadriven",
1026 commit = "80d97fb3cbaa",
1027 importpath = "github.com/cockroachdb/datadriven",
1028 )
1029
1030 go_repository(
1031 name = "com_github_coreos_etcd",
1032 importpath = "github.com/coreos/etcd",
1033 tag = "v3.3.10",
1034 )
1035
1036 go_repository(
1037 name = "com_github_coreos_go_etcd",
1038 importpath = "github.com/coreos/go-etcd",
1039 tag = "v2.0.0",
1040 )
1041
1042 go_repository(
1043 name = "com_github_coreos_go_oidc",
1044 importpath = "github.com/coreos/go-oidc",
1045 tag = "v2.1.0",
1046 )
1047
1048 go_repository(
1049 name = "com_github_coreos_go_semver",
1050 importpath = "github.com/coreos/go-semver",
1051 tag = "v0.3.0",
1052 )
1053
1054 go_repository(
1055 name = "com_github_coreos_go_systemd",
1056 commit = "95778dfbb74e",
1057 importpath = "github.com/coreos/go-systemd",
1058 )
1059
1060 go_repository(
1061 name = "com_github_coreos_pkg",
1062 commit = "97fdf19511ea",
1063 importpath = "github.com/coreos/pkg",
1064 )
1065
1066 go_repository(
1067 name = "com_github_cpuguy83_go_md2man",
1068 importpath = "github.com/cpuguy83/go-md2man",
1069 tag = "v1.0.10",
1070 )
1071
1072 go_repository(
1073 name = "com_github_creack_pty",
1074 importpath = "github.com/creack/pty",
1075 tag = "v1.1.7",
1076 )
1077
1078 go_repository(
1079 name = "com_github_daviddengcn_go_colortext",
1080 commit = "511bcaf42ccd",
1081 importpath = "github.com/daviddengcn/go-colortext",
1082 )
1083
1084 go_repository(
1085 name = "com_github_docker_spdystream",
1086 commit = "449fdfce4d96",
1087 importpath = "github.com/docker/spdystream",
1088 )
1089
1090 go_repository(
1091 name = "com_github_elazarl_goproxy",
1092 commit = "c4fc26588b6e",
1093 importpath = "github.com/elazarl/goproxy",
1094 )
1095
1096 go_repository(
1097 name = "com_github_emicklei_go_restful",
1098 importpath = "github.com/emicklei/go-restful",
1099 tag = "v2.9.5",
1100 )
1101
1102 go_repository(
1103 name = "com_github_exponent_io_jsonpath",
1104 commit = "d6023ce2651d",
1105 importpath = "github.com/exponent-io/jsonpath",
1106 )
1107
1108 go_repository(
1109 name = "com_github_fatih_camelcase",
1110 importpath = "github.com/fatih/camelcase",
1111 tag = "v1.0.0",
1112 )
1113
1114 go_repository(
1115 name = "com_github_fatih_color",
1116 importpath = "github.com/fatih/color",
1117 tag = "v1.7.0",
1118 )
1119
1120 go_repository(
1121 name = "com_github_globalsign_mgo",
1122 commit = "eeefdecb41b8",
1123 importpath = "github.com/globalsign/mgo",
1124 )
1125
1126 go_repository(
1127 name = "com_github_go_kit_kit",
1128 importpath = "github.com/go-kit/kit",
1129 tag = "v0.8.0",
1130 )
1131
1132 go_repository(
1133 name = "com_github_go_logfmt_logfmt",
1134 importpath = "github.com/go-logfmt/logfmt",
1135 tag = "v0.3.0",
1136 )
1137
1138 go_repository(
1139 name = "com_github_go_logr_logr",
1140 importpath = "github.com/go-logr/logr",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001141 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
1142 version = "v0.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001143 )
1144
1145 go_repository(
1146 name = "com_github_go_stack_stack",
1147 importpath = "github.com/go-stack/stack",
1148 tag = "v1.8.0",
1149 )
1150
1151 go_repository(
1152 name = "com_github_golang_groupcache",
1153 commit = "02826c3e7903",
1154 importpath = "github.com/golang/groupcache",
1155 )
1156
1157 go_repository(
1158 name = "com_github_golangplus_bytes",
1159 commit = "45c989fe5450",
1160 importpath = "github.com/golangplus/bytes",
1161 )
1162
1163 go_repository(
1164 name = "com_github_golangplus_fmt",
1165 commit = "2a5d6d7d2995",
1166 importpath = "github.com/golangplus/fmt",
1167 )
1168
1169 go_repository(
1170 name = "com_github_golangplus_testing",
1171 commit = "af21d9c3145e",
1172 importpath = "github.com/golangplus/testing",
1173 )
1174
1175 go_repository(
1176 name = "com_github_google_martian",
1177 importpath = "github.com/google/martian",
1178 tag = "v2.1.0",
1179 )
1180
1181 go_repository(
1182 name = "com_github_google_pprof",
1183 commit = "3ea8567a2e57",
1184 importpath = "github.com/google/pprof",
1185 )
1186
1187 go_repository(
1188 name = "com_github_google_uuid",
1189 importpath = "github.com/google/uuid",
1190 tag = "v1.1.1",
1191 )
1192
1193 go_repository(
1194 name = "com_github_googleapis_gax_go_v2",
1195 importpath = "github.com/googleapis/gax-go/v2",
1196 tag = "v2.0.4",
1197 )
1198
1199 go_repository(
1200 name = "com_github_gorilla_websocket",
1201 importpath = "github.com/gorilla/websocket",
1202 tag = "v1.4.0",
1203 )
1204
1205 go_repository(
1206 name = "com_github_grpc_ecosystem_go_grpc_middleware",
1207 commit = "f849b5445de4",
1208 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
1209 )
1210
1211 go_repository(
1212 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
1213 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1214 tag = "v1.2.0",
1215 )
1216
1217 go_repository(
1218 name = "com_github_hashicorp_golang_lru",
1219 importpath = "github.com/hashicorp/golang-lru",
1220 tag = "v0.5.1",
1221 )
1222
1223 go_repository(
1224 name = "com_github_hashicorp_hcl",
1225 importpath = "github.com/hashicorp/hcl",
1226 tag = "v1.0.0",
1227 )
1228
1229 go_repository(
1230 name = "com_github_jonboulle_clockwork",
1231 importpath = "github.com/jonboulle/clockwork",
1232 tag = "v0.1.0",
1233 )
1234
1235 go_repository(
1236 name = "com_github_jstemmer_go_junit_report",
1237 commit = "af01ea7f8024",
1238 importpath = "github.com/jstemmer/go-junit-report",
1239 )
1240
1241 go_repository(
1242 name = "com_github_julienschmidt_httprouter",
1243 importpath = "github.com/julienschmidt/httprouter",
1244 tag = "v1.2.0",
1245 )
1246
1247 go_repository(
1248 name = "com_github_kisielk_errcheck",
1249 importpath = "github.com/kisielk/errcheck",
1250 tag = "v1.2.0",
1251 )
1252
1253 go_repository(
1254 name = "com_github_konsorten_go_windows_terminal_sequences",
1255 importpath = "github.com/konsorten/go-windows-terminal-sequences",
1256 tag = "v1.0.1",
1257 )
1258
1259 go_repository(
1260 name = "com_github_kr_logfmt",
1261 commit = "b84e30acd515",
1262 importpath = "github.com/kr/logfmt",
1263 )
1264
1265 go_repository(
1266 name = "com_github_liggitt_tabwriter",
1267 commit = "89fcab3d43de",
1268 importpath = "github.com/liggitt/tabwriter",
1269 )
1270
1271 go_repository(
1272 name = "com_github_lithammer_dedent",
1273 importpath = "github.com/lithammer/dedent",
1274 tag = "v1.1.0",
1275 )
1276
1277 go_repository(
1278 name = "com_github_magiconair_properties",
1279 importpath = "github.com/magiconair/properties",
1280 tag = "v1.8.0",
1281 )
1282
1283 go_repository(
1284 name = "com_github_makenowjust_heredoc",
1285 commit = "bb23615498cd",
1286 importpath = "github.com/MakeNowJust/heredoc",
1287 )
1288
1289 go_repository(
1290 name = "com_github_mattn_go_colorable",
1291 importpath = "github.com/mattn/go-colorable",
1292 tag = "v0.0.9",
1293 )
1294
1295 go_repository(
1296 name = "com_github_mattn_go_runewidth",
1297 importpath = "github.com/mattn/go-runewidth",
1298 tag = "v0.0.2",
1299 )
1300
1301 go_repository(
1302 name = "com_github_mitchellh_go_homedir",
1303 importpath = "github.com/mitchellh/go-homedir",
1304 tag = "v1.1.0",
1305 )
1306
1307 go_repository(
1308 name = "com_github_morikuni_aec",
1309 importpath = "github.com/morikuni/aec",
1310 tag = "v1.0.0",
1311 )
1312
1313 go_repository(
1314 name = "com_github_munnerz_goautoneg",
1315 commit = "a7dc8b61c822",
1316 importpath = "github.com/munnerz/goautoneg",
1317 )
1318
1319 go_repository(
1320 name = "com_github_mwitkow_go_conntrack",
1321 commit = "cc309e4a2223",
1322 importpath = "github.com/mwitkow/go-conntrack",
1323 )
1324
1325 go_repository(
1326 name = "com_github_mxk_go_flowrate",
1327 commit = "cca7078d478f",
1328 importpath = "github.com/mxk/go-flowrate",
1329 )
1330
1331 go_repository(
1332 name = "com_github_nytimes_gziphandler",
1333 commit = "56545f4a5d46",
1334 importpath = "github.com/NYTimes/gziphandler",
1335 )
1336
1337 go_repository(
1338 name = "com_github_olekukonko_tablewriter",
1339 commit = "a0225b3f23b5",
1340 importpath = "github.com/olekukonko/tablewriter",
1341 )
1342
1343 go_repository(
1344 name = "com_github_pelletier_go_toml",
1345 importpath = "github.com/pelletier/go-toml",
1346 tag = "v1.2.0",
1347 )
1348
1349 go_repository(
1350 name = "com_github_pquerna_cachecontrol",
1351 commit = "0dec1b30a021",
1352 importpath = "github.com/pquerna/cachecontrol",
1353 )
1354
1355 go_repository(
1356 name = "com_github_remyoudompheng_bigfft",
1357 commit = "52369c62f446",
1358 importpath = "github.com/remyoudompheng/bigfft",
1359 )
1360
1361 go_repository(
1362 name = "com_github_rogpeppe_fastuuid",
1363 commit = "6724a57986af",
1364 importpath = "github.com/rogpeppe/fastuuid",
1365 )
1366
1367 go_repository(
1368 name = "com_github_russross_blackfriday",
1369 importpath = "github.com/russross/blackfriday",
1370 tag = "v1.5.2",
1371 )
1372
1373 go_repository(
1374 name = "com_github_soheilhy_cmux",
1375 importpath = "github.com/soheilhy/cmux",
1376 tag = "v0.1.4",
1377 )
1378
1379 go_repository(
1380 name = "com_github_spf13_afero",
1381 importpath = "github.com/spf13/afero",
1382 tag = "v1.2.2",
1383 )
1384
1385 go_repository(
1386 name = "com_github_spf13_cast",
1387 importpath = "github.com/spf13/cast",
1388 tag = "v1.3.0",
1389 )
1390
1391 go_repository(
1392 name = "com_github_spf13_jwalterweatherman",
1393 importpath = "github.com/spf13/jwalterweatherman",
1394 tag = "v1.0.0",
1395 )
1396
1397 go_repository(
1398 name = "com_github_spf13_viper",
1399 importpath = "github.com/spf13/viper",
1400 tag = "v1.3.2",
1401 )
1402
1403 go_repository(
1404 name = "com_github_tmc_grpc_websocket_proxy",
1405 commit = "89b8d40f7ca8",
1406 importpath = "github.com/tmc/grpc-websocket-proxy",
1407 )
1408
1409 go_repository(
1410 name = "com_github_ugorji_go_codec",
1411 commit = "d75b2dcb6bc8",
1412 importpath = "github.com/ugorji/go/codec",
1413 )
1414
1415 go_repository(
1416 name = "com_github_xiang90_probing",
1417 commit = "43a291ad63a2",
1418 importpath = "github.com/xiang90/probing",
1419 )
1420
1421 go_repository(
1422 name = "com_github_xlab_handysort",
1423 commit = "fb3537ed64a1",
1424 importpath = "github.com/xlab/handysort",
1425 )
1426
1427 go_repository(
1428 name = "com_github_xordataexchange_crypt",
1429 commit = "b2862e3d0a77",
1430 importpath = "github.com/xordataexchange/crypt",
1431 )
1432
1433 go_repository(
1434 name = "in_gopkg_alecthomas_kingpin_v2",
1435 importpath = "gopkg.in/alecthomas/kingpin.v2",
1436 tag = "v2.2.6",
1437 )
1438
1439 go_repository(
1440 name = "in_gopkg_cheggaaa_pb_v1",
1441 importpath = "gopkg.in/cheggaaa/pb.v1",
1442 tag = "v1.0.25",
1443 )
1444
1445 go_repository(
1446 name = "in_gopkg_natefinch_lumberjack_v2",
1447 importpath = "gopkg.in/natefinch/lumberjack.v2",
1448 tag = "v2.0.0",
1449 )
1450
1451 go_repository(
1452 name = "in_gopkg_resty_v1",
1453 importpath = "gopkg.in/resty.v1",
1454 tag = "v1.12.0",
1455 )
1456
1457 go_repository(
1458 name = "in_gopkg_square_go_jose_v2",
1459 importpath = "gopkg.in/square/go-jose.v2",
1460 tag = "v2.2.2",
1461 )
1462
1463 go_repository(
1464 name = "io_etcd_go_bbolt",
1465 importpath = "go.etcd.io/bbolt",
1466 tag = "v1.3.3",
1467 )
1468
1469 go_repository(
1470 name = "io_etcd_go_etcd",
1471 commit = "3cf2f69b5738",
1472 importpath = "go.etcd.io/etcd",
1473 )
1474
1475 go_repository(
1476 name = "io_k8s_apiserver",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001477 importpath = "k8s.io/apiserver",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001478 sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
1479 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001480 )
1481
1482 go_repository(
1483 name = "io_k8s_cli_runtime",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001484 importpath = "k8s.io/cli-runtime",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001485 sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
1486 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001487 )
1488
1489 go_repository(
1490 name = "io_k8s_code_generator",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001491 importpath = "k8s.io/code-generator",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001492 sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
1493 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001494 )
1495
1496 go_repository(
1497 name = "io_k8s_component_base",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001498 importpath = "k8s.io/component-base",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001499 sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
1500 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001501 )
1502
1503 go_repository(
1504 name = "io_k8s_gengo",
1505 commit = "26a664648505",
1506 importpath = "k8s.io/gengo",
1507 )
1508
1509 go_repository(
1510 name = "io_k8s_kubectl",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001511 importpath = "k8s.io/kubectl",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001512 sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
1513 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001514 )
1515
1516 go_repository(
1517 name = "io_k8s_metrics",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001518 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001519 importpath = "k8s.io/metrics",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001520 sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
1521 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001522 )
1523
1524 go_repository(
1525 name = "io_k8s_sigs_kustomize",
1526 importpath = "sigs.k8s.io/kustomize",
1527 tag = "v2.0.3",
1528 )
1529
1530 go_repository(
1531 name = "io_k8s_sigs_structured_merge_diff",
1532 commit = "b1b620dd3f06",
1533 importpath = "sigs.k8s.io/structured-merge-diff",
1534 )
1535
1536 go_repository(
1537 name = "org_golang_x_exp",
1538 commit = "4b39c73a6495",
1539 importpath = "golang.org/x/exp",
1540 )
1541
1542 go_repository(
1543 name = "org_golang_x_image",
1544 commit = "0694c2d4d067",
1545 importpath = "golang.org/x/image",
1546 )
1547
1548 go_repository(
1549 name = "org_golang_x_mobile",
1550 commit = "d3739f865fa6",
1551 importpath = "golang.org/x/mobile",
1552 )
1553
1554 go_repository(
1555 name = "org_golang_x_xerrors",
1556 commit = "a985d3407aa7",
1557 importpath = "golang.org/x/xerrors",
1558 )
1559
1560 go_repository(
1561 name = "org_gonum_v1_gonum",
1562 commit = "3d26580ed485",
1563 importpath = "gonum.org/v1/gonum",
1564 )
1565
1566 go_repository(
1567 name = "org_gonum_v1_netlib",
1568 commit = "76723241ea4e",
1569 importpath = "gonum.org/v1/netlib",
1570 )
1571
1572 go_repository(
1573 name = "org_modernc_cc",
1574 importpath = "modernc.org/cc",
1575 tag = "v1.0.0",
1576 )
1577
1578 go_repository(
1579 name = "org_modernc_golex",
1580 importpath = "modernc.org/golex",
1581 tag = "v1.0.0",
1582 )
1583
1584 go_repository(
1585 name = "org_modernc_mathutil",
1586 importpath = "modernc.org/mathutil",
1587 tag = "v1.0.0",
1588 )
1589
1590 go_repository(
1591 name = "org_modernc_strutil",
1592 importpath = "modernc.org/strutil",
1593 tag = "v1.0.0",
1594 )
1595
1596 go_repository(
1597 name = "org_modernc_xc",
1598 importpath = "modernc.org/xc",
1599 tag = "v1.0.0",
1600 )
1601
1602 go_repository(
1603 name = "org_uber_go_atomic",
1604 importpath = "go.uber.org/atomic",
1605 tag = "v1.3.2",
1606 )
1607
1608 go_repository(
1609 name = "org_uber_go_multierr",
1610 importpath = "go.uber.org/multierr",
1611 tag = "v1.1.0",
1612 )
1613
1614 go_repository(
1615 name = "org_uber_go_zap",
1616 importpath = "go.uber.org/zap",
1617 tag = "v1.10.0",
1618 )
1619
1620 go_repository(
1621 name = "com_github_dgraph_io_ristretto",
1622 commit = "83508260cb49a2c3261c2774c991870fd18b5a1b",
1623 importpath = "github.com/dgraph-io/ristretto",
1624 )
1625
1626 go_repository(
1627 name = "com_github_cespare_xxhash",
1628 commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f",
1629 importpath = "github.com/cespare/xxhash",
1630 )
1631
1632 go_repository(
1633 name = "com_github_ulule_limiter_v3",
1634 commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
1635 importpath = "github.com/ulule/limiter/v3",
1636 remote = "https://github.com/ulule/limiter",
1637 vcs = "git",
1638 )
1639
1640 go_repository(
1641 name = "com_github_go_telegram_bot_api_telegram_bot_api",
1642 commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
1643 importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
1644 )
1645
1646 go_repository(
1647 name = "com_github_technoweenie_multipartstreamer",
1648 commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
1649 importpath = "github.com/technoweenie/multipartstreamer",
1650 )
1651
1652 go_repository(
1653 name = "in_gopkg_irc_v3",
1654 commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
1655 importpath = "gopkg.in/irc.v3",
1656 )
1657
1658 go_repository(
1659 name = "in_gopkg_russross_blackfriday_v2",
1660 commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
1661 importpath = "gopkg.in/russross/blackfriday.v2",
1662 )
1663
1664 go_repository(
1665 name = "com_github_shurcool_sanitized_anchor_name",
1666 commit = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615",
1667 importpath = "github.com/shurcooL/sanitized_anchor_name",
1668 )
1669
1670 go_repository(
1671 name = "com_github_go_git_go_billy_v5",
1672 commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
1673 importpath = "github.com/go-git/go-billy/v5",
1674 remote = "https://github.com/go-git/go-billy",
1675 vcs = "git",
1676 )
1677
1678 go_repository(
1679 name = "com_github_go_git_go_git_v5",
1680 commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
1681 importpath = "github.com/go-git/go-git/v5",
1682 remote = "https://github.com/go-git/go-git",
1683 vcs = "git",
1684 build_extra_args = [
1685 "-known_import=github.com/go-git/go-billy/v5",
1686 ],
1687 )
1688
1689 go_repository(
1690 name = "com_github_go_git_gcfg",
1691 commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
1692 importpath = "github.com/go-git/gcfg",
1693 )
1694
1695 go_repository(
1696 name = "in_gopkg_warnings_v0",
1697 commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
1698 importpath = "gopkg.in/warnings.v0",
1699 )
1700
1701 go_repository(
1702 name = "com_github_emirpasic_gods",
1703 commit = "80e934ed68b9084f386ae25f74f839aaecfb54d8",
1704 importpath = "github.com/emirpasic/gods",
1705 )
1706
1707 go_repository(
1708 name = "com_github_jbenet_go_context",
1709 commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
1710 importpath = "github.com/jbenet/go-context",
1711 )
1712
1713 go_repository(
1714 name = "com_github_kevinburke_ssh_config",
1715 commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
1716 importpath = "github.com/kevinburke/ssh_config",
1717 )
1718
1719 go_repository(
1720 name = "com_github_xanzy_ssh_agent",
1721 commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
1722 importpath = "github.com/xanzy/ssh-agent",
1723 )
1724
1725 go_repository(
1726 name = "com_github_gabriel_vasile_mimetype",
1727 commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
1728 importpath = "github.com/gabriel-vasile/mimetype",
1729 )
1730
1731 go_repository(
1732 name = "com_github_kevinburke_go_bindata",
1733 commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
1734 importpath = "github.com/kevinburke/go-bindata",
1735 )
Serge Bazanskib4c3f342020-10-24 17:16:55 +02001736
1737 go_repository(
1738 name = "com_github_yuin_goldmark",
1739 importpath = "github.com/yuin/goldmark",
1740 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
1741 version = "v1.2.1",
1742 )
1743
1744 go_repository(
1745 name = "com_github_jessevdk_go_flags",
1746 importpath = "github.com/jessevdk/go-flags",
1747 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
1748 version = "v1.4.0",
1749 )
1750
1751 # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
1752 # thereby prohibiting usage of a gomod version directly in the version attribute of this
1753 # rule.
1754 go_repository(
1755 name = "com_github_piranha_gostatic",
1756 importpath = "github.com/piranha/gostatic",
Serge Bazanski79b506b2020-10-24 17:36:25 +02001757 sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
1758 version = "v0.0.0-20200923134324-eb52cbb4fb83",
Serge Bazanskib4c3f342020-10-24 17:16:55 +02001759 )
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001760 go_repository(
1761 name = "io_k8s_klog_v2",
1762 importpath = "k8s.io/klog/v2",
1763 sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
1764 version = "v2.4.0",
1765 )
1766 go_repository(
1767 name = "io_k8s_sigs_structured_merge_diff_v4",
1768 importpath = "sigs.k8s.io/structured-merge-diff/v4",
1769 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
1770 version = "v4.0.1",
1771 )
1772 go_repository(
1773 name = "in_gopkg_yaml_v3",
1774 importpath = "gopkg.in/yaml.v3",
1775 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
1776 version = "v3.0.0-20200615113413-eeeca48fe776",
1777 )
1778 go_repository(
1779 name = "com_github_moby_term",
1780 importpath = "github.com/moby/term",
1781 sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
1782 version = "v0.0.0-20201101162038-25d840ce174a",
1783 )