blob: da4a2f63d7cb8b3e691de3acfb6485704f6d872f [file] [log] [blame]
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001load("@bazel_gazelle//:deps.bzl", "go_repository")
2
3def go_repositories():
4 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00005 name = "co_honnef_go_tools",
6 commit = "ea95bdfd59fc",
7 importpath = "honnef.co/go/tools",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00008 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02009 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020010 go_repository(
11 name = "com_github_abbot_go_http_auth",
12 commit = "860ed7f246ff5abfdbd5c7ce618fd37b49fd3d86",
13 importpath = "github.com/abbot/go-http-auth",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000014 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020015 )
16
17 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000018 name = "com_github_alecthomas_template",
19 commit = "a0175ee3bccc",
20 importpath = "github.com/alecthomas/template",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000021 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020022 )
23
24 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000025 name = "com_github_alecthomas_units",
26 commit = "2efee857e7cf",
27 importpath = "github.com/alecthomas/units",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000028 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020029 )
30
31 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000032 name = "com_github_armon_consul_api",
33 commit = "eb2c6b5be1b6",
34 importpath = "github.com/armon/consul-api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000035 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020036 )
37
38 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000039 name = "com_github_arran4_golang_ical",
40 importpath = "github.com/arran4/golang-ical",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000041 build_naming_convention = "go_default_library",
Serge Bazanskid01f9e52021-10-07 19:24:31 +000042 sum = "h1:oOgavmDMGCnNtwZwNoXuK3jCcpF3I96Do9/5qPeSCr8=",
43 version = "v0.0.0-20210601225245-48fd351b08e7",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020044 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020045 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000046 name = "com_github_asaskevich_govalidator",
47 commit = "f61b66f89f4a",
48 importpath = "github.com/asaskevich/govalidator",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000049 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020050 )
51
52 go_repository(
53 name = "com_github_azure_go_ansiterm",
54 commit = "d6e3b3328b78",
55 importpath = "github.com/Azure/go-ansiterm",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000056 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020057 )
58
59 go_repository(
60 name = "com_github_azure_go_autorest",
61 importpath = "github.com/Azure/go-autorest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000062 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020063 tag = "v11.5.0",
64 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +000065 go_repository(
66 name = "com_github_beorn7_perks",
67 importpath = "github.com/beorn7/perks",
68 build_naming_convention = "go_default_library",
69 tag = "v1.0.0",
70 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020071
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020072 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000073 name = "com_github_bgentry_speakeasy",
74 importpath = "github.com/bgentry/speakeasy",
75 build_naming_convention = "go_default_library",
76 tag = "v0.1.0",
77 )
78 go_repository(
79 name = "com_github_bitnami_kubecfg",
80 importpath = "github.com/bitnami/kubecfg",
81 build_naming_convention = "go_default_library",
82 vcs = "git",
83 commit = "5070ed28ed12016b0ca75dcfd257f567f581c095",
84 remote = "https://github.com/q3k/kubecfg",
85 build_extra_args = ["-exclude=vendor"],
86 )
87
88 go_repository(
89 name = "com_github_blang_semver",
90 importpath = "github.com/blang/semver",
91 build_naming_convention = "go_default_library",
92 tag = "v3.5.0",
93 )
94
95 go_repository(
96 name = "com_github_boltdb_bolt",
97 importpath = "github.com/boltdb/bolt",
98 build_naming_convention = "go_default_library",
99 sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
100 version = "v1.3.1",
101 )
102 go_repository(
103 name = "com_github_burntsushi_toml",
104 importpath = "github.com/BurntSushi/toml",
105 build_naming_convention = "go_default_library",
106 tag = "v0.3.1",
107 )
108
109 go_repository(
110 name = "com_github_burntsushi_xgb",
111 commit = "27f122750802",
112 importpath = "github.com/BurntSushi/xgb",
113 build_naming_convention = "go_default_library",
114 )
115 go_repository(
116 name = "com_github_cenkalti_backoff",
117 commit = "4b4cebaf850ec58f1bb1fec5bdebdf8501c2bc3f",
118 importpath = "github.com/cenkalti/backoff",
119 build_naming_convention = "go_default_library",
120 )
121
122 go_repository(
123 name = "com_github_census_instrumentation_opencensus_proto",
124 importpath = "github.com/census-instrumentation/opencensus-proto",
125 build_naming_convention = "go_default_library",
126 sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=",
127 version = "v0.3.0",
128 build_extra_args = ["-exclude=src"],
129 )
130 go_repository(
131 name = "com_github_cespare_xxhash",
132 commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f",
133 importpath = "github.com/cespare/xxhash",
134 build_naming_convention = "go_default_library",
135 )
136 go_repository(
137 name = "com_github_chai2010_gettext_go",
138 commit = "c6fed771bfd5",
139 importpath = "github.com/chai2010/gettext-go",
140 build_naming_convention = "go_default_library",
141 )
142 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200143 name = "com_github_client9_misspell",
144 importpath = "github.com/client9/misspell",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000145 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200146 tag = "v0.3.4",
147 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000148 go_repository(
149 name = "com_github_cloudflare_cfrpki",
150 commit = "adece784464315db69299ba75e9287c60cd95c69",
151 importpath = "github.com/cloudflare/cfrpki",
152 build_naming_convention = "go_default_library",
153 )
154 go_repository(
155 name = "com_github_cloudflare_cfssl",
156 commit = "768cd563887febaad559b511aaa5964823ccb4ab",
157 importpath = "github.com/cloudflare/cfssl",
158 build_naming_convention = "go_default_library",
159 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200160
161 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000162 name = "com_github_cloudflare_gortr",
163 commit = "95270606e8853d9b93f5be46d656d08ec0a4ef09",
164 importpath = "github.com/cloudflare/gortr",
165 build_naming_convention = "go_default_library",
166 )
167
168 go_repository(
169 name = "com_github_cockroachdb_cockroach_go",
170 commit = "e0a95dfd547cc9c3ebaaba1a12c2afe4bf621ac5",
171 importpath = "github.com/cockroachdb/cockroach-go",
172 build_naming_convention = "go_default_library",
173 )
174
175 go_repository(
176 name = "com_github_cockroachdb_datadriven",
177 commit = "80d97fb3cbaa",
178 importpath = "github.com/cockroachdb/datadriven",
179 build_naming_convention = "go_default_library",
180 )
181 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200182 name = "com_github_containerd_continuity",
183 commit = "7f53d412b9eb",
184 importpath = "github.com/containerd/continuity",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000185 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200186 )
187
188 go_repository(
189 name = "com_github_coreos_clair",
190 commit = "44ae4bc9590a",
191 importpath = "github.com/coreos/clair",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000192 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200193 )
194
195 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000196 name = "com_github_coreos_etcd",
197 importpath = "github.com/coreos/etcd",
198 build_naming_convention = "go_default_library",
199 tag = "v3.3.10",
200 )
201
202 go_repository(
203 name = "com_github_coreos_go_etcd",
204 importpath = "github.com/coreos/go-etcd",
205 build_naming_convention = "go_default_library",
206 tag = "v2.0.0",
207 )
208
209 go_repository(
210 name = "com_github_coreos_go_oidc",
211 importpath = "github.com/coreos/go-oidc",
212 build_naming_convention = "go_default_library",
213 tag = "v2.1.0",
214 )
215
216 go_repository(
217 name = "com_github_coreos_go_semver",
218 importpath = "github.com/coreos/go-semver",
219 build_naming_convention = "go_default_library",
220 tag = "v0.3.0",
221 )
222
223 go_repository(
224 name = "com_github_coreos_go_systemd",
225 commit = "95778dfbb74e",
226 importpath = "github.com/coreos/go-systemd",
227 build_naming_convention = "go_default_library",
228 )
229
230 go_repository(
231 name = "com_github_coreos_pkg",
232 commit = "97fdf19511ea",
233 importpath = "github.com/coreos/pkg",
234 build_naming_convention = "go_default_library",
235 )
236
237 go_repository(
238 name = "com_github_cpuguy83_go_md2man",
239 importpath = "github.com/cpuguy83/go-md2man",
240 build_naming_convention = "go_default_library",
241 tag = "v1.0.10",
242 )
243
244 go_repository(
245 name = "com_github_creack_pty",
246 importpath = "github.com/creack/pty",
247 build_naming_convention = "go_default_library",
248 tag = "v1.1.7",
249 )
250 go_repository(
251 name = "com_github_davecgh_go_spew",
252 importpath = "github.com/davecgh/go-spew",
253 build_naming_convention = "go_default_library",
254 tag = "v1.1.1",
255 )
256
257 go_repository(
258 name = "com_github_daviddengcn_go_colortext",
259 commit = "511bcaf42ccd",
260 importpath = "github.com/daviddengcn/go-colortext",
261 build_naming_convention = "go_default_library",
262 )
263
264 go_repository(
265 name = "com_github_dgraph_io_ristretto",
266 commit = "83508260cb49a2c3261c2774c991870fd18b5a1b",
267 importpath = "github.com/dgraph-io/ristretto",
268 build_naming_convention = "go_default_library",
269 )
270 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200271 name = "com_github_dgrijalva_jwt_go",
272 importpath = "github.com/dgrijalva/jwt-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000273 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200274 tag = "v3.2.0",
275 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000276 go_repository(
277 name = "com_github_djherbis_atime",
278 commit = "2d569978378562c466df74eda2d82900f435c5f4",
279 importpath = "github.com/djherbis/atime",
280 build_naming_convention = "go_default_library",
281 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200282
283 go_repository(
284 name = "com_github_docker_cli",
285 commit = "54c19e67f69c",
286 importpath = "github.com/docker/cli",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000287 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100288 build_extra_args = ["-exclude=vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200289 )
290
291 go_repository(
292 name = "com_github_docker_distribution",
293 importpath = "github.com/docker/distribution",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000294 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200295 tag = "v2.7.1",
Serge Bazanski301435f2020-11-03 21:13:44 +0100296 build_extra_args = ["-exclude=vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200297 )
298
299 go_repository(
300 name = "com_github_docker_docker",
301 commit = "be7ac8be2ae0",
302 importpath = "github.com/docker/docker",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000303 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200304 )
305
306 go_repository(
307 name = "com_github_docker_docker_ce",
308 commit = "f53bd8bb8e43",
309 importpath = "github.com/docker/docker-ce",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000310 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100311 build_extra_args = ["-exclude=components/cli/vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200312 )
313
314 go_repository(
315 name = "com_github_docker_docker_credential_helpers",
316 importpath = "github.com/docker/docker-credential-helpers",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000317 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200318 tag = "v0.6.1",
319 )
320
321 go_repository(
322 name = "com_github_docker_go_connections",
323 commit = "97c2040d34df",
324 importpath = "github.com/docker/go-connections",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000325 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200326 )
327
328 go_repository(
329 name = "com_github_docker_go_metrics",
330 commit = "399ea8c73916",
331 importpath = "github.com/docker/go-metrics",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000332 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200333 )
334
335 go_repository(
336 name = "com_github_docker_go_units",
337 importpath = "github.com/docker/go-units",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000338 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200339 tag = "v0.3.3",
340 )
341
342 go_repository(
343 name = "com_github_docker_libtrust",
344 commit = "aabc10ec26b7",
345 importpath = "github.com/docker/libtrust",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000346 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200347 )
348
349 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000350 name = "com_github_docker_spdystream",
351 commit = "449fdfce4d96",
352 importpath = "github.com/docker/spdystream",
353 build_naming_convention = "go_default_library",
354 )
355 go_repository(
356 name = "com_github_dustin_go_humanize",
357 importpath = "github.com/dustin/go-humanize",
358 build_naming_convention = "go_default_library",
359 tag = "v1.0.0",
360 )
361
362 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200363 name = "com_github_elazarl_go_bindata_assetfs",
364 commit = "38087fe4dafb",
365 importpath = "github.com/elazarl/go-bindata-assetfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000366 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200367 )
368
369 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000370 name = "com_github_elazarl_goproxy",
371 commit = "c4fc26588b6e",
372 importpath = "github.com/elazarl/goproxy",
373 build_naming_convention = "go_default_library",
374 )
375
376 go_repository(
377 name = "com_github_emicklei_go_restful",
378 importpath = "github.com/emicklei/go-restful",
379 build_naming_convention = "go_default_library",
380 tag = "v2.9.5",
381 )
382
383 go_repository(
384 name = "com_github_emirpasic_gods",
385 commit = "80e934ed68b9084f386ae25f74f839aaecfb54d8",
386 importpath = "github.com/emirpasic/gods",
387 build_naming_convention = "go_default_library",
388 )
389 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200390 name = "com_github_evanphx_json_patch",
391 importpath = "github.com/evanphx/json-patch",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000392 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200393 tag = "v4.2.0",
394 )
395
396 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000397 name = "com_github_exponent_io_jsonpath",
398 commit = "d6023ce2651d",
399 importpath = "github.com/exponent-io/jsonpath",
400 build_naming_convention = "go_default_library",
401 )
402
403 go_repository(
404 name = "com_github_fatih_camelcase",
405 importpath = "github.com/fatih/camelcase",
406 build_naming_convention = "go_default_library",
407 tag = "v1.0.0",
408 )
409
410 go_repository(
411 name = "com_github_fatih_color",
412 importpath = "github.com/fatih/color",
413 build_naming_convention = "go_default_library",
414 tag = "v1.7.0",
415 )
416 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200417 name = "com_github_fernet_fernet_go",
418 commit = "9eac43b88a5e",
419 importpath = "github.com/fernet/fernet-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000420 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200421 )
422
423 go_repository(
424 name = "com_github_fsnotify_fsnotify",
425 importpath = "github.com/fsnotify/fsnotify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000426 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200427 tag = "v1.4.7",
428 )
429
430 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000431 name = "com_github_gabriel_vasile_mimetype",
432 commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
433 importpath = "github.com/gabriel-vasile/mimetype",
434 build_naming_convention = "go_default_library",
435 )
436 go_repository(
437 name = "com_github_gchaincl_sqlhooks",
438 commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
439 importpath = "github.com/gchaincl/sqlhooks",
440 build_naming_convention = "go_default_library",
441 )
442
443 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200444 name = "com_github_genuinetools_pkg",
445 commit = "1c141f661797",
446 importpath = "github.com/genuinetools/pkg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000447 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200448 )
449
450 go_repository(
451 name = "com_github_genuinetools_reg",
452 commit = "d959057b30da",
453 importpath = "github.com/genuinetools/reg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000454 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100455 build_extra_args = ["-exclude=vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200456 )
457
458 go_repository(
459 name = "com_github_ghodss_yaml",
460 importpath = "github.com/ghodss/yaml",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000461 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200462 tag = "v1.0.0",
463 )
464
465 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000466 name = "com_github_globalsign_mgo",
467 commit = "eeefdecb41b8",
468 importpath = "github.com/globalsign/mgo",
469 build_naming_convention = "go_default_library",
470 )
471
472 go_repository(
473 name = "com_github_go_git_gcfg",
474 commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
475 importpath = "github.com/go-git/gcfg",
476 build_naming_convention = "go_default_library",
477 )
478 go_repository(
479 name = "com_github_go_git_go_billy_v5",
480 commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
481 importpath = "github.com/go-git/go-billy/v5",
482 build_naming_convention = "go_default_library",
483 remote = "https://github.com/go-git/go-billy",
484 vcs = "git",
485 )
486
487 go_repository(
488 name = "com_github_go_git_go_git_v5",
489 commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
490 importpath = "github.com/go-git/go-git/v5",
491 build_naming_convention = "go_default_library",
492 remote = "https://github.com/go-git/go-git",
493 vcs = "git",
494 build_extra_args = [
495 "-known_import=github.com/go-git/go-billy/v5",
496 ],
497 )
498 go_repository(
499 name = "com_github_go_kit_kit",
500 importpath = "github.com/go-kit/kit",
501 build_naming_convention = "go_default_library",
502 tag = "v0.8.0",
503 )
504
505 go_repository(
506 name = "com_github_go_logfmt_logfmt",
507 importpath = "github.com/go-logfmt/logfmt",
508 build_naming_convention = "go_default_library",
509 tag = "v0.3.0",
510 )
511
512 go_repository(
513 name = "com_github_go_logr_logr",
514 importpath = "github.com/go-logr/logr",
515 build_naming_convention = "go_default_library",
516 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
517 version = "v0.2.0",
518 )
519 go_repository(
520 name = "com_github_go_ole_go_ole",
521 commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
522 importpath = "github.com/go-ole/go-ole",
523 build_naming_convention = "go_default_library",
524 )
525 go_repository(
526 name = "com_github_go_openapi_analysis",
527 importpath = "github.com/go-openapi/analysis",
528 build_naming_convention = "go_default_library",
529 tag = "v0.19.2",
530 )
531 go_repository(
532 name = "com_github_go_openapi_errors",
533 importpath = "github.com/go-openapi/errors",
534 build_naming_convention = "go_default_library",
535 tag = "v0.19.7",
536 )
537
538 go_repository(
539 name = "com_github_go_openapi_jsonpointer",
540 importpath = "github.com/go-openapi/jsonpointer",
541 build_naming_convention = "go_default_library",
542 tag = "v0.19.3",
543 )
544
545 go_repository(
546 name = "com_github_go_openapi_jsonreference",
547 importpath = "github.com/go-openapi/jsonreference",
548 build_naming_convention = "go_default_library",
549 tag = "v0.19.2",
550 )
551 go_repository(
552 name = "com_github_go_openapi_loads",
553 importpath = "github.com/go-openapi/loads",
554 build_naming_convention = "go_default_library",
555 tag = "v0.19.2",
556 )
557 go_repository(
558 name = "com_github_go_openapi_runtime",
559 importpath = "github.com/go-openapi/runtime",
560 build_naming_convention = "go_default_library",
561 tag = "v0.19.21",
562 )
563
564 go_repository(
565 name = "com_github_go_openapi_spec",
566 importpath = "github.com/go-openapi/spec",
567 build_naming_convention = "go_default_library",
568 tag = "v0.19.2",
569 )
570 go_repository(
571 name = "com_github_go_openapi_strfmt",
572 importpath = "github.com/go-openapi/strfmt",
573 build_naming_convention = "go_default_library",
574 tag = "v0.19.0",
575 )
576
577 go_repository(
578 name = "com_github_go_openapi_swag",
579 importpath = "github.com/go-openapi/swag",
580 build_naming_convention = "go_default_library",
581 tag = "v0.19.5",
582 )
583
584 go_repository(
585 name = "com_github_go_openapi_validate",
586 importpath = "github.com/go-openapi/validate",
587 build_naming_convention = "go_default_library",
588 tag = "v0.20.2",
589 )
590
591 go_repository(
592 name = "com_github_go_stack_stack",
593 importpath = "github.com/go-stack/stack",
594 build_naming_convention = "go_default_library",
595 tag = "v1.8.0",
596 )
597
598 go_repository(
599 name = "com_github_go_telegram_bot_api_telegram_bot_api",
600 commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
601 importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
602 build_naming_convention = "go_default_library",
603 )
604 go_repository(
605 name = "com_github_go_test_deep",
606 commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
607 importpath = "github.com/go-test/deep",
608 build_naming_convention = "go_default_library",
609 )
610 go_repository(
611 name = "com_github_golang_collections_go_datastructures",
612 commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
613 importpath = "github.com/golang-collections/go-datastructures",
614 build_naming_convention = "go_default_library",
615 )
616
617 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200618 name = "com_github_golang_glog",
619 commit = "23def4e6c14b",
620 importpath = "github.com/golang/glog",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000621 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200622 )
623
624 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000625 name = "com_github_golang_groupcache",
626 commit = "02826c3e7903",
627 importpath = "github.com/golang/groupcache",
628 build_naming_convention = "go_default_library",
629 )
630 go_repository(
631 name = "com_github_golang_migrate_migrate_v4",
632 commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
633 importpath = "github.com/golang-migrate/migrate/v4",
634 build_naming_convention = "go_default_library",
635 remote = "https://github.com/golang-migrate/migrate",
636 vcs = "git",
637 )
638
639 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200640 name = "com_github_golang_mock",
641 importpath = "github.com/golang/mock",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000642 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200643 tag = "v1.2.0",
644 )
645
646 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000647 name = "com_github_golangplus_bytes",
648 commit = "45c989fe5450",
649 importpath = "github.com/golangplus/bytes",
650 build_naming_convention = "go_default_library",
651 )
652
653 go_repository(
654 name = "com_github_golangplus_fmt",
655 commit = "2a5d6d7d2995",
656 importpath = "github.com/golangplus/fmt",
657 build_naming_convention = "go_default_library",
658 )
659
660 go_repository(
661 name = "com_github_golangplus_testing",
662 commit = "af21d9c3145e",
663 importpath = "github.com/golangplus/testing",
664 build_naming_convention = "go_default_library",
665 )
666 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200667 name = "com_github_google_btree",
668 importpath = "github.com/google/btree",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000669 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200670 tag = "v1.0.0",
671 )
672
673 go_repository(
674 name = "com_github_google_go_cmp",
675 importpath = "github.com/google/go-cmp",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000676 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200677 tag = "v0.3.0",
678 )
679
680 go_repository(
681 name = "com_github_google_go_jsonnet",
682 importpath = "github.com/google/go-jsonnet",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000683 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200684 tag = "v0.12.1",
685 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000686 go_repository(
687 name = "com_github_google_gofuzz",
688 importpath = "github.com/google/gofuzz",
689 build_naming_convention = "go_default_library",
690 tag = "v1.0.0",
691 )
692
693 go_repository(
694 name = "com_github_google_martian",
695 importpath = "github.com/google/martian",
696 build_naming_convention = "go_default_library",
697 tag = "v2.1.0",
698 )
699
700 go_repository(
701 name = "com_github_google_pprof",
702 commit = "3ea8567a2e57",
703 importpath = "github.com/google/pprof",
704 build_naming_convention = "go_default_library",
705 )
706
707 go_repository(
708 name = "com_github_google_uuid",
709 importpath = "github.com/google/uuid",
710 build_naming_convention = "go_default_library",
711 tag = "v1.1.1",
712 )
713
714 go_repository(
715 name = "com_github_googleapis_gax_go_v2",
716 importpath = "github.com/googleapis/gax-go/v2",
717 build_naming_convention = "go_default_library",
718 tag = "v2.0.4",
719 )
720 go_repository(
721 name = "com_github_googleapis_gnostic",
722 build_file_generation = "on",
723 build_file_proto_mode = "disable",
724 importpath = "github.com/googleapis/gnostic",
725 build_naming_convention = "go_default_library",
726 sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=",
727 version = "v0.5.3",
728 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200729
730 go_repository(
731 name = "com_github_gophercloud_gophercloud",
732 importpath = "github.com/gophercloud/gophercloud",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000733 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200734 tag = "v0.1.0",
735 )
736
737 go_repository(
738 name = "com_github_gorilla_context",
739 importpath = "github.com/gorilla/context",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000740 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200741 tag = "v1.1.1",
742 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000743 go_repository(
744 name = "com_github_gorilla_mux",
745 importpath = "github.com/gorilla/mux",
746 build_naming_convention = "go_default_library",
747 tag = "v1.6.2",
748 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200749
750 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000751 name = "com_github_gorilla_securecookie",
752 importpath = "github.com/gorilla/securecookie",
753 build_naming_convention = "go_default_library",
754 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
755 version = "v1.1.1",
756 )
757 go_repository(
758 name = "com_github_gorilla_sessions",
759 importpath = "github.com/gorilla/sessions",
760 build_naming_convention = "go_default_library",
761 sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
762 version = "v1.2.1",
763 )
764 go_repository(
765 name = "com_github_gorilla_websocket",
766 importpath = "github.com/gorilla/websocket",
767 build_naming_convention = "go_default_library",
768 tag = "v1.4.0",
769 )
770 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200771 name = "com_github_gregjones_httpcache",
772 commit = "9cad4c3443a7",
773 importpath = "github.com/gregjones/httpcache",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000774 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200775 )
776
777 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000778 name = "com_github_grpc_ecosystem_go_grpc_middleware",
779 commit = "f849b5445de4",
780 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
781 build_naming_convention = "go_default_library",
782 )
783
784 go_repository(
785 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
786 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
787 build_naming_convention = "go_default_library",
788 tag = "v1.2.0",
789 )
790 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200791 name = "com_github_grpc_ecosystem_grpc_gateway",
792 importpath = "github.com/grpc-ecosystem/grpc-gateway",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000793 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100794 sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
795 version = "v1.16.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200796 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000797 go_repository(
798 name = "com_github_hashicorp_errwrap",
799 commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
800 importpath = "github.com/hashicorp/errwrap",
801 build_naming_convention = "go_default_library",
802 )
803 go_repository(
804 name = "com_github_hashicorp_go_multierror",
805 commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
806 importpath = "github.com/hashicorp/go-multierror",
807 build_naming_convention = "go_default_library",
808 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200809
810 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000811 name = "com_github_hashicorp_golang_lru",
812 importpath = "github.com/hashicorp/golang-lru",
813 build_naming_convention = "go_default_library",
814 tag = "v0.5.1",
815 )
816
817 go_repository(
818 name = "com_github_hashicorp_hcl",
819 importpath = "github.com/hashicorp/hcl",
820 build_naming_convention = "go_default_library",
821 tag = "v1.0.0",
822 )
823 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200824 name = "com_github_hpcloud_tail",
825 importpath = "github.com/hpcloud/tail",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000826 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200827 tag = "v1.0.0",
828 )
829
830 go_repository(
831 name = "com_github_imdario_mergo",
832 importpath = "github.com/imdario/mergo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000833 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200834 tag = "v0.3.5",
835 )
836
837 go_repository(
838 name = "com_github_inconshreveable_mousetrap",
839 importpath = "github.com/inconshreveable/mousetrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000840 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200841 tag = "v1.0.0",
842 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000843 go_repository(
844 name = "com_github_jackc_pgx",
845 commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
846 importpath = "github.com/jackc/pgx",
847 build_naming_convention = "go_default_library",
848 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200849
850 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000851 name = "com_github_jbenet_go_context",
852 commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
853 importpath = "github.com/jbenet/go-context",
854 build_naming_convention = "go_default_library",
855 )
856
857 go_repository(
858 name = "com_github_jessevdk_go_flags",
859 importpath = "github.com/jessevdk/go-flags",
860 build_naming_convention = "go_default_library",
861 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
862 version = "v1.4.0",
863 )
864 go_repository(
865 name = "com_github_jmoiron_sqlx",
866 commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
867 importpath = "github.com/jmoiron/sqlx",
868 build_naming_convention = "go_default_library",
869 )
870
871 go_repository(
872 name = "com_github_jonboulle_clockwork",
873 importpath = "github.com/jonboulle/clockwork",
874 build_naming_convention = "go_default_library",
875 tag = "v0.1.0",
876 )
877 go_repository(
878 name = "com_github_json_iterator_go",
879 importpath = "github.com/json-iterator/go",
880 build_naming_convention = "go_default_library",
881 tag = "v1.1.8",
882 )
883
884 go_repository(
885 name = "com_github_jstemmer_go_junit_report",
886 commit = "af01ea7f8024",
887 importpath = "github.com/jstemmer/go-junit-report",
888 build_naming_convention = "go_default_library",
889 )
890
891 go_repository(
892 name = "com_github_julienschmidt_httprouter",
893 importpath = "github.com/julienschmidt/httprouter",
894 build_naming_convention = "go_default_library",
895 tag = "v1.2.0",
896 )
897
898 go_repository(
899 name = "com_github_kevinburke_go_bindata",
900 commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
901 importpath = "github.com/kevinburke/go-bindata",
902 build_naming_convention = "go_default_library",
903 )
904 go_repository(
905 name = "com_github_kevinburke_ssh_config",
906 commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
907 importpath = "github.com/kevinburke/ssh_config",
908 build_naming_convention = "go_default_library",
909 )
910 go_repository(
911 name = "com_github_kisielk_errcheck",
912 importpath = "github.com/kisielk/errcheck",
913 build_naming_convention = "go_default_library",
914 tag = "v1.2.0",
915 )
916 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200917 name = "com_github_kisielk_gotool",
918 importpath = "github.com/kisielk/gotool",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000919 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200920 tag = "v1.0.0",
921 )
922
923 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000924 name = "com_github_klauspost_cpuid_v2",
925 importpath = "github.com/klauspost/cpuid/v2",
926 build_naming_convention = "go_default_library",
927 sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
928 version = "v2.0.5",
929 )
930 go_repository(
931 name = "com_github_konsorten_go_windows_terminal_sequences",
932 importpath = "github.com/konsorten/go-windows-terminal-sequences",
933 build_naming_convention = "go_default_library",
934 tag = "v1.0.1",
935 )
936
937 go_repository(
938 name = "com_github_kr_logfmt",
939 commit = "b84e30acd515",
940 importpath = "github.com/kr/logfmt",
941 build_naming_convention = "go_default_library",
942 )
943 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200944 name = "com_github_kr_pretty",
945 importpath = "github.com/kr/pretty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000946 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200947 tag = "v0.1.0",
948 )
949
950 go_repository(
951 name = "com_github_kr_pty",
952 importpath = "github.com/kr/pty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000953 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200954 tag = "v1.1.5",
955 )
956
957 go_repository(
958 name = "com_github_kr_text",
959 importpath = "github.com/kr/text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000960 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200961 tag = "v0.1.0",
962 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000963 go_repository(
964 name = "com_github_lib_pq",
965 commit = "3427c32cb71afc948325f299f040e53c1dd78979",
966 importpath = "github.com/lib/pq",
967 build_naming_convention = "go_default_library",
968 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200969
970 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000971 name = "com_github_liggitt_tabwriter",
972 commit = "89fcab3d43de",
973 importpath = "github.com/liggitt/tabwriter",
974 build_naming_convention = "go_default_library",
975 )
976
977 go_repository(
978 name = "com_github_lithammer_dedent",
979 importpath = "github.com/lithammer/dedent",
980 build_naming_convention = "go_default_library",
981 tag = "v1.1.0",
982 )
983
984 go_repository(
985 name = "com_github_magiconair_properties",
986 importpath = "github.com/magiconair/properties",
987 build_naming_convention = "go_default_library",
988 tag = "v1.8.0",
989 )
990 go_repository(
991 name = "com_github_mailru_easyjson",
992 commit = "b2ccc519800e",
993 importpath = "github.com/mailru/easyjson",
994 build_naming_convention = "go_default_library",
995 )
996
997 go_repository(
998 name = "com_github_makenowjust_heredoc",
999 commit = "bb23615498cd",
1000 importpath = "github.com/MakeNowJust/heredoc",
1001 build_naming_convention = "go_default_library",
1002 )
1003
1004 go_repository(
1005 name = "com_github_mattn_go_colorable",
1006 importpath = "github.com/mattn/go-colorable",
1007 build_naming_convention = "go_default_library",
1008 tag = "v0.0.9",
1009 )
1010 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001011 name = "com_github_mattn_go_isatty",
1012 importpath = "github.com/mattn/go-isatty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001013 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001014 tag = "v0.0.4",
1015 )
1016
1017 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001018 name = "com_github_mattn_go_runewidth",
1019 importpath = "github.com/mattn/go-runewidth",
1020 build_naming_convention = "go_default_library",
1021 tag = "v0.0.2",
1022 )
1023 go_repository(
1024 name = "com_github_mattn_go_sqlite3",
1025 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
1026 importpath = "github.com/mattn/go-sqlite3",
1027 build_naming_convention = "go_default_library",
1028 )
1029
1030 go_repository(
1031 name = "com_github_matttproud_golang_protobuf_extensions",
1032 importpath = "github.com/matttproud/golang_protobuf_extensions",
1033 build_naming_convention = "go_default_library",
1034 tag = "v1.0.1",
1035 )
1036
1037 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001038 name = "com_github_microsoft_go_winio",
1039 importpath = "github.com/Microsoft/go-winio",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001040 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001041 tag = "v0.4.11",
1042 )
1043
1044 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001045 name = "com_github_minio_md5_simd",
1046 importpath = "github.com/minio/md5-simd",
1047 build_naming_convention = "go_default_library",
1048 sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
1049 version = "v1.1.2",
1050 )
1051 go_repository(
1052 name = "com_github_minio_minio_go_v7",
1053 importpath = "github.com/minio/minio-go/v7",
1054 build_naming_convention = "go_default_library",
1055 sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
1056 version = "v7.0.10",
1057 )
1058
1059 go_repository(
1060 name = "com_github_minio_sha256_simd",
1061 importpath = "github.com/minio/sha256-simd",
1062 build_naming_convention = "go_default_library",
1063 sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
1064 version = "v1.0.0",
1065 )
1066 go_repository(
1067 name = "com_github_mitchellh_go_homedir",
1068 importpath = "github.com/mitchellh/go-homedir",
1069 build_naming_convention = "go_default_library",
1070 tag = "v1.1.0",
1071 )
1072 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001073 name = "com_github_mitchellh_go_wordwrap",
1074 importpath = "github.com/mitchellh/go-wordwrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001075 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001076 tag = "v1.0.0",
1077 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001078 go_repository(
1079 name = "com_github_mitchellh_mapstructure",
1080 importpath = "github.com/mitchellh/mapstructure",
1081 build_naming_convention = "go_default_library",
1082 tag = "v1.1.2",
1083 )
1084
1085 go_repository(
1086 name = "com_github_moby_term",
1087 importpath = "github.com/moby/term",
1088 build_naming_convention = "go_default_library",
1089 sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
1090 version = "v0.0.0-20201101162038-25d840ce174a",
1091 )
1092 go_repository(
1093 name = "com_github_modern_go_concurrent",
1094 commit = "bacd9c7ef1dd",
1095 importpath = "github.com/modern-go/concurrent",
1096 build_naming_convention = "go_default_library",
1097 )
1098 go_repository(
1099 name = "com_github_modern_go_reflect2",
1100 importpath = "github.com/modern-go/reflect2",
1101 build_naming_convention = "go_default_library",
1102 tag = "v1.0.1",
1103 )
1104
1105 go_repository(
1106 name = "com_github_morikuni_aec",
1107 importpath = "github.com/morikuni/aec",
1108 build_naming_convention = "go_default_library",
1109 tag = "v1.0.0",
1110 )
1111
1112 go_repository(
1113 name = "com_github_munnerz_goautoneg",
1114 commit = "a7dc8b61c822",
1115 importpath = "github.com/munnerz/goautoneg",
1116 build_naming_convention = "go_default_library",
1117 )
1118
1119 go_repository(
1120 name = "com_github_mwitkow_go_conntrack",
1121 commit = "cc309e4a2223",
1122 importpath = "github.com/mwitkow/go-conntrack",
1123 build_naming_convention = "go_default_library",
1124 )
1125
1126 go_repository(
1127 name = "com_github_mxk_go_flowrate",
1128 commit = "cca7078d478f",
1129 importpath = "github.com/mxk/go-flowrate",
1130 build_naming_convention = "go_default_library",
1131 )
1132 go_repository(
1133 name = "com_github_netbox_community_go_netbox",
1134 commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
1135 importpath = "github.com/netbox-community/go-netbox",
1136 build_naming_convention = "go_default_library",
1137 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001138
1139 go_repository(
1140 name = "com_github_nvveen_gotty",
1141 commit = "cd527374f1e5",
1142 importpath = "github.com/Nvveen/Gotty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001143 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001144 )
1145
1146 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001147 name = "com_github_nytimes_gziphandler",
1148 commit = "56545f4a5d46",
1149 importpath = "github.com/NYTimes/gziphandler",
1150 build_naming_convention = "go_default_library",
1151 )
1152
1153 go_repository(
1154 name = "com_github_olekukonko_tablewriter",
1155 commit = "a0225b3f23b5",
1156 importpath = "github.com/olekukonko/tablewriter",
1157 build_naming_convention = "go_default_library",
1158 )
1159 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001160 name = "com_github_onsi_ginkgo",
1161 importpath = "github.com/onsi/ginkgo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001162 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001163 tag = "v1.10.1",
1164 )
1165
1166 go_repository(
1167 name = "com_github_onsi_gomega",
1168 importpath = "github.com/onsi/gomega",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001169 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001170 tag = "v1.7.0",
1171 )
1172
1173 go_repository(
1174 name = "com_github_opencontainers_go_digest",
1175 importpath = "github.com/opencontainers/go-digest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001176 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001177 tag = "v1.0.0-rc1",
1178 )
1179
1180 go_repository(
1181 name = "com_github_opencontainers_image_spec",
1182 importpath = "github.com/opencontainers/image-spec",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001183 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001184 tag = "v1.0.1",
1185 )
1186
1187 go_repository(
1188 name = "com_github_opencontainers_runc",
1189 importpath = "github.com/opencontainers/runc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001190 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001191 tag = "v0.1.1",
1192 )
1193
1194 go_repository(
1195 name = "com_github_openzipkin_zipkin_go",
1196 importpath = "github.com/openzipkin/zipkin-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001197 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001198 tag = "v0.1.3",
1199 )
1200
1201 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001202 name = "com_github_pelletier_go_toml",
1203 importpath = "github.com/pelletier/go-toml",
1204 build_naming_convention = "go_default_library",
1205 tag = "v1.2.0",
1206 )
1207 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001208 name = "com_github_peterbourgon_diskv",
1209 importpath = "github.com/peterbourgon/diskv",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001210 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001211 tag = "v2.0.1",
1212 )
1213
1214 go_repository(
1215 name = "com_github_peterhellberg_link",
1216 importpath = "github.com/peterhellberg/link",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001217 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001218 tag = "v1.0.0",
1219 )
1220
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001221 # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
1222 # thereby prohibiting usage of a gomod version directly in the version attribute of this
1223 # rule.
1224 go_repository(
1225 name = "com_github_piranha_gostatic",
1226 importpath = "github.com/piranha/gostatic",
1227 build_naming_convention = "go_default_library",
1228 sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
1229 version = "v0.0.0-20200923134324-eb52cbb4fb83",
1230 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001231 go_repository(
1232 name = "com_github_pkg_errors",
1233 importpath = "github.com/pkg/errors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001234 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001235 tag = "v0.8.1",
1236 )
1237
1238 go_repository(
1239 name = "com_github_pmezard_go_difflib",
1240 importpath = "github.com/pmezard/go-difflib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001241 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001242 tag = "v1.0.0",
1243 )
1244
1245 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001246 name = "com_github_pquerna_cachecontrol",
1247 commit = "0dec1b30a021",
1248 importpath = "github.com/pquerna/cachecontrol",
1249 build_naming_convention = "go_default_library",
1250 )
1251 go_repository(
1252 name = "com_github_projectcalico_calicoctl",
1253 importpath = "github.com/projectcalico/calicoctl",
1254 build_naming_convention = "go_default_library",
1255 # This fork implements explicit Bazel rules
1256 remote = "https://github.com/q3k/calicoctl",
1257 vcs = "git",
1258 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
1259 build_file_generation = "off",
1260 )
1261
1262 go_repository(
1263 name = "com_github_prometheus_client_golang",
1264 importpath = "github.com/prometheus/client_golang",
1265 build_naming_convention = "go_default_library",
1266 tag = "v1.0.0",
1267 )
1268
1269 go_repository(
1270 name = "com_github_prometheus_client_model",
1271 commit = "fd36f4220a90",
1272 importpath = "github.com/prometheus/client_model",
1273 build_naming_convention = "go_default_library",
1274 )
1275 go_repository(
1276 name = "com_github_prometheus_common",
1277 importpath = "github.com/prometheus/common",
1278 build_naming_convention = "go_default_library",
1279 tag = "v0.4.1",
1280 )
1281
1282 go_repository(
1283 name = "com_github_prometheus_procfs",
1284 importpath = "github.com/prometheus/procfs",
1285 build_naming_convention = "go_default_library",
1286 tag = "v0.0.2",
1287 )
1288 go_repository(
1289 name = "com_github_puerkitobio_purell",
1290 importpath = "github.com/PuerkitoBio/purell",
1291 build_naming_convention = "go_default_library",
1292 tag = "v1.1.1",
1293 )
1294
1295 go_repository(
1296 name = "com_github_puerkitobio_urlesc",
1297 commit = "de5bf2ad4578",
1298 importpath = "github.com/PuerkitoBio/urlesc",
1299 build_naming_convention = "go_default_library",
1300 )
1301
1302 go_repository(
1303 name = "com_github_q3k_cursedjson",
1304 commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
1305 importpath = "github.com/q3k/cursedjson",
1306 build_naming_convention = "go_default_library",
1307 )
1308 go_repository(
1309 name = "com_github_q3k_cursedjsonrpc",
1310 commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
1311 importpath = "github.com/q3k/cursedjsonrpc",
1312 build_naming_convention = "go_default_library",
1313 )
1314
1315 go_repository(
1316 name = "com_github_remyoudompheng_bigfft",
1317 commit = "52369c62f446",
1318 importpath = "github.com/remyoudompheng/bigfft",
1319 build_naming_convention = "go_default_library",
1320 )
1321
1322 go_repository(
1323 name = "com_github_rogpeppe_fastuuid",
1324 commit = "6724a57986af",
1325 importpath = "github.com/rogpeppe/fastuuid",
1326 build_naming_convention = "go_default_library",
1327 )
1328 go_repository(
1329 name = "com_github_rs_cors",
1330 commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
1331 importpath = "github.com/rs/cors",
1332 build_naming_convention = "go_default_library",
1333 )
1334
1335 go_repository(
1336 name = "com_github_rs_xid",
1337 importpath = "github.com/rs/xid",
1338 build_naming_convention = "go_default_library",
1339 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
1340 version = "v1.2.1",
1341 )
1342 go_repository(
1343 name = "com_github_russross_blackfriday",
1344 importpath = "github.com/russross/blackfriday",
1345 build_naming_convention = "go_default_library",
1346 tag = "v1.5.2",
1347 )
1348 go_repository(
1349 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
1350 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
1351 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
1352 build_naming_convention = "go_default_library",
1353 )
1354
1355 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001356 name = "com_github_sergi_go_diff",
1357 commit = "feef008d51ad",
1358 importpath = "github.com/sergi/go-diff",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001359 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001360 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001361 go_repository(
1362 name = "com_github_sethvargo_go_password",
1363 commit = "68ac5879751a7105834296859f8c1bf70b064675",
1364 importpath = "github.com/sethvargo/go-password",
1365 build_naming_convention = "go_default_library",
1366 )
1367 go_repository(
1368 name = "com_github_shirou_gopsutil",
1369 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
1370 importpath = "github.com/shirou/gopsutil",
1371 build_naming_convention = "go_default_library",
1372 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001373
1374 go_repository(
1375 name = "com_github_shurcool_httpfs",
1376 commit = "809beceb2371",
1377 importpath = "github.com/shurcooL/httpfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001378 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001379 )
1380
1381 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001382 name = "com_github_shurcool_sanitized_anchor_name",
1383 commit = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615",
1384 importpath = "github.com/shurcooL/sanitized_anchor_name",
1385 build_naming_convention = "go_default_library",
1386 )
1387 go_repository(
1388 name = "com_github_sirupsen_logrus",
1389 importpath = "github.com/sirupsen/logrus",
1390 build_naming_convention = "go_default_library",
1391 tag = "v1.4.2",
1392 )
1393
1394 go_repository(
1395 name = "com_github_soheilhy_cmux",
1396 importpath = "github.com/soheilhy/cmux",
1397 build_naming_convention = "go_default_library",
1398 tag = "v0.1.4",
1399 )
1400
1401 go_repository(
1402 name = "com_github_spf13_afero",
1403 importpath = "github.com/spf13/afero",
1404 build_naming_convention = "go_default_library",
1405 tag = "v1.2.2",
1406 )
1407
1408 go_repository(
1409 name = "com_github_spf13_cast",
1410 importpath = "github.com/spf13/cast",
1411 build_naming_convention = "go_default_library",
1412 tag = "v1.3.0",
1413 )
1414 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001415 name = "com_github_spf13_cobra",
1416 importpath = "github.com/spf13/cobra",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001417 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001418 sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=",
1419 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001420 )
1421
1422 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001423 name = "com_github_spf13_jwalterweatherman",
1424 importpath = "github.com/spf13/jwalterweatherman",
1425 build_naming_convention = "go_default_library",
1426 tag = "v1.0.0",
1427 )
1428 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001429 name = "com_github_spf13_pflag",
1430 importpath = "github.com/spf13/pflag",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001431 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001432 tag = "v1.0.5",
1433 )
1434
1435 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001436 name = "com_github_spf13_viper",
1437 importpath = "github.com/spf13/viper",
1438 build_naming_convention = "go_default_library",
1439 tag = "v1.3.2",
1440 )
1441 go_repository(
1442 name = "com_github_stackexchange_wmi",
1443 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
1444 importpath = "github.com/stackexchange/wmi",
1445 build_naming_convention = "go_default_library",
1446 )
1447
1448 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001449 name = "com_github_stretchr_objx",
1450 importpath = "github.com/stretchr/objx",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001451 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001452 tag = "v0.2.0",
1453 )
1454
1455 go_repository(
1456 name = "com_github_stretchr_testify",
1457 importpath = "github.com/stretchr/testify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001458 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001459 tag = "v1.3.0",
1460 )
1461
1462 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001463 name = "com_github_technoweenie_multipartstreamer",
1464 commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
1465 importpath = "github.com/technoweenie/multipartstreamer",
1466 build_naming_convention = "go_default_library",
1467 )
1468 go_repository(
1469 name = "com_github_tmc_grpc_websocket_proxy",
1470 commit = "89b8d40f7ca8",
1471 importpath = "github.com/tmc/grpc-websocket-proxy",
1472 build_naming_convention = "go_default_library",
1473 )
1474
1475 go_repository(
1476 name = "com_github_ugorji_go_codec",
1477 commit = "d75b2dcb6bc8",
1478 importpath = "github.com/ugorji/go/codec",
1479 build_naming_convention = "go_default_library",
1480 )
1481
1482 go_repository(
1483 name = "com_github_ulule_limiter_v3",
1484 commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
1485 importpath = "github.com/ulule/limiter/v3",
1486 build_naming_convention = "go_default_library",
1487 remote = "https://github.com/ulule/limiter",
1488 vcs = "git",
1489 )
1490 go_repository(
1491 name = "com_github_urfave_cli",
1492 importpath = "github.com/urfave/cli",
1493 build_naming_convention = "go_default_library",
1494 tag = "v1.20.0",
1495 )
1496
1497 go_repository(
1498 name = "com_github_xanzy_ssh_agent",
1499 commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
1500 importpath = "github.com/xanzy/ssh-agent",
1501 build_naming_convention = "go_default_library",
1502 )
1503 go_repository(
1504 name = "com_github_xiang90_probing",
1505 commit = "43a291ad63a2",
1506 importpath = "github.com/xiang90/probing",
1507 build_naming_convention = "go_default_library",
1508 )
1509
1510 go_repository(
1511 name = "com_github_xlab_handysort",
1512 commit = "fb3537ed64a1",
1513 importpath = "github.com/xlab/handysort",
1514 build_naming_convention = "go_default_library",
1515 )
1516
1517 go_repository(
1518 name = "com_github_xordataexchange_crypt",
1519 commit = "b2862e3d0a77",
1520 importpath = "github.com/xordataexchange/crypt",
1521 build_naming_convention = "go_default_library",
1522 )
1523
1524 go_repository(
1525 name = "com_github_yuin_goldmark",
1526 importpath = "github.com/yuin/goldmark",
1527 build_naming_convention = "go_default_library",
1528 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
1529 version = "v1.2.1",
1530 )
1531 go_repository(
1532 name = "com_github_ziutek_telnet",
1533 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
1534 importpath = "github.com/ziutek/telnet",
1535 build_naming_convention = "go_default_library",
1536 )
1537
1538 go_repository(
1539 name = "com_google_cloud_go",
1540 importpath = "cloud.google.com/go",
1541 build_naming_convention = "go_default_library",
1542 tag = "v0.38.0",
1543 )
1544
1545 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001546 name = "in_gopkg_airbrake_gobrake_v2",
1547 importpath = "gopkg.in/airbrake/gobrake.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001548 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001549 tag = "v2.0.9",
1550 )
1551
1552 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001553 name = "in_gopkg_alecthomas_kingpin_v2",
1554 importpath = "gopkg.in/alecthomas/kingpin.v2",
1555 build_naming_convention = "go_default_library",
1556 tag = "v2.2.6",
1557 )
1558 go_repository(
1559 name = "in_gopkg_asn1_ber_v1",
1560 commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
1561 importpath = "gopkg.in/asn1-ber.v1",
1562 build_naming_convention = "go_default_library",
1563 )
1564
1565 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001566 name = "in_gopkg_check_v1",
1567 commit = "788fd7840127",
1568 importpath = "gopkg.in/check.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001569 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001570 )
1571
1572 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001573 name = "in_gopkg_cheggaaa_pb_v1",
1574 importpath = "gopkg.in/cheggaaa/pb.v1",
1575 build_naming_convention = "go_default_library",
1576 tag = "v1.0.25",
1577 )
1578 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001579 name = "in_gopkg_fsnotify_v1",
1580 importpath = "gopkg.in/fsnotify.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001581 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001582 tag = "v1.4.7",
1583 )
1584
1585 go_repository(
1586 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
1587 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001588 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001589 tag = "v2.1.2",
1590 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001591 go_repository(
1592 name = "in_gopkg_inf_v0",
1593 importpath = "gopkg.in/inf.v0",
1594 build_naming_convention = "go_default_library",
1595 tag = "v0.9.1",
1596 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001597
1598 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001599 name = "in_gopkg_ini_v1",
1600 importpath = "gopkg.in/ini.v1",
1601 build_naming_convention = "go_default_library",
1602 sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
1603 version = "v1.62.0",
1604 )
1605 go_repository(
1606 name = "in_gopkg_irc_v3",
1607 commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
1608 importpath = "gopkg.in/irc.v3",
1609 build_naming_convention = "go_default_library",
1610 )
1611 go_repository(
1612 name = "in_gopkg_ldap_v3",
1613 commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
1614 importpath = "gopkg.in/ldap.v3",
1615 build_naming_convention = "go_default_library",
1616 )
1617
1618 go_repository(
1619 name = "in_gopkg_natefinch_lumberjack_v2",
1620 importpath = "gopkg.in/natefinch/lumberjack.v2",
1621 build_naming_convention = "go_default_library",
1622 tag = "v2.0.0",
1623 )
1624
1625 go_repository(
1626 name = "in_gopkg_resty_v1",
1627 importpath = "gopkg.in/resty.v1",
1628 build_naming_convention = "go_default_library",
1629 tag = "v1.12.0",
1630 )
1631
1632 go_repository(
1633 name = "in_gopkg_russross_blackfriday_v2",
1634 commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
1635 importpath = "gopkg.in/russross/blackfriday.v2",
1636 build_naming_convention = "go_default_library",
1637 )
1638 go_repository(
1639 name = "in_gopkg_square_go_jose_v2",
1640 importpath = "gopkg.in/square/go-jose.v2",
1641 build_naming_convention = "go_default_library",
1642 tag = "v2.2.2",
1643 )
1644 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001645 name = "in_gopkg_tomb_v1",
1646 commit = "dd632973f1e7",
1647 importpath = "gopkg.in/tomb.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001648 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001649 )
1650
1651 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001652 name = "in_gopkg_warnings_v0",
1653 commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
1654 importpath = "gopkg.in/warnings.v0",
1655 build_naming_convention = "go_default_library",
1656 )
1657 go_repository(
1658 name = "in_gopkg_yaml_v2",
1659 importpath = "gopkg.in/yaml.v2",
1660 build_naming_convention = "go_default_library",
1661 tag = "v2.2.4",
1662 )
1663
1664 go_repository(
1665 name = "in_gopkg_yaml_v3",
1666 importpath = "gopkg.in/yaml.v3",
1667 build_naming_convention = "go_default_library",
1668 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
1669 version = "v3.0.0-20200615113413-eeeca48fe776",
1670 )
1671 go_repository(
1672 name = "io_etcd_go_bbolt",
1673 importpath = "go.etcd.io/bbolt",
1674 build_naming_convention = "go_default_library",
1675 tag = "v1.3.3",
1676 )
1677
1678 go_repository(
1679 name = "io_etcd_go_etcd",
1680 commit = "3cf2f69b5738",
1681 importpath = "go.etcd.io/etcd",
1682 build_naming_convention = "go_default_library",
1683 )
1684 go_repository(
1685 name = "io_k8s_api",
1686 build_file_proto_mode = "disable",
1687 importpath = "k8s.io/api",
1688 build_naming_convention = "go_default_library",
1689 sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
1690 version = "v0.19.3",
1691 )
1692
1693 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001694 name = "io_k8s_apiextensions_apiserver",
1695 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001696 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001697 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001698 sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
1699 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001700 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001701 go_repository(
1702 name = "io_k8s_apimachinery",
1703 build_file_proto_mode = "disable",
1704 importpath = "k8s.io/apimachinery",
1705 build_naming_convention = "go_default_library",
1706 patch_args = ["-p1"],
1707 patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
1708 sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
1709 version = "v0.19.3",
1710 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001711
1712 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001713 name = "io_k8s_apiserver",
1714 importpath = "k8s.io/apiserver",
1715 build_naming_convention = "go_default_library",
1716 sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
1717 version = "v0.19.3",
1718 )
1719
1720 go_repository(
1721 name = "io_k8s_cli_runtime",
1722 importpath = "k8s.io/cli-runtime",
1723 build_naming_convention = "go_default_library",
1724 sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
1725 version = "v0.19.3",
1726 )
1727 go_repository(
1728 name = "io_k8s_client_go",
1729 build_extra_args = [
1730 "-known_import=github.com/Azure/go-autorest",
1731 "-known_import=github.com/googleapis/gnostic",
1732 ],
1733 importpath = "k8s.io/client-go",
1734 build_naming_convention = "go_default_library",
1735 sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
1736 version = "v0.19.3",
1737 )
1738
1739 go_repository(
1740 name = "io_k8s_code_generator",
1741 importpath = "k8s.io/code-generator",
1742 build_naming_convention = "go_default_library",
1743 sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
1744 version = "v0.19.3",
1745 )
1746
1747 go_repository(
1748 name = "io_k8s_component_base",
1749 importpath = "k8s.io/component-base",
1750 build_naming_convention = "go_default_library",
1751 sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
1752 version = "v0.19.3",
1753 )
1754
1755 go_repository(
1756 name = "io_k8s_gengo",
1757 commit = "26a664648505",
1758 importpath = "k8s.io/gengo",
1759 build_naming_convention = "go_default_library",
1760 )
1761 go_repository(
1762 name = "io_k8s_klog",
1763 importpath = "k8s.io/klog",
1764 build_naming_convention = "go_default_library",
1765 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
1766 version = "v1.0.0",
1767 )
1768
1769 go_repository(
1770 name = "io_k8s_klog_v2",
1771 importpath = "k8s.io/klog/v2",
1772 build_naming_convention = "go_default_library",
1773 sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
1774 version = "v2.4.0",
1775 )
1776 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001777 name = "io_k8s_kube_openapi",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001778 build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001779 importpath = "k8s.io/kube-openapi",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001780 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001781 sum = "h1:mNpvQf4lkIHNOXCoM+Veu/UXwA56Yx1J7hY1Tvcs/oM=",
1782 version = "v0.0.0-20200923155610-8b5066479488",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001783 )
1784
1785 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001786 name = "io_k8s_kubectl",
1787 importpath = "k8s.io/kubectl",
1788 build_naming_convention = "go_default_library",
1789 sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
1790 version = "v0.19.3",
1791 )
1792 go_repository(
1793 name = "io_k8s_kubernetes",
1794 importpath = "k8s.io/kubernetes",
1795 build_naming_convention = "go_default_library",
1796 patch_args = ["-p1"],
1797 patches = ["//third_party/go/kubernetes:build.patch"],
1798 sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
1799 version = "v1.19.3",
1800 )
1801
1802 go_repository(
1803 name = "io_k8s_metrics",
1804 build_file_proto_mode = "disable",
1805 importpath = "k8s.io/metrics",
1806 build_naming_convention = "go_default_library",
1807 sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
1808 version = "v0.19.3",
1809 )
1810 go_repository(
1811 name = "io_k8s_repo_infra",
1812 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
1813 importpath = "k8s.io/repo-infra",
1814 build_naming_convention = "go_default_library",
1815 )
1816
1817 go_repository(
1818 name = "io_k8s_sigs_kustomize",
1819 importpath = "sigs.k8s.io/kustomize",
1820 build_naming_convention = "go_default_library",
1821 tag = "v2.0.3",
1822 )
1823
1824 go_repository(
1825 name = "io_k8s_sigs_structured_merge_diff",
1826 commit = "b1b620dd3f06",
1827 importpath = "sigs.k8s.io/structured-merge-diff",
1828 build_naming_convention = "go_default_library",
1829 )
1830
1831 go_repository(
1832 name = "io_k8s_sigs_structured_merge_diff_v4",
1833 importpath = "sigs.k8s.io/structured-merge-diff/v4",
1834 build_naming_convention = "go_default_library",
1835 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
1836 version = "v4.0.1",
1837 )
1838 go_repository(
1839 name = "io_k8s_sigs_yaml",
1840 importpath = "sigs.k8s.io/yaml",
1841 build_naming_convention = "go_default_library",
1842 tag = "v1.1.0",
1843 )
1844 go_repository(
1845 name = "io_k8s_utils",
1846 commit = "e782cd3c129f",
1847 importpath = "k8s.io/utils",
1848 build_naming_convention = "go_default_library",
1849 )
1850
1851 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001852 name = "io_opencensus_go",
1853 importpath = "go.opencensus.io",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001854 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001855 tag = "v0.21.0",
1856 )
1857
1858 go_repository(
1859 name = "io_opencensus_go_contrib_exporter_ocagent",
1860 importpath = "contrib.go.opencensus.io/exporter/ocagent",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001861 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +01001862 sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
1863 version = "v0.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001864 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001865 go_repository(
1866 name = "ml_vbom_util_sortorder",
1867 commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
1868 importpath = "vbom.ml/util/sortorder",
1869 build_naming_convention = "go_default_library",
1870 remote = "https://github.com/fvbommel/sortorder",
1871 vcs = "git",
1872 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001873
1874 go_repository(
1875 name = "org_apache_git_thrift_git",
1876 commit = "9b75e4fe745a",
1877 importpath = "git.apache.org/thrift.git",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001878 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001879 )
1880
1881 go_repository(
1882 name = "org_golang_google_api",
1883 importpath = "google.golang.org/api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001884 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001885 tag = "v0.4.0",
1886 )
1887
1888 go_repository(
1889 name = "org_golang_google_appengine",
1890 importpath = "google.golang.org/appengine",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001891 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001892 tag = "v1.5.0",
1893 )
1894
1895 go_repository(
1896 name = "org_golang_google_grpc",
1897 importpath = "google.golang.org/grpc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001898 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001899 tag = "v1.29.1",
1900 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001901 go_repository(
1902 name = "org_golang_x_crypto",
1903 build_naming_convention = "go_default_library",
1904 importpath = "golang.org/x/crypto",
1905 sum = "h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg=",
1906 version = "v0.0.0-20210921155107-089bfa567519",
1907 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001908
1909 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001910 name = "org_golang_x_exp",
1911 commit = "4b39c73a6495",
1912 importpath = "golang.org/x/exp",
1913 build_naming_convention = "go_default_library",
1914 )
1915
1916 go_repository(
1917 name = "org_golang_x_image",
1918 commit = "0694c2d4d067",
1919 importpath = "golang.org/x/image",
1920 build_naming_convention = "go_default_library",
1921 )
1922 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001923 name = "org_golang_x_lint",
1924 commit = "d0100b6bd8b3",
1925 importpath = "golang.org/x/lint",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001926 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001927 )
1928
1929 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001930 name = "org_golang_x_mobile",
1931 commit = "d3739f865fa6",
1932 importpath = "golang.org/x/mobile",
1933 build_naming_convention = "go_default_library",
1934 )
1935 go_repository(
1936 name = "org_golang_x_net",
1937 commit = "d3edc9973b7eb1fb302b0ff2c62357091cea9a30",
1938 importpath = "golang.org/x/net",
1939 build_naming_convention = "go_default_library",
1940 )
1941
1942 go_repository(
1943 name = "org_golang_x_oauth2",
1944 commit = "0f29369cfe45",
1945 importpath = "golang.org/x/oauth2",
1946 build_naming_convention = "go_default_library",
1947 )
1948
1949 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001950 name = "org_golang_x_sync",
1951 commit = "112230192c58",
1952 importpath = "golang.org/x/sync",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001953 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001954 )
1955
1956 go_repository(
1957 name = "org_golang_x_sys",
1958 commit = "c7b8b68b1456",
1959 importpath = "golang.org/x/sys",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001960 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001961 )
1962
1963 go_repository(
1964 name = "org_golang_x_text",
1965 importpath = "golang.org/x/text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001966 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001967 tag = "v0.3.2",
1968 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001969 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001970 name = "org_golang_x_time",
1971 commit = "9d24e82272b4",
1972 importpath = "golang.org/x/time",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001973 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001974 )
1975
1976 go_repository(
1977 name = "org_golang_x_xerrors",
1978 commit = "a985d3407aa7",
1979 importpath = "golang.org/x/xerrors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001980 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001981 )
1982
1983 go_repository(
1984 name = "org_gonum_v1_gonum",
1985 commit = "3d26580ed485",
1986 importpath = "gonum.org/v1/gonum",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001987 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001988 )
1989
1990 go_repository(
1991 name = "org_gonum_v1_netlib",
1992 commit = "76723241ea4e",
1993 importpath = "gonum.org/v1/netlib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001994 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001995 )
1996
1997 go_repository(
1998 name = "org_modernc_cc",
1999 importpath = "modernc.org/cc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002000 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002001 tag = "v1.0.0",
2002 )
2003
2004 go_repository(
2005 name = "org_modernc_golex",
2006 importpath = "modernc.org/golex",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002007 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002008 tag = "v1.0.0",
2009 )
2010
2011 go_repository(
2012 name = "org_modernc_mathutil",
2013 importpath = "modernc.org/mathutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002014 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002015 tag = "v1.0.0",
2016 )
2017
2018 go_repository(
2019 name = "org_modernc_strutil",
2020 importpath = "modernc.org/strutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002021 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002022 tag = "v1.0.0",
2023 )
2024
2025 go_repository(
2026 name = "org_modernc_xc",
2027 importpath = "modernc.org/xc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002028 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002029 tag = "v1.0.0",
2030 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002031 go_repository(
2032 name = "org_mongodb_go_mongo_driver",
2033 commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
2034 importpath = "go.mongodb.org/mongo-driver",
2035 build_naming_convention = "go_default_library",
2036 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002037
2038 go_repository(
2039 name = "org_uber_go_atomic",
2040 importpath = "go.uber.org/atomic",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002041 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002042 tag = "v1.3.2",
2043 )
2044
2045 go_repository(
2046 name = "org_uber_go_multierr",
2047 importpath = "go.uber.org/multierr",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002048 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002049 tag = "v1.1.0",
2050 )
2051
2052 go_repository(
2053 name = "org_uber_go_zap",
2054 importpath = "go.uber.org/zap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002055 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002056 tag = "v1.10.0",
2057 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002058 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002059 name = "tools_gotest",
2060 importpath = "gotest.tools",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002061 build_naming_convention = "go_default_library",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002062 tag = "v2.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002063 )