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