blob: b320ccd46f9e981ec060d832f1595707ffecd6a3 [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 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +0000706 go_repository(
707 name = "com_github_google_shlex",
708 importpath = "github.com/google/shlex",
709 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
710 version = "v0.0.0-20191202100458-e7afc7fbc510",
711 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000712
713 go_repository(
714 name = "com_github_google_uuid",
715 importpath = "github.com/google/uuid",
716 build_naming_convention = "go_default_library",
717 tag = "v1.1.1",
718 )
719
720 go_repository(
721 name = "com_github_googleapis_gax_go_v2",
722 importpath = "github.com/googleapis/gax-go/v2",
723 build_naming_convention = "go_default_library",
724 tag = "v2.0.4",
725 )
726 go_repository(
727 name = "com_github_googleapis_gnostic",
728 build_file_generation = "on",
729 build_file_proto_mode = "disable",
730 importpath = "github.com/googleapis/gnostic",
731 build_naming_convention = "go_default_library",
732 sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=",
733 version = "v0.5.3",
734 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200735
736 go_repository(
737 name = "com_github_gophercloud_gophercloud",
738 importpath = "github.com/gophercloud/gophercloud",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000739 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200740 tag = "v0.1.0",
741 )
742
743 go_repository(
744 name = "com_github_gorilla_context",
745 importpath = "github.com/gorilla/context",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000746 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200747 tag = "v1.1.1",
748 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000749 go_repository(
750 name = "com_github_gorilla_mux",
751 importpath = "github.com/gorilla/mux",
752 build_naming_convention = "go_default_library",
753 tag = "v1.6.2",
754 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200755
756 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000757 name = "com_github_gorilla_securecookie",
758 importpath = "github.com/gorilla/securecookie",
759 build_naming_convention = "go_default_library",
760 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
761 version = "v1.1.1",
762 )
763 go_repository(
764 name = "com_github_gorilla_sessions",
765 importpath = "github.com/gorilla/sessions",
766 build_naming_convention = "go_default_library",
767 sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
768 version = "v1.2.1",
769 )
770 go_repository(
771 name = "com_github_gorilla_websocket",
772 importpath = "github.com/gorilla/websocket",
773 build_naming_convention = "go_default_library",
774 tag = "v1.4.0",
775 )
776 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200777 name = "com_github_gregjones_httpcache",
778 commit = "9cad4c3443a7",
779 importpath = "github.com/gregjones/httpcache",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000780 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200781 )
782
783 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000784 name = "com_github_grpc_ecosystem_go_grpc_middleware",
785 commit = "f849b5445de4",
786 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
787 build_naming_convention = "go_default_library",
788 )
789
790 go_repository(
791 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
792 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
793 build_naming_convention = "go_default_library",
794 tag = "v1.2.0",
795 )
796 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200797 name = "com_github_grpc_ecosystem_grpc_gateway",
798 importpath = "github.com/grpc-ecosystem/grpc-gateway",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000799 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100800 sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
801 version = "v1.16.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200802 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000803 go_repository(
804 name = "com_github_hashicorp_errwrap",
805 commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
806 importpath = "github.com/hashicorp/errwrap",
807 build_naming_convention = "go_default_library",
808 )
809 go_repository(
810 name = "com_github_hashicorp_go_multierror",
811 commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
812 importpath = "github.com/hashicorp/go-multierror",
813 build_naming_convention = "go_default_library",
814 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200815
816 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000817 name = "com_github_hashicorp_golang_lru",
818 importpath = "github.com/hashicorp/golang-lru",
819 build_naming_convention = "go_default_library",
820 tag = "v0.5.1",
821 )
822
823 go_repository(
824 name = "com_github_hashicorp_hcl",
825 importpath = "github.com/hashicorp/hcl",
826 build_naming_convention = "go_default_library",
827 tag = "v1.0.0",
828 )
829 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200830 name = "com_github_hpcloud_tail",
831 importpath = "github.com/hpcloud/tail",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000832 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200833 tag = "v1.0.0",
834 )
835
836 go_repository(
837 name = "com_github_imdario_mergo",
838 importpath = "github.com/imdario/mergo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000839 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200840 tag = "v0.3.5",
841 )
842
843 go_repository(
844 name = "com_github_inconshreveable_mousetrap",
845 importpath = "github.com/inconshreveable/mousetrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000846 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200847 tag = "v1.0.0",
848 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000849 go_repository(
850 name = "com_github_jackc_pgx",
851 commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
852 importpath = "github.com/jackc/pgx",
853 build_naming_convention = "go_default_library",
854 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200855
856 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000857 name = "com_github_jbenet_go_context",
858 commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
859 importpath = "github.com/jbenet/go-context",
860 build_naming_convention = "go_default_library",
861 )
862
863 go_repository(
864 name = "com_github_jessevdk_go_flags",
865 importpath = "github.com/jessevdk/go-flags",
866 build_naming_convention = "go_default_library",
867 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
868 version = "v1.4.0",
869 )
870 go_repository(
871 name = "com_github_jmoiron_sqlx",
872 commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
873 importpath = "github.com/jmoiron/sqlx",
874 build_naming_convention = "go_default_library",
875 )
876
877 go_repository(
878 name = "com_github_jonboulle_clockwork",
879 importpath = "github.com/jonboulle/clockwork",
880 build_naming_convention = "go_default_library",
881 tag = "v0.1.0",
882 )
883 go_repository(
884 name = "com_github_json_iterator_go",
885 importpath = "github.com/json-iterator/go",
886 build_naming_convention = "go_default_library",
887 tag = "v1.1.8",
888 )
889
890 go_repository(
891 name = "com_github_jstemmer_go_junit_report",
892 commit = "af01ea7f8024",
893 importpath = "github.com/jstemmer/go-junit-report",
894 build_naming_convention = "go_default_library",
895 )
896
897 go_repository(
898 name = "com_github_julienschmidt_httprouter",
899 importpath = "github.com/julienschmidt/httprouter",
900 build_naming_convention = "go_default_library",
901 tag = "v1.2.0",
902 )
903
904 go_repository(
905 name = "com_github_kevinburke_go_bindata",
906 commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
907 importpath = "github.com/kevinburke/go-bindata",
908 build_naming_convention = "go_default_library",
909 )
910 go_repository(
911 name = "com_github_kevinburke_ssh_config",
912 commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
913 importpath = "github.com/kevinburke/ssh_config",
914 build_naming_convention = "go_default_library",
915 )
916 go_repository(
917 name = "com_github_kisielk_errcheck",
918 importpath = "github.com/kisielk/errcheck",
919 build_naming_convention = "go_default_library",
920 tag = "v1.2.0",
921 )
922 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200923 name = "com_github_kisielk_gotool",
924 importpath = "github.com/kisielk/gotool",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000925 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200926 tag = "v1.0.0",
927 )
928
929 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000930 name = "com_github_klauspost_cpuid_v2",
931 importpath = "github.com/klauspost/cpuid/v2",
932 build_naming_convention = "go_default_library",
933 sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
934 version = "v2.0.5",
935 )
936 go_repository(
937 name = "com_github_konsorten_go_windows_terminal_sequences",
938 importpath = "github.com/konsorten/go-windows-terminal-sequences",
939 build_naming_convention = "go_default_library",
940 tag = "v1.0.1",
941 )
942
943 go_repository(
944 name = "com_github_kr_logfmt",
945 commit = "b84e30acd515",
946 importpath = "github.com/kr/logfmt",
947 build_naming_convention = "go_default_library",
948 )
949 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200950 name = "com_github_kr_pretty",
951 importpath = "github.com/kr/pretty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000952 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200953 tag = "v0.1.0",
954 )
955
956 go_repository(
957 name = "com_github_kr_pty",
958 importpath = "github.com/kr/pty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000959 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200960 tag = "v1.1.5",
961 )
962
963 go_repository(
964 name = "com_github_kr_text",
965 importpath = "github.com/kr/text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000966 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200967 tag = "v0.1.0",
968 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000969 go_repository(
970 name = "com_github_lib_pq",
971 commit = "3427c32cb71afc948325f299f040e53c1dd78979",
972 importpath = "github.com/lib/pq",
973 build_naming_convention = "go_default_library",
974 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200975
976 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000977 name = "com_github_liggitt_tabwriter",
978 commit = "89fcab3d43de",
979 importpath = "github.com/liggitt/tabwriter",
980 build_naming_convention = "go_default_library",
981 )
982
983 go_repository(
984 name = "com_github_lithammer_dedent",
985 importpath = "github.com/lithammer/dedent",
986 build_naming_convention = "go_default_library",
987 tag = "v1.1.0",
988 )
989
990 go_repository(
991 name = "com_github_magiconair_properties",
992 importpath = "github.com/magiconair/properties",
993 build_naming_convention = "go_default_library",
994 tag = "v1.8.0",
995 )
996 go_repository(
997 name = "com_github_mailru_easyjson",
998 commit = "b2ccc519800e",
999 importpath = "github.com/mailru/easyjson",
1000 build_naming_convention = "go_default_library",
1001 )
1002
1003 go_repository(
1004 name = "com_github_makenowjust_heredoc",
1005 commit = "bb23615498cd",
1006 importpath = "github.com/MakeNowJust/heredoc",
1007 build_naming_convention = "go_default_library",
1008 )
1009
1010 go_repository(
1011 name = "com_github_mattn_go_colorable",
1012 importpath = "github.com/mattn/go-colorable",
1013 build_naming_convention = "go_default_library",
1014 tag = "v0.0.9",
1015 )
1016 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001017 name = "com_github_mattn_go_isatty",
1018 importpath = "github.com/mattn/go-isatty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001019 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001020 tag = "v0.0.4",
1021 )
1022
1023 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001024 name = "com_github_mattn_go_runewidth",
1025 importpath = "github.com/mattn/go-runewidth",
1026 build_naming_convention = "go_default_library",
1027 tag = "v0.0.2",
1028 )
1029 go_repository(
1030 name = "com_github_mattn_go_sqlite3",
1031 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
1032 importpath = "github.com/mattn/go-sqlite3",
1033 build_naming_convention = "go_default_library",
1034 )
1035
1036 go_repository(
1037 name = "com_github_matttproud_golang_protobuf_extensions",
1038 importpath = "github.com/matttproud/golang_protobuf_extensions",
1039 build_naming_convention = "go_default_library",
1040 tag = "v1.0.1",
1041 )
1042
1043 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001044 name = "com_github_microsoft_go_winio",
1045 importpath = "github.com/Microsoft/go-winio",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001046 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001047 tag = "v0.4.11",
1048 )
1049
1050 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001051 name = "com_github_minio_md5_simd",
1052 importpath = "github.com/minio/md5-simd",
1053 build_naming_convention = "go_default_library",
1054 sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
1055 version = "v1.1.2",
1056 )
1057 go_repository(
1058 name = "com_github_minio_minio_go_v7",
1059 importpath = "github.com/minio/minio-go/v7",
1060 build_naming_convention = "go_default_library",
1061 sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
1062 version = "v7.0.10",
1063 )
1064
1065 go_repository(
1066 name = "com_github_minio_sha256_simd",
1067 importpath = "github.com/minio/sha256-simd",
1068 build_naming_convention = "go_default_library",
1069 sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
1070 version = "v1.0.0",
1071 )
1072 go_repository(
1073 name = "com_github_mitchellh_go_homedir",
1074 importpath = "github.com/mitchellh/go-homedir",
1075 build_naming_convention = "go_default_library",
1076 tag = "v1.1.0",
1077 )
1078 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001079 name = "com_github_mitchellh_go_wordwrap",
1080 importpath = "github.com/mitchellh/go-wordwrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001081 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001082 tag = "v1.0.0",
1083 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001084 go_repository(
1085 name = "com_github_mitchellh_mapstructure",
1086 importpath = "github.com/mitchellh/mapstructure",
1087 build_naming_convention = "go_default_library",
1088 tag = "v1.1.2",
1089 )
1090
1091 go_repository(
1092 name = "com_github_moby_term",
1093 importpath = "github.com/moby/term",
1094 build_naming_convention = "go_default_library",
1095 sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
1096 version = "v0.0.0-20201101162038-25d840ce174a",
1097 )
1098 go_repository(
1099 name = "com_github_modern_go_concurrent",
1100 commit = "bacd9c7ef1dd",
1101 importpath = "github.com/modern-go/concurrent",
1102 build_naming_convention = "go_default_library",
1103 )
1104 go_repository(
1105 name = "com_github_modern_go_reflect2",
1106 importpath = "github.com/modern-go/reflect2",
1107 build_naming_convention = "go_default_library",
1108 tag = "v1.0.1",
1109 )
1110
1111 go_repository(
1112 name = "com_github_morikuni_aec",
1113 importpath = "github.com/morikuni/aec",
1114 build_naming_convention = "go_default_library",
1115 tag = "v1.0.0",
1116 )
1117
1118 go_repository(
1119 name = "com_github_munnerz_goautoneg",
1120 commit = "a7dc8b61c822",
1121 importpath = "github.com/munnerz/goautoneg",
1122 build_naming_convention = "go_default_library",
1123 )
1124
1125 go_repository(
1126 name = "com_github_mwitkow_go_conntrack",
1127 commit = "cc309e4a2223",
1128 importpath = "github.com/mwitkow/go-conntrack",
1129 build_naming_convention = "go_default_library",
1130 )
1131
1132 go_repository(
1133 name = "com_github_mxk_go_flowrate",
1134 commit = "cca7078d478f",
1135 importpath = "github.com/mxk/go-flowrate",
1136 build_naming_convention = "go_default_library",
1137 )
1138 go_repository(
1139 name = "com_github_netbox_community_go_netbox",
1140 commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
1141 importpath = "github.com/netbox-community/go-netbox",
1142 build_naming_convention = "go_default_library",
1143 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001144
1145 go_repository(
1146 name = "com_github_nvveen_gotty",
1147 commit = "cd527374f1e5",
1148 importpath = "github.com/Nvveen/Gotty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001149 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001150 )
1151
1152 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001153 name = "com_github_nytimes_gziphandler",
1154 commit = "56545f4a5d46",
1155 importpath = "github.com/NYTimes/gziphandler",
1156 build_naming_convention = "go_default_library",
1157 )
1158
1159 go_repository(
1160 name = "com_github_olekukonko_tablewriter",
1161 commit = "a0225b3f23b5",
1162 importpath = "github.com/olekukonko/tablewriter",
1163 build_naming_convention = "go_default_library",
1164 )
1165 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001166 name = "com_github_onsi_ginkgo",
1167 importpath = "github.com/onsi/ginkgo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001168 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001169 tag = "v1.10.1",
1170 )
1171
1172 go_repository(
1173 name = "com_github_onsi_gomega",
1174 importpath = "github.com/onsi/gomega",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001175 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001176 tag = "v1.7.0",
1177 )
1178
1179 go_repository(
1180 name = "com_github_opencontainers_go_digest",
1181 importpath = "github.com/opencontainers/go-digest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001182 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001183 tag = "v1.0.0-rc1",
1184 )
1185
1186 go_repository(
1187 name = "com_github_opencontainers_image_spec",
1188 importpath = "github.com/opencontainers/image-spec",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001189 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001190 tag = "v1.0.1",
1191 )
1192
1193 go_repository(
1194 name = "com_github_opencontainers_runc",
1195 importpath = "github.com/opencontainers/runc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001196 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001197 tag = "v0.1.1",
1198 )
1199
1200 go_repository(
1201 name = "com_github_openzipkin_zipkin_go",
1202 importpath = "github.com/openzipkin/zipkin-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001203 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001204 tag = "v0.1.3",
1205 )
1206
1207 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001208 name = "com_github_pelletier_go_toml",
1209 importpath = "github.com/pelletier/go-toml",
1210 build_naming_convention = "go_default_library",
1211 tag = "v1.2.0",
1212 )
1213 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001214 name = "com_github_peterbourgon_diskv",
1215 importpath = "github.com/peterbourgon/diskv",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001216 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001217 tag = "v2.0.1",
1218 )
1219
1220 go_repository(
1221 name = "com_github_peterhellberg_link",
1222 importpath = "github.com/peterhellberg/link",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001223 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001224 tag = "v1.0.0",
1225 )
1226
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001227 # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
1228 # thereby prohibiting usage of a gomod version directly in the version attribute of this
1229 # rule.
1230 go_repository(
1231 name = "com_github_piranha_gostatic",
1232 importpath = "github.com/piranha/gostatic",
1233 build_naming_convention = "go_default_library",
1234 sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
1235 version = "v0.0.0-20200923134324-eb52cbb4fb83",
1236 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001237 go_repository(
1238 name = "com_github_pkg_errors",
1239 importpath = "github.com/pkg/errors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001240 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001241 tag = "v0.8.1",
1242 )
1243
1244 go_repository(
1245 name = "com_github_pmezard_go_difflib",
1246 importpath = "github.com/pmezard/go-difflib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001247 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001248 tag = "v1.0.0",
1249 )
1250
1251 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001252 name = "com_github_pquerna_cachecontrol",
1253 commit = "0dec1b30a021",
1254 importpath = "github.com/pquerna/cachecontrol",
1255 build_naming_convention = "go_default_library",
1256 )
1257 go_repository(
1258 name = "com_github_projectcalico_calicoctl",
1259 importpath = "github.com/projectcalico/calicoctl",
1260 build_naming_convention = "go_default_library",
1261 # This fork implements explicit Bazel rules
1262 remote = "https://github.com/q3k/calicoctl",
1263 vcs = "git",
1264 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
1265 build_file_generation = "off",
1266 )
1267
1268 go_repository(
1269 name = "com_github_prometheus_client_golang",
1270 importpath = "github.com/prometheus/client_golang",
1271 build_naming_convention = "go_default_library",
1272 tag = "v1.0.0",
1273 )
1274
1275 go_repository(
1276 name = "com_github_prometheus_client_model",
1277 commit = "fd36f4220a90",
1278 importpath = "github.com/prometheus/client_model",
1279 build_naming_convention = "go_default_library",
1280 )
1281 go_repository(
1282 name = "com_github_prometheus_common",
1283 importpath = "github.com/prometheus/common",
1284 build_naming_convention = "go_default_library",
1285 tag = "v0.4.1",
1286 )
1287
1288 go_repository(
1289 name = "com_github_prometheus_procfs",
1290 importpath = "github.com/prometheus/procfs",
1291 build_naming_convention = "go_default_library",
1292 tag = "v0.0.2",
1293 )
1294 go_repository(
1295 name = "com_github_puerkitobio_purell",
1296 importpath = "github.com/PuerkitoBio/purell",
1297 build_naming_convention = "go_default_library",
1298 tag = "v1.1.1",
1299 )
1300
1301 go_repository(
1302 name = "com_github_puerkitobio_urlesc",
1303 commit = "de5bf2ad4578",
1304 importpath = "github.com/PuerkitoBio/urlesc",
1305 build_naming_convention = "go_default_library",
1306 )
1307
1308 go_repository(
1309 name = "com_github_q3k_cursedjson",
1310 commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
1311 importpath = "github.com/q3k/cursedjson",
1312 build_naming_convention = "go_default_library",
1313 )
1314 go_repository(
1315 name = "com_github_q3k_cursedjsonrpc",
1316 commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
1317 importpath = "github.com/q3k/cursedjsonrpc",
1318 build_naming_convention = "go_default_library",
1319 )
1320
1321 go_repository(
1322 name = "com_github_remyoudompheng_bigfft",
1323 commit = "52369c62f446",
1324 importpath = "github.com/remyoudompheng/bigfft",
1325 build_naming_convention = "go_default_library",
1326 )
1327
1328 go_repository(
1329 name = "com_github_rogpeppe_fastuuid",
1330 commit = "6724a57986af",
1331 importpath = "github.com/rogpeppe/fastuuid",
1332 build_naming_convention = "go_default_library",
1333 )
1334 go_repository(
1335 name = "com_github_rs_cors",
1336 commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
1337 importpath = "github.com/rs/cors",
1338 build_naming_convention = "go_default_library",
1339 )
1340
1341 go_repository(
1342 name = "com_github_rs_xid",
1343 importpath = "github.com/rs/xid",
1344 build_naming_convention = "go_default_library",
1345 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
1346 version = "v1.2.1",
1347 )
1348 go_repository(
1349 name = "com_github_russross_blackfriday",
1350 importpath = "github.com/russross/blackfriday",
1351 build_naming_convention = "go_default_library",
1352 tag = "v1.5.2",
1353 )
1354 go_repository(
1355 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
1356 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
1357 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
1358 build_naming_convention = "go_default_library",
1359 )
1360
1361 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001362 name = "com_github_sergi_go_diff",
1363 commit = "feef008d51ad",
1364 importpath = "github.com/sergi/go-diff",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001365 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001366 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001367 go_repository(
1368 name = "com_github_sethvargo_go_password",
1369 commit = "68ac5879751a7105834296859f8c1bf70b064675",
1370 importpath = "github.com/sethvargo/go-password",
1371 build_naming_convention = "go_default_library",
1372 )
1373 go_repository(
1374 name = "com_github_shirou_gopsutil",
1375 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
1376 importpath = "github.com/shirou/gopsutil",
1377 build_naming_convention = "go_default_library",
1378 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001379
1380 go_repository(
1381 name = "com_github_shurcool_httpfs",
1382 commit = "809beceb2371",
1383 importpath = "github.com/shurcooL/httpfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001384 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001385 )
1386
1387 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001388 name = "com_github_shurcool_sanitized_anchor_name",
1389 commit = "7bfe4c7ecddb3666a94b053b422cdd8f5aaa3615",
1390 importpath = "github.com/shurcooL/sanitized_anchor_name",
1391 build_naming_convention = "go_default_library",
1392 )
1393 go_repository(
1394 name = "com_github_sirupsen_logrus",
1395 importpath = "github.com/sirupsen/logrus",
1396 build_naming_convention = "go_default_library",
1397 tag = "v1.4.2",
1398 )
1399
1400 go_repository(
1401 name = "com_github_soheilhy_cmux",
1402 importpath = "github.com/soheilhy/cmux",
1403 build_naming_convention = "go_default_library",
1404 tag = "v0.1.4",
1405 )
1406
1407 go_repository(
1408 name = "com_github_spf13_afero",
1409 importpath = "github.com/spf13/afero",
1410 build_naming_convention = "go_default_library",
1411 tag = "v1.2.2",
1412 )
1413
1414 go_repository(
1415 name = "com_github_spf13_cast",
1416 importpath = "github.com/spf13/cast",
1417 build_naming_convention = "go_default_library",
1418 tag = "v1.3.0",
1419 )
1420 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001421 name = "com_github_spf13_cobra",
1422 importpath = "github.com/spf13/cobra",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001423 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001424 sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=",
1425 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001426 )
1427
1428 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001429 name = "com_github_spf13_jwalterweatherman",
1430 importpath = "github.com/spf13/jwalterweatherman",
1431 build_naming_convention = "go_default_library",
1432 tag = "v1.0.0",
1433 )
1434 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001435 name = "com_github_spf13_pflag",
1436 importpath = "github.com/spf13/pflag",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001437 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001438 tag = "v1.0.5",
1439 )
1440
1441 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001442 name = "com_github_spf13_viper",
1443 importpath = "github.com/spf13/viper",
1444 build_naming_convention = "go_default_library",
1445 tag = "v1.3.2",
1446 )
1447 go_repository(
1448 name = "com_github_stackexchange_wmi",
1449 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
1450 importpath = "github.com/stackexchange/wmi",
1451 build_naming_convention = "go_default_library",
1452 )
1453
1454 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001455 name = "com_github_stretchr_objx",
1456 importpath = "github.com/stretchr/objx",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001457 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001458 tag = "v0.2.0",
1459 )
1460
1461 go_repository(
1462 name = "com_github_stretchr_testify",
1463 importpath = "github.com/stretchr/testify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001464 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001465 tag = "v1.3.0",
1466 )
1467
1468 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001469 name = "com_github_technoweenie_multipartstreamer",
1470 commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
1471 importpath = "github.com/technoweenie/multipartstreamer",
1472 build_naming_convention = "go_default_library",
1473 )
1474 go_repository(
1475 name = "com_github_tmc_grpc_websocket_proxy",
1476 commit = "89b8d40f7ca8",
1477 importpath = "github.com/tmc/grpc-websocket-proxy",
1478 build_naming_convention = "go_default_library",
1479 )
1480
1481 go_repository(
1482 name = "com_github_ugorji_go_codec",
1483 commit = "d75b2dcb6bc8",
1484 importpath = "github.com/ugorji/go/codec",
1485 build_naming_convention = "go_default_library",
1486 )
1487
1488 go_repository(
1489 name = "com_github_ulule_limiter_v3",
1490 commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
1491 importpath = "github.com/ulule/limiter/v3",
1492 build_naming_convention = "go_default_library",
1493 remote = "https://github.com/ulule/limiter",
1494 vcs = "git",
1495 )
1496 go_repository(
1497 name = "com_github_urfave_cli",
1498 importpath = "github.com/urfave/cli",
1499 build_naming_convention = "go_default_library",
1500 tag = "v1.20.0",
1501 )
1502
1503 go_repository(
1504 name = "com_github_xanzy_ssh_agent",
1505 commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
1506 importpath = "github.com/xanzy/ssh-agent",
1507 build_naming_convention = "go_default_library",
1508 )
1509 go_repository(
1510 name = "com_github_xiang90_probing",
1511 commit = "43a291ad63a2",
1512 importpath = "github.com/xiang90/probing",
1513 build_naming_convention = "go_default_library",
1514 )
1515
1516 go_repository(
1517 name = "com_github_xlab_handysort",
1518 commit = "fb3537ed64a1",
1519 importpath = "github.com/xlab/handysort",
1520 build_naming_convention = "go_default_library",
1521 )
1522
1523 go_repository(
1524 name = "com_github_xordataexchange_crypt",
1525 commit = "b2862e3d0a77",
1526 importpath = "github.com/xordataexchange/crypt",
1527 build_naming_convention = "go_default_library",
1528 )
1529
1530 go_repository(
1531 name = "com_github_yuin_goldmark",
1532 importpath = "github.com/yuin/goldmark",
1533 build_naming_convention = "go_default_library",
1534 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
1535 version = "v1.2.1",
1536 )
1537 go_repository(
1538 name = "com_github_ziutek_telnet",
1539 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
1540 importpath = "github.com/ziutek/telnet",
1541 build_naming_convention = "go_default_library",
1542 )
1543
1544 go_repository(
1545 name = "com_google_cloud_go",
1546 importpath = "cloud.google.com/go",
1547 build_naming_convention = "go_default_library",
1548 tag = "v0.38.0",
1549 )
1550
1551 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001552 name = "in_gopkg_airbrake_gobrake_v2",
1553 importpath = "gopkg.in/airbrake/gobrake.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001554 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001555 tag = "v2.0.9",
1556 )
1557
1558 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001559 name = "in_gopkg_alecthomas_kingpin_v2",
1560 importpath = "gopkg.in/alecthomas/kingpin.v2",
1561 build_naming_convention = "go_default_library",
1562 tag = "v2.2.6",
1563 )
1564 go_repository(
1565 name = "in_gopkg_asn1_ber_v1",
1566 commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
1567 importpath = "gopkg.in/asn1-ber.v1",
1568 build_naming_convention = "go_default_library",
1569 )
1570
1571 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001572 name = "in_gopkg_check_v1",
1573 commit = "788fd7840127",
1574 importpath = "gopkg.in/check.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001575 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001576 )
1577
1578 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001579 name = "in_gopkg_cheggaaa_pb_v1",
1580 importpath = "gopkg.in/cheggaaa/pb.v1",
1581 build_naming_convention = "go_default_library",
1582 tag = "v1.0.25",
1583 )
1584 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001585 name = "in_gopkg_fsnotify_v1",
1586 importpath = "gopkg.in/fsnotify.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001587 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001588 tag = "v1.4.7",
1589 )
1590
1591 go_repository(
1592 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
1593 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001594 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001595 tag = "v2.1.2",
1596 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001597 go_repository(
1598 name = "in_gopkg_inf_v0",
1599 importpath = "gopkg.in/inf.v0",
1600 build_naming_convention = "go_default_library",
1601 tag = "v0.9.1",
1602 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001603
1604 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001605 name = "in_gopkg_ini_v1",
1606 importpath = "gopkg.in/ini.v1",
1607 build_naming_convention = "go_default_library",
1608 sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
1609 version = "v1.62.0",
1610 )
1611 go_repository(
1612 name = "in_gopkg_irc_v3",
1613 commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
1614 importpath = "gopkg.in/irc.v3",
1615 build_naming_convention = "go_default_library",
1616 )
1617 go_repository(
1618 name = "in_gopkg_ldap_v3",
1619 commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
1620 importpath = "gopkg.in/ldap.v3",
1621 build_naming_convention = "go_default_library",
1622 )
1623
1624 go_repository(
1625 name = "in_gopkg_natefinch_lumberjack_v2",
1626 importpath = "gopkg.in/natefinch/lumberjack.v2",
1627 build_naming_convention = "go_default_library",
1628 tag = "v2.0.0",
1629 )
1630
1631 go_repository(
1632 name = "in_gopkg_resty_v1",
1633 importpath = "gopkg.in/resty.v1",
1634 build_naming_convention = "go_default_library",
1635 tag = "v1.12.0",
1636 )
1637
1638 go_repository(
1639 name = "in_gopkg_russross_blackfriday_v2",
1640 commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
1641 importpath = "gopkg.in/russross/blackfriday.v2",
1642 build_naming_convention = "go_default_library",
1643 )
1644 go_repository(
1645 name = "in_gopkg_square_go_jose_v2",
1646 importpath = "gopkg.in/square/go-jose.v2",
1647 build_naming_convention = "go_default_library",
1648 tag = "v2.2.2",
1649 )
1650 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001651 name = "in_gopkg_tomb_v1",
1652 commit = "dd632973f1e7",
1653 importpath = "gopkg.in/tomb.v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001654 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001655 )
1656
1657 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001658 name = "in_gopkg_warnings_v0",
1659 commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
1660 importpath = "gopkg.in/warnings.v0",
1661 build_naming_convention = "go_default_library",
1662 )
1663 go_repository(
1664 name = "in_gopkg_yaml_v2",
1665 importpath = "gopkg.in/yaml.v2",
1666 build_naming_convention = "go_default_library",
1667 tag = "v2.2.4",
1668 )
1669
1670 go_repository(
1671 name = "in_gopkg_yaml_v3",
1672 importpath = "gopkg.in/yaml.v3",
1673 build_naming_convention = "go_default_library",
1674 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
1675 version = "v3.0.0-20200615113413-eeeca48fe776",
1676 )
1677 go_repository(
1678 name = "io_etcd_go_bbolt",
1679 importpath = "go.etcd.io/bbolt",
1680 build_naming_convention = "go_default_library",
1681 tag = "v1.3.3",
1682 )
1683
1684 go_repository(
1685 name = "io_etcd_go_etcd",
1686 commit = "3cf2f69b5738",
1687 importpath = "go.etcd.io/etcd",
1688 build_naming_convention = "go_default_library",
1689 )
1690 go_repository(
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001691 name = "io_filippo_age",
1692 importpath = "filippo.io/age",
1693 sum = "h1:V6q14n0mqYU3qKFkZ6oOaF9oXneOviS3ubXsSVBRSzc=",
1694 version = "v1.0.0",
1695 )
1696 go_repository(
1697 name = "io_filippo_edwards25519",
1698 importpath = "filippo.io/edwards25519",
1699 sum = "h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=",
1700 version = "v1.0.0-rc.1",
1701 )
1702
1703 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001704 name = "io_k8s_api",
1705 build_file_proto_mode = "disable",
1706 importpath = "k8s.io/api",
1707 build_naming_convention = "go_default_library",
1708 sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
1709 version = "v0.19.3",
1710 )
1711
1712 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001713 name = "io_k8s_apiextensions_apiserver",
1714 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001715 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001716 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001717 sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
1718 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001719 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001720 go_repository(
1721 name = "io_k8s_apimachinery",
1722 build_file_proto_mode = "disable",
1723 importpath = "k8s.io/apimachinery",
1724 build_naming_convention = "go_default_library",
1725 patch_args = ["-p1"],
1726 patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
1727 sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
1728 version = "v0.19.3",
1729 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001730
1731 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001732 name = "io_k8s_apiserver",
1733 importpath = "k8s.io/apiserver",
1734 build_naming_convention = "go_default_library",
1735 sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
1736 version = "v0.19.3",
1737 )
1738
1739 go_repository(
1740 name = "io_k8s_cli_runtime",
1741 importpath = "k8s.io/cli-runtime",
1742 build_naming_convention = "go_default_library",
1743 sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
1744 version = "v0.19.3",
1745 )
1746 go_repository(
1747 name = "io_k8s_client_go",
1748 build_extra_args = [
1749 "-known_import=github.com/Azure/go-autorest",
1750 "-known_import=github.com/googleapis/gnostic",
1751 ],
1752 importpath = "k8s.io/client-go",
1753 build_naming_convention = "go_default_library",
1754 sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
1755 version = "v0.19.3",
1756 )
1757
1758 go_repository(
1759 name = "io_k8s_code_generator",
1760 importpath = "k8s.io/code-generator",
1761 build_naming_convention = "go_default_library",
1762 sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
1763 version = "v0.19.3",
1764 )
1765
1766 go_repository(
1767 name = "io_k8s_component_base",
1768 importpath = "k8s.io/component-base",
1769 build_naming_convention = "go_default_library",
1770 sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
1771 version = "v0.19.3",
1772 )
1773
1774 go_repository(
1775 name = "io_k8s_gengo",
1776 commit = "26a664648505",
1777 importpath = "k8s.io/gengo",
1778 build_naming_convention = "go_default_library",
1779 )
1780 go_repository(
1781 name = "io_k8s_klog",
1782 importpath = "k8s.io/klog",
1783 build_naming_convention = "go_default_library",
1784 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
1785 version = "v1.0.0",
1786 )
1787
1788 go_repository(
1789 name = "io_k8s_klog_v2",
1790 importpath = "k8s.io/klog/v2",
1791 build_naming_convention = "go_default_library",
1792 sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
1793 version = "v2.4.0",
1794 )
1795 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001796 name = "io_k8s_kube_openapi",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001797 build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001798 importpath = "k8s.io/kube-openapi",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001799 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01001800 sum = "h1:mNpvQf4lkIHNOXCoM+Veu/UXwA56Yx1J7hY1Tvcs/oM=",
1801 version = "v0.0.0-20200923155610-8b5066479488",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001802 )
1803
1804 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001805 name = "io_k8s_kubectl",
1806 importpath = "k8s.io/kubectl",
1807 build_naming_convention = "go_default_library",
1808 sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
1809 version = "v0.19.3",
1810 )
1811 go_repository(
1812 name = "io_k8s_kubernetes",
1813 importpath = "k8s.io/kubernetes",
1814 build_naming_convention = "go_default_library",
1815 patch_args = ["-p1"],
1816 patches = ["//third_party/go/kubernetes:build.patch"],
1817 sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
1818 version = "v1.19.3",
1819 )
1820
1821 go_repository(
1822 name = "io_k8s_metrics",
1823 build_file_proto_mode = "disable",
1824 importpath = "k8s.io/metrics",
1825 build_naming_convention = "go_default_library",
1826 sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
1827 version = "v0.19.3",
1828 )
1829 go_repository(
1830 name = "io_k8s_repo_infra",
1831 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
1832 importpath = "k8s.io/repo-infra",
1833 build_naming_convention = "go_default_library",
1834 )
1835
1836 go_repository(
1837 name = "io_k8s_sigs_kustomize",
1838 importpath = "sigs.k8s.io/kustomize",
1839 build_naming_convention = "go_default_library",
1840 tag = "v2.0.3",
1841 )
1842
1843 go_repository(
1844 name = "io_k8s_sigs_structured_merge_diff",
1845 commit = "b1b620dd3f06",
1846 importpath = "sigs.k8s.io/structured-merge-diff",
1847 build_naming_convention = "go_default_library",
1848 )
1849
1850 go_repository(
1851 name = "io_k8s_sigs_structured_merge_diff_v4",
1852 importpath = "sigs.k8s.io/structured-merge-diff/v4",
1853 build_naming_convention = "go_default_library",
1854 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
1855 version = "v4.0.1",
1856 )
1857 go_repository(
1858 name = "io_k8s_sigs_yaml",
1859 importpath = "sigs.k8s.io/yaml",
1860 build_naming_convention = "go_default_library",
1861 tag = "v1.1.0",
1862 )
1863 go_repository(
1864 name = "io_k8s_utils",
1865 commit = "e782cd3c129f",
1866 importpath = "k8s.io/utils",
1867 build_naming_convention = "go_default_library",
1868 )
1869
1870 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001871 name = "io_opencensus_go",
1872 importpath = "go.opencensus.io",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001873 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001874 tag = "v0.21.0",
1875 )
1876
1877 go_repository(
1878 name = "io_opencensus_go_contrib_exporter_ocagent",
1879 importpath = "contrib.go.opencensus.io/exporter/ocagent",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001880 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +01001881 sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
1882 version = "v0.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001883 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001884 go_repository(
1885 name = "ml_vbom_util_sortorder",
1886 commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
1887 importpath = "vbom.ml/util/sortorder",
1888 build_naming_convention = "go_default_library",
1889 remote = "https://github.com/fvbommel/sortorder",
1890 vcs = "git",
1891 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001892
1893 go_repository(
1894 name = "org_apache_git_thrift_git",
1895 commit = "9b75e4fe745a",
1896 importpath = "git.apache.org/thrift.git",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001897 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001898 )
1899
1900 go_repository(
1901 name = "org_golang_google_api",
1902 importpath = "google.golang.org/api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001903 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001904 tag = "v0.4.0",
1905 )
1906
1907 go_repository(
1908 name = "org_golang_google_appengine",
1909 importpath = "google.golang.org/appengine",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001910 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001911 tag = "v1.5.0",
1912 )
1913
1914 go_repository(
1915 name = "org_golang_google_grpc",
1916 importpath = "google.golang.org/grpc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001917 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001918 tag = "v1.29.1",
1919 )
1920
1921 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001922 name = "org_golang_x_exp",
1923 commit = "4b39c73a6495",
1924 importpath = "golang.org/x/exp",
1925 build_naming_convention = "go_default_library",
1926 )
1927
1928 go_repository(
1929 name = "org_golang_x_image",
1930 commit = "0694c2d4d067",
1931 importpath = "golang.org/x/image",
1932 build_naming_convention = "go_default_library",
1933 )
1934 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001935 name = "org_golang_x_lint",
1936 commit = "d0100b6bd8b3",
1937 importpath = "golang.org/x/lint",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001938 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001939 )
1940
1941 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001942 name = "org_golang_x_mobile",
1943 commit = "d3739f865fa6",
1944 importpath = "golang.org/x/mobile",
1945 build_naming_convention = "go_default_library",
1946 )
1947 go_repository(
1948 name = "org_golang_x_net",
1949 commit = "d3edc9973b7eb1fb302b0ff2c62357091cea9a30",
1950 importpath = "golang.org/x/net",
1951 build_naming_convention = "go_default_library",
1952 )
1953
1954 go_repository(
1955 name = "org_golang_x_oauth2",
1956 commit = "0f29369cfe45",
1957 importpath = "golang.org/x/oauth2",
1958 build_naming_convention = "go_default_library",
1959 )
1960
1961 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001962 name = "org_golang_x_sync",
1963 commit = "112230192c58",
1964 importpath = "golang.org/x/sync",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001965 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001966 )
1967
1968 go_repository(
1969 name = "org_golang_x_sys",
1970 commit = "c7b8b68b1456",
1971 importpath = "golang.org/x/sys",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001972 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001973 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001974 go_repository(
1975 name = "org_golang_x_term",
1976 importpath = "golang.org/x/term",
1977 sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=",
1978 version = "v0.0.0-20210927222741-03fcf44c2211",
1979 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001980
1981 go_repository(
1982 name = "org_golang_x_text",
1983 importpath = "golang.org/x/text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001984 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001985 tag = "v0.3.2",
1986 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001987 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001988 name = "org_golang_x_time",
1989 commit = "9d24e82272b4",
1990 importpath = "golang.org/x/time",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001991 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001992 )
1993
1994 go_repository(
1995 name = "org_golang_x_xerrors",
1996 commit = "a985d3407aa7",
1997 importpath = "golang.org/x/xerrors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001998 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001999 )
2000
2001 go_repository(
2002 name = "org_gonum_v1_gonum",
2003 commit = "3d26580ed485",
2004 importpath = "gonum.org/v1/gonum",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002005 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002006 )
2007
2008 go_repository(
2009 name = "org_gonum_v1_netlib",
2010 commit = "76723241ea4e",
2011 importpath = "gonum.org/v1/netlib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002012 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002013 )
2014
2015 go_repository(
2016 name = "org_modernc_cc",
2017 importpath = "modernc.org/cc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002018 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002019 tag = "v1.0.0",
2020 )
2021
2022 go_repository(
2023 name = "org_modernc_golex",
2024 importpath = "modernc.org/golex",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002025 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002026 tag = "v1.0.0",
2027 )
2028
2029 go_repository(
2030 name = "org_modernc_mathutil",
2031 importpath = "modernc.org/mathutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002032 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002033 tag = "v1.0.0",
2034 )
2035
2036 go_repository(
2037 name = "org_modernc_strutil",
2038 importpath = "modernc.org/strutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002039 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002040 tag = "v1.0.0",
2041 )
2042
2043 go_repository(
2044 name = "org_modernc_xc",
2045 importpath = "modernc.org/xc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002046 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002047 tag = "v1.0.0",
2048 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002049 go_repository(
2050 name = "org_mongodb_go_mongo_driver",
2051 commit = "9ec4480161a76f5267d56fc836b7f6d357fd9209",
2052 importpath = "go.mongodb.org/mongo-driver",
2053 build_naming_convention = "go_default_library",
2054 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002055
2056 go_repository(
2057 name = "org_uber_go_atomic",
2058 importpath = "go.uber.org/atomic",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002059 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002060 tag = "v1.3.2",
2061 )
2062
2063 go_repository(
2064 name = "org_uber_go_multierr",
2065 importpath = "go.uber.org/multierr",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002066 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002067 tag = "v1.1.0",
2068 )
2069
2070 go_repository(
2071 name = "org_uber_go_zap",
2072 importpath = "go.uber.org/zap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002073 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002074 tag = "v1.10.0",
2075 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002076 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002077 name = "tools_gotest",
2078 importpath = "gotest.tools",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002079 build_naming_convention = "go_default_library",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002080 tag = "v2.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002081 )