blob: aadb84a165a341ca27bbaba6423265b36d5feb23 [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",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00006 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01007 importpath = "honnef.co/go/tools",
8 replace = "honnef.co/go/tools",
9 sum = "h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM=",
10 version = "v0.0.1-2019.2.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020011 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020012 go_repository(
13 name = "com_github_abbot_go_http_auth",
14 commit = "860ed7f246ff5abfdbd5c7ce618fd37b49fd3d86",
15 importpath = "github.com/abbot/go-http-auth",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000016 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020017 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +010018 go_repository(
19 name = "com_github_agnivade_levenshtein",
20 importpath = "github.com/agnivade/levenshtein",
21 replace = "github.com/agnivade/levenshtein",
22 sum = "h1:3oJU7J3FGFmyhn8KHjmVaZCN5hxTr7GxgRue+sxIXdQ=",
23 version = "v1.0.1",
24 )
25 go_repository(
26 name = "com_github_ajstarks_svgo",
27 importpath = "github.com/ajstarks/svgo",
28 replace = "github.com/ajstarks/svgo",
29 sum = "h1:wVe6/Ea46ZMeNkQjjBW6xcqyQA/j5e0D6GytH95g0gQ=",
30 version = "v0.0.0-20180226025133-644b8db467af",
31 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020032
33 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000034 name = "com_github_alecthomas_template",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000035 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +010036 importpath = "github.com/alecthomas/template",
37 replace = "github.com/alecthomas/template",
38 sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
39 version = "v0.0.0-20190718012654-fb15b899a751",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020040 )
41
42 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000043 name = "com_github_alecthomas_units",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000044 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +010045 importpath = "github.com/alecthomas/units",
46 replace = "github.com/alecthomas/units",
47 sum = "h1:Hs82Z41s6SdL1CELW+XaDYmOH4hkBN4/N9og/AsOv7E=",
48 version = "v0.0.0-20190717042225-c3de453c63f4",
49 )
50 go_repository(
51 name = "com_github_andreyvit_diff",
52 importpath = "github.com/andreyvit/diff",
53 replace = "github.com/andreyvit/diff",
54 sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
55 version = "v0.0.0-20170406064948-c7f18ee00883",
56 )
57 go_repository(
58 name = "com_github_armon_circbuf",
59 importpath = "github.com/armon/circbuf",
60 replace = "github.com/armon/circbuf",
61 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
62 version = "v0.0.0-20150827004946-bbbad097214e",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020063 )
64
65 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000066 name = "com_github_armon_consul_api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000067 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +010068 importpath = "github.com/armon/consul-api",
69 replace = "github.com/armon/consul-api",
70 sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
71 version = "v0.0.0-20180202201655-eb2c6b5be1b6",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020072 )
73
74 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000075 name = "com_github_arran4_golang_ical",
76 importpath = "github.com/arran4/golang-ical",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000077 build_naming_convention = "go_default_library",
Serge Bazanskid01f9e52021-10-07 19:24:31 +000078 sum = "h1:oOgavmDMGCnNtwZwNoXuK3jCcpF3I96Do9/5qPeSCr8=",
79 version = "v0.0.0-20210601225245-48fd351b08e7",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020080 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +020081 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +000082 name = "com_github_asaskevich_govalidator",
Serge Bazanskic35d52b2021-08-30 18:19:10 +000083 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +010084 importpath = "github.com/asaskevich/govalidator",
85 replace = "github.com/asaskevich/govalidator",
86 sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=",
87 version = "v0.0.0-20190424111038-f61b66f89f4a",
88 )
89 go_repository(
90 name = "com_github_auth0_go_jwt_middleware",
91 importpath = "github.com/auth0/go-jwt-middleware",
92 replace = "github.com/auth0/go-jwt-middleware",
93 sum = "h1:irR1cO6eek3n5uquIVaRAsQmZnlsfPuHNz31cXo4eyk=",
94 version = "v0.0.0-20170425171159-5493cabe49f7",
95 )
96 go_repository(
97 name = "com_github_aws_aws_sdk_go",
98 importpath = "github.com/aws/aws-sdk-go",
99 replace = "github.com/aws/aws-sdk-go",
100 sum = "h1:j5IXG9CdyLfcVfICqo1PXVv+rua+QQHbkXuvuU/JF+8=",
101 version = "v1.28.2",
102 )
103 go_repository(
104 name = "com_github_azure_azure_sdk_for_go",
105 importpath = "github.com/Azure/azure-sdk-for-go",
106 replace = "github.com/Azure/azure-sdk-for-go",
107 sum = "h1:/wSNCu0e6EsHFR4Qa3vBEBbicaprEHMyyga9g8RTULI=",
108 version = "v43.0.0+incompatible",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200109 )
110
111 go_repository(
112 name = "com_github_azure_go_ansiterm",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000113 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100114 importpath = "github.com/Azure/go-ansiterm",
115 replace = "github.com/Azure/go-ansiterm",
116 sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=",
117 version = "v0.0.0-20170929234023-d6e3b3328b78",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200118 )
119
120 go_repository(
121 name = "com_github_azure_go_autorest",
122 importpath = "github.com/Azure/go-autorest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000123 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200124 tag = "v11.5.0",
125 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000126 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100127 name = "com_github_azure_go_autorest_autorest",
128 importpath = "github.com/Azure/go-autorest/autorest",
129 replace = "github.com/Azure/go-autorest/autorest",
130 sum = "h1:5YWtOnckcudzIw8lPPBcWOnmIFWMtHci1ZWAZulMSx0=",
131 version = "v0.9.6",
132 )
133 go_repository(
134 name = "com_github_azure_go_autorest_autorest_adal",
135 importpath = "github.com/Azure/go-autorest/autorest/adal",
136 replace = "github.com/Azure/go-autorest/autorest/adal",
137 sum = "h1:O1X4oexUxnZCaEUGsvMnr8ZGj8HI37tNezwY4npRqA0=",
138 version = "v0.8.2",
139 )
140 go_repository(
141 name = "com_github_azure_go_autorest_autorest_date",
142 importpath = "github.com/Azure/go-autorest/autorest/date",
143 replace = "github.com/Azure/go-autorest/autorest/date",
144 sum = "h1:yW+Zlqf26583pE43KhfnhFcdmSWlm5Ew6bxipnr/tbM=",
145 version = "v0.2.0",
146 )
147 go_repository(
148 name = "com_github_azure_go_autorest_autorest_mocks",
149 importpath = "github.com/Azure/go-autorest/autorest/mocks",
150 replace = "github.com/Azure/go-autorest/autorest/mocks",
151 sum = "h1:qJumjCaCudz+OcqE9/XtEPfvtOjOmKaui4EOpFI6zZc=",
152 version = "v0.3.0",
153 )
154 go_repository(
155 name = "com_github_azure_go_autorest_autorest_to",
156 importpath = "github.com/Azure/go-autorest/autorest/to",
157 replace = "github.com/Azure/go-autorest/autorest/to",
158 sum = "h1:nQOZzFCudTh+TvquAtCRjM01VEYx85e9qbwt5ncW4L8=",
159 version = "v0.2.0",
160 )
161 go_repository(
162 name = "com_github_azure_go_autorest_logger",
163 importpath = "github.com/Azure/go-autorest/logger",
164 replace = "github.com/Azure/go-autorest/logger",
165 sum = "h1:ruG4BSDXONFRrZZJ2GUXDiUyVpayPmb1GnWeHDdaNKY=",
166 version = "v0.1.0",
167 )
168 go_repository(
169 name = "com_github_azure_go_autorest_tracing",
170 importpath = "github.com/Azure/go-autorest/tracing",
171 replace = "github.com/Azure/go-autorest/tracing",
172 sum = "h1:TRn4WjSnkcSy5AEG3pnbtFSwNtwzjr4VYyQflFE619k=",
173 version = "v0.5.0",
174 )
175
176 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000177 name = "com_github_beorn7_perks",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000178 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100179 importpath = "github.com/beorn7/perks",
180 replace = "github.com/beorn7/perks",
181 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
182 version = "v1.0.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000183 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200184
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200185 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000186 name = "com_github_bgentry_speakeasy",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000187 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100188 importpath = "github.com/bgentry/speakeasy",
189 replace = "github.com/bgentry/speakeasy",
190 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
191 version = "v0.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000192 )
193 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100194 name = "com_github_bifurcation_mint",
195 importpath = "github.com/bifurcation/mint",
196 replace = "github.com/bifurcation/mint",
197 sum = "h1:fUjoj2bT6dG8LoEe+uNsKk8J+sLkDbQkJnB6Z1F02Bc=",
198 version = "v0.0.0-20180715133206-93c51c6ce115",
199 )
200
201 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000202 name = "com_github_bitnami_kubecfg",
203 importpath = "github.com/bitnami/kubecfg",
204 build_naming_convention = "go_default_library",
205 vcs = "git",
206 commit = "5070ed28ed12016b0ca75dcfd257f567f581c095",
207 remote = "https://github.com/q3k/kubecfg",
208 build_extra_args = ["-exclude=vendor"],
209 )
210
211 go_repository(
212 name = "com_github_blang_semver",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000213 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100214 importpath = "github.com/blang/semver",
215 replace = "github.com/blang/semver",
216 sum = "h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=",
217 version = "v3.5.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000218 )
219
220 go_repository(
221 name = "com_github_boltdb_bolt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000222 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100223 importpath = "github.com/boltdb/bolt",
224 replace = "github.com/boltdb/bolt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000225 sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
226 version = "v1.3.1",
227 )
228 go_repository(
229 name = "com_github_burntsushi_toml",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000230 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100231 importpath = "github.com/BurntSushi/toml",
232 replace = "github.com/BurntSushi/toml",
233 sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
234 version = "v0.3.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000235 )
236
237 go_repository(
238 name = "com_github_burntsushi_xgb",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000239 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100240 importpath = "github.com/BurntSushi/xgb",
241 replace = "github.com/BurntSushi/xgb",
242 sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=",
243 version = "v0.0.0-20160522181843-27f122750802",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000244 )
245 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100246 name = "com_github_caddyserver_caddy",
247 importpath = "github.com/caddyserver/caddy",
248 replace = "github.com/caddyserver/caddy",
249 sum = "h1:i9gRhBgvc5ifchwWtSe7pDpsdS9+Q0Rw9oYQmYUTw1w=",
250 version = "v1.0.3",
251 )
252
253 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000254 name = "com_github_cenkalti_backoff",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000255 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100256 importpath = "github.com/cenkalti/backoff",
257 replace = "github.com/cenkalti/backoff",
258 sum = "h1:tKJnvO2kl0zmb/jA5UKAt4VoEVw1qxKWjE/Bpp46npY=",
259 version = "v2.1.1+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000260 )
261
262 go_repository(
263 name = "com_github_census_instrumentation_opencensus_proto",
264 importpath = "github.com/census-instrumentation/opencensus-proto",
265 build_naming_convention = "go_default_library",
266 sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=",
267 version = "v0.3.0",
268 build_extra_args = ["-exclude=src"],
269 )
270 go_repository(
271 name = "com_github_cespare_xxhash",
272 commit = "d7df74196a9e781ede915320c11c378c1b2f3a1f",
273 importpath = "github.com/cespare/xxhash",
274 build_naming_convention = "go_default_library",
275 )
276 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100277 name = "com_github_cespare_xxhash_v2",
278 importpath = "github.com/cespare/xxhash/v2",
279 replace = "github.com/cespare/xxhash/v2",
280 sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=",
281 version = "v2.1.1",
282 )
283
284 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000285 name = "com_github_chai2010_gettext_go",
286 commit = "c6fed771bfd5",
287 importpath = "github.com/chai2010/gettext-go",
288 build_naming_convention = "go_default_library",
289 )
290 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100291 name = "com_github_checkpoint_restore_go_criu_v4",
292 importpath = "github.com/checkpoint-restore/go-criu/v4",
293 replace = "github.com/checkpoint-restore/go-criu/v4",
294 sum = "h1:jt+rnBIhFtPw0fhtpYGcUOilh4aO9Hj7r+YLEtf30uA=",
295 version = "v4.0.2",
296 )
297 go_repository(
298 name = "com_github_cheekybits_genny",
299 importpath = "github.com/cheekybits/genny",
300 replace = "github.com/cheekybits/genny",
301 sum = "h1:a1zrFsLFac2xoM6zG1u72DWJwZG3ayttYLfmLbxVETk=",
302 version = "v0.0.0-20170328200008-9127e812e1e9",
303 )
304 go_repository(
305 name = "com_github_chzyer_logex",
306 importpath = "github.com/chzyer/logex",
307 replace = "github.com/chzyer/logex",
308 sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=",
309 version = "v1.1.10",
310 )
311 go_repository(
312 name = "com_github_chzyer_readline",
313 importpath = "github.com/chzyer/readline",
314 replace = "github.com/chzyer/readline",
315 sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=",
316 version = "v0.0.0-20180603132655-2972be24d48e",
317 )
318 go_repository(
319 name = "com_github_chzyer_test",
320 importpath = "github.com/chzyer/test",
321 replace = "github.com/chzyer/test",
322 sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=",
323 version = "v0.0.0-20180213035817-a1ea475d72b1",
324 )
325 go_repository(
326 name = "com_github_cilium_ebpf",
327 importpath = "github.com/cilium/ebpf",
328 replace = "github.com/cilium/ebpf",
329 sum = "h1:cHzBGGVew0ezFsq2grfy2RsB8hO/eNyBgOLHBCqfR1U=",
330 version = "v0.0.0-20200702112145-1c8d4c9ef775",
331 )
332
333 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200334 name = "com_github_client9_misspell",
335 importpath = "github.com/client9/misspell",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000336 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200337 tag = "v0.3.4",
338 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000339 go_repository(
340 name = "com_github_cloudflare_cfrpki",
341 commit = "adece784464315db69299ba75e9287c60cd95c69",
342 importpath = "github.com/cloudflare/cfrpki",
343 build_naming_convention = "go_default_library",
344 )
345 go_repository(
346 name = "com_github_cloudflare_cfssl",
347 commit = "768cd563887febaad559b511aaa5964823ccb4ab",
348 importpath = "github.com/cloudflare/cfssl",
349 build_naming_convention = "go_default_library",
350 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200351
352 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000353 name = "com_github_cloudflare_gortr",
354 commit = "95270606e8853d9b93f5be46d656d08ec0a4ef09",
355 importpath = "github.com/cloudflare/gortr",
356 build_naming_convention = "go_default_library",
357 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100358 go_repository(
359 name = "com_github_clusterhq_flocker_go",
360 importpath = "github.com/clusterhq/flocker-go",
361 replace = "github.com/clusterhq/flocker-go",
362 sum = "h1:eIHD9GNM3Hp7kcRW5mvcz7WTR3ETeoYYKwpgA04kaXE=",
363 version = "v0.0.0-20160920122132-2b8b7259d313",
364 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000365
366 go_repository(
367 name = "com_github_cockroachdb_cockroach_go",
368 commit = "e0a95dfd547cc9c3ebaaba1a12c2afe4bf621ac5",
369 importpath = "github.com/cockroachdb/cockroach-go",
370 build_naming_convention = "go_default_library",
371 )
372
373 go_repository(
374 name = "com_github_cockroachdb_datadriven",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000375 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100376 importpath = "github.com/cockroachdb/datadriven",
377 replace = "github.com/cockroachdb/datadriven",
378 sum = "h1:OaNxuTZr7kxeODyLWsRMC+OD03aFUH+mW6r2d+MWa5Y=",
379 version = "v0.0.0-20190809214429-80d97fb3cbaa",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000380 )
381 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100382 name = "com_github_codegangsta_negroni",
383 importpath = "github.com/codegangsta/negroni",
384 replace = "github.com/codegangsta/negroni",
385 sum = "h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=",
386 version = "v1.0.0",
387 )
388 go_repository(
389 name = "com_github_container_storage_interface_spec",
390 importpath = "github.com/container-storage-interface/spec",
391 replace = "github.com/container-storage-interface/spec",
392 sum = "h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=",
393 version = "v1.2.0",
394 )
395 go_repository(
396 name = "com_github_containerd_cgroups",
397 importpath = "github.com/containerd/cgroups",
398 replace = "github.com/containerd/cgroups",
399 sum = "h1:qWj4qVYZ95vLWwqyNJCQg7rDsG5wPdze0UaPolH7DUk=",
400 version = "v0.0.0-20200531161412-0dbf7f05ba59",
401 )
402 go_repository(
403 name = "com_github_containerd_console",
404 importpath = "github.com/containerd/console",
405 replace = "github.com/containerd/console",
406 sum = "h1:fU3UuQapBs+zLJu82NhR11Rif1ny2zfMMAyPJzSN5tQ=",
407 version = "v1.0.0",
408 )
409 go_repository(
410 name = "com_github_containerd_containerd",
411 importpath = "github.com/containerd/containerd",
412 replace = "github.com/containerd/containerd",
413 sum = "h1:LoIzb5y9x5l8VKAlyrbusNPXqBY0+kviRloxFUMFwKc=",
414 version = "v1.3.3",
415 )
416
417 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200418 name = "com_github_containerd_continuity",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000419 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100420 importpath = "github.com/containerd/continuity",
421 replace = "github.com/containerd/continuity",
422 sum = "h1:TP+534wVlf61smEIq1nwLLAjQVEK2EADoW3CX9AuT+8=",
423 version = "v0.0.0-20190426062206-aaeac12a7ffc",
424 )
425 go_repository(
426 name = "com_github_containerd_fifo",
427 importpath = "github.com/containerd/fifo",
428 replace = "github.com/containerd/fifo",
429 sum = "h1:PUD50EuOMkXVcpBIA/R95d56duJR9VxhwncsFbNnxW4=",
430 version = "v0.0.0-20190226154929-a9fb20d87448",
431 )
432 go_repository(
433 name = "com_github_containerd_go_runc",
434 importpath = "github.com/containerd/go-runc",
435 replace = "github.com/containerd/go-runc",
436 sum = "h1:esQOJREg8nw8aXj6uCN5dfW5cKUBiEJ/+nni1Q/D/sw=",
437 version = "v0.0.0-20180907222934-5a6d9f37cfa3",
438 )
439 go_repository(
440 name = "com_github_containerd_ttrpc",
441 importpath = "github.com/containerd/ttrpc",
442 replace = "github.com/containerd/ttrpc",
443 sum = "h1:NY8Zk2i7TpkLxrkOASo+KTFq9iNCEmMH2/ZG9OuOw6k=",
444 version = "v1.0.0",
445 )
446 go_repository(
447 name = "com_github_containerd_typeurl",
448 importpath = "github.com/containerd/typeurl",
449 replace = "github.com/containerd/typeurl",
450 sum = "h1:7LMH7LfEmpWeCkGcIputvd4P0Rnd0LrIv1Jk2s5oobs=",
451 version = "v1.0.0",
452 )
453 go_repository(
454 name = "com_github_containernetworking_cni",
455 importpath = "github.com/containernetworking/cni",
456 replace = "github.com/containernetworking/cni",
457 sum = "h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=",
458 version = "v0.8.0",
459 )
460 go_repository(
461 name = "com_github_coredns_corefile_migration",
462 importpath = "github.com/coredns/corefile-migration",
463 replace = "github.com/coredns/corefile-migration",
464 sum = "h1:7HI4r5S5Fne749a+JDxUZppqBpYoZK8Q53ZVK9cn3aM=",
465 version = "v1.0.10",
466 )
467 go_repository(
468 name = "com_github_coreos_bbolt",
469 importpath = "github.com/coreos/bbolt",
470 replace = "github.com/coreos/bbolt",
471 sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
472 version = "v1.3.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200473 )
474
475 go_repository(
476 name = "com_github_coreos_clair",
477 commit = "44ae4bc9590a",
478 importpath = "github.com/coreos/clair",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000479 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200480 )
481
482 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000483 name = "com_github_coreos_etcd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000484 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100485 importpath = "github.com/coreos/etcd",
486 replace = "github.com/coreos/etcd",
487 sum = "h1:jFneRYjIvLMLhDLCzuTuU4rSJUjRplcJQ7pD7MnhC04=",
488 version = "v3.3.10+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000489 )
490
491 go_repository(
492 name = "com_github_coreos_go_etcd",
493 importpath = "github.com/coreos/go-etcd",
494 build_naming_convention = "go_default_library",
495 tag = "v2.0.0",
496 )
497
498 go_repository(
499 name = "com_github_coreos_go_oidc",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000500 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100501 importpath = "github.com/coreos/go-oidc",
502 replace = "github.com/coreos/go-oidc",
503 sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=",
504 version = "v2.1.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000505 )
506
507 go_repository(
508 name = "com_github_coreos_go_semver",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000509 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100510 importpath = "github.com/coreos/go-semver",
511 replace = "github.com/coreos/go-semver",
512 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
513 version = "v0.3.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000514 )
515
516 go_repository(
517 name = "com_github_coreos_go_systemd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000518 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100519 importpath = "github.com/coreos/go-systemd",
520 replace = "github.com/coreos/go-systemd",
521 sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=",
522 version = "v0.0.0-20190321100706-95778dfbb74e",
523 )
524 go_repository(
525 name = "com_github_coreos_go_systemd_v22",
526 importpath = "github.com/coreos/go-systemd/v22",
527 replace = "github.com/coreos/go-systemd/v22",
528 sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=",
529 version = "v22.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000530 )
531
532 go_repository(
533 name = "com_github_coreos_pkg",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000534 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100535 importpath = "github.com/coreos/pkg",
536 replace = "github.com/coreos/pkg",
537 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
538 version = "v0.0.0-20180928190104-399ea9e2e55f",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000539 )
540
541 go_repository(
542 name = "com_github_cpuguy83_go_md2man",
543 importpath = "github.com/cpuguy83/go-md2man",
544 build_naming_convention = "go_default_library",
545 tag = "v1.0.10",
546 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100547 go_repository(
548 name = "com_github_cpuguy83_go_md2man_v2",
549 importpath = "github.com/cpuguy83/go-md2man/v2",
550 replace = "github.com/cpuguy83/go-md2man/v2",
551 sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=",
552 version = "v2.0.0",
553 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000554
555 go_repository(
556 name = "com_github_creack_pty",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000557 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100558 importpath = "github.com/creack/pty",
559 replace = "github.com/creack/pty",
560 sum = "h1:6pwm8kMQKCmgUg0ZHTm5+/YvRK0s3THD/28+T6/kk4A=",
561 version = "v1.1.7",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000562 )
563 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100564 name = "com_github_cyphar_filepath_securejoin",
565 importpath = "github.com/cyphar/filepath-securejoin",
566 replace = "github.com/cyphar/filepath-securejoin",
567 sum = "h1:jCwT2GTP+PY5nBz3c/YL5PAIbusElVrPujOBSCj8xRg=",
568 version = "v0.2.2",
569 )
570
571 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000572 name = "com_github_davecgh_go_spew",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000573 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100574 importpath = "github.com/davecgh/go-spew",
575 replace = "github.com/davecgh/go-spew",
576 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
577 version = "v1.1.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000578 )
579
580 go_repository(
581 name = "com_github_daviddengcn_go_colortext",
582 commit = "511bcaf42ccd",
583 importpath = "github.com/daviddengcn/go-colortext",
584 build_naming_convention = "go_default_library",
585 )
586
587 go_repository(
588 name = "com_github_dgraph_io_ristretto",
589 commit = "83508260cb49a2c3261c2774c991870fd18b5a1b",
590 importpath = "github.com/dgraph-io/ristretto",
591 build_naming_convention = "go_default_library",
592 )
593 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200594 name = "com_github_dgrijalva_jwt_go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000595 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100596 importpath = "github.com/dgrijalva/jwt-go",
597 replace = "github.com/dgrijalva/jwt-go",
598 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
599 version = "v3.2.0+incompatible",
600 )
601
602 go_repository(
603 name = "com_github_digitalocean_go_netbox",
604 importpath = "github.com/digitalocean/go-netbox",
605 build_naming_convention = "go_default_library",
606 tag = "v0.0.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200607 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000608 go_repository(
609 name = "com_github_djherbis_atime",
610 commit = "2d569978378562c466df74eda2d82900f435c5f4",
611 importpath = "github.com/djherbis/atime",
612 build_naming_convention = "go_default_library",
613 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200614
615 go_repository(
616 name = "com_github_docker_cli",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100617 urls = ["https://github.com/docker/cli/archive/54c19e67f69c.tar.gz"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200618 importpath = "github.com/docker/cli",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000619 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100620 build_extra_args = ["-exclude=vendor"],
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100621 strip_prefix = "cli-54c19e67f69ce1d20ec46d090654326079287a0f",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200622 )
623
624 go_repository(
625 name = "com_github_docker_distribution",
Serge Bazanski301435f2020-11-03 21:13:44 +0100626 build_extra_args = ["-exclude=vendor"],
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100627 build_naming_convention = "go_default_library",
628 importpath = "github.com/docker/distribution",
629 replace = "github.com/docker/distribution",
630 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=",
631 version = "v2.7.1+incompatible",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200632 )
633
634 go_repository(
635 name = "com_github_docker_docker",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000636 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100637 importpath = "github.com/docker/docker",
638 replace = "github.com/docker/docker",
639 sum = "h1:zviRyz1SWO8+WVJbi9/jlJCkrsZ54r/lTRbgtcaQhLs=",
640 version = "v1.4.2-0.20200309214505-aa6a9891b09c",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200641 )
642
643 go_repository(
644 name = "com_github_docker_docker_ce",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100645 urls = ["https://github.com/docker/docker-ce/archive/f53bd8bb8e43.tar.gz"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200646 importpath = "github.com/docker/docker-ce",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000647 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100648 build_extra_args = ["-exclude=components/cli/vendor"],
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100649 strip_prefix = "docker-ce-f53bd8bb8e43cb690048cd88d2ee41d39adaece3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200650 )
651
652 go_repository(
653 name = "com_github_docker_docker_credential_helpers",
654 importpath = "github.com/docker/docker-credential-helpers",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000655 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200656 tag = "v0.6.1",
657 )
658
659 go_repository(
660 name = "com_github_docker_go_connections",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000661 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100662 importpath = "github.com/docker/go-connections",
663 replace = "github.com/docker/go-connections",
664 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
665 version = "v0.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200666 )
667
668 go_repository(
669 name = "com_github_docker_go_metrics",
670 commit = "399ea8c73916",
671 importpath = "github.com/docker/go-metrics",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000672 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200673 )
674
675 go_repository(
676 name = "com_github_docker_go_units",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000677 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100678 importpath = "github.com/docker/go-units",
679 replace = "github.com/docker/go-units",
680 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=",
681 version = "v0.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200682 )
683
684 go_repository(
685 name = "com_github_docker_libtrust",
686 commit = "aabc10ec26b7",
687 importpath = "github.com/docker/libtrust",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000688 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200689 )
690
691 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000692 name = "com_github_docker_spdystream",
693 commit = "449fdfce4d96",
694 importpath = "github.com/docker/spdystream",
695 build_naming_convention = "go_default_library",
696 )
697 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100698 name = "com_github_docopt_docopt_go",
699 importpath = "github.com/docopt/docopt-go",
700 replace = "github.com/docopt/docopt-go",
701 sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
702 version = "v0.0.0-20180111231733-ee0de3bc6815",
703 )
704
705 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000706 name = "com_github_dustin_go_humanize",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000707 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100708 importpath = "github.com/dustin/go-humanize",
709 replace = "github.com/dustin/go-humanize",
710 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
711 version = "v1.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000712 )
713
714 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200715 name = "com_github_elazarl_go_bindata_assetfs",
716 commit = "38087fe4dafb",
717 importpath = "github.com/elazarl/go-bindata-assetfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000718 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200719 )
720
721 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000722 name = "com_github_elazarl_goproxy",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000723 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100724 importpath = "github.com/elazarl/goproxy",
725 replace = "github.com/elazarl/goproxy",
726 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
727 version = "v0.0.0-20180725130230-947c36da3153",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000728 )
729
730 go_repository(
731 name = "com_github_emicklei_go_restful",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000732 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100733 importpath = "github.com/emicklei/go-restful",
734 replace = "github.com/emicklei/go-restful",
735 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
736 version = "v2.9.5+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000737 )
738
739 go_repository(
740 name = "com_github_emirpasic_gods",
741 commit = "80e934ed68b9084f386ae25f74f839aaecfb54d8",
742 importpath = "github.com/emirpasic/gods",
743 build_naming_convention = "go_default_library",
744 )
745 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100746 name = "com_github_envoyproxy_go_control_plane",
747 importpath = "github.com/envoyproxy/go-control-plane",
748 replace = "github.com/envoyproxy/go-control-plane",
749 sum = "h1:4cmBvAEBNJaGARUEs3/suWRyfyBfhf7I60WBZq+bv2w=",
750 version = "v0.9.1-0.20191026205805-5f8ba28d4473",
751 )
752 go_repository(
753 name = "com_github_envoyproxy_protoc_gen_validate",
754 importpath = "github.com/envoyproxy/protoc-gen-validate",
755 replace = "github.com/envoyproxy/protoc-gen-validate",
756 sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=",
757 version = "v0.1.0",
758 )
759 go_repository(
760 name = "com_github_euank_go_kmsg_parser",
761 importpath = "github.com/euank/go-kmsg-parser",
762 replace = "github.com/euank/go-kmsg-parser",
763 sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=",
764 version = "v2.0.0+incompatible",
765 )
766
767 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200768 name = "com_github_evanphx_json_patch",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000769 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100770 importpath = "github.com/evanphx/json-patch",
771 replace = "github.com/evanphx/json-patch",
772 sum = "h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses=",
773 version = "v4.9.0+incompatible",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200774 )
775
776 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000777 name = "com_github_exponent_io_jsonpath",
778 commit = "d6023ce2651d",
779 importpath = "github.com/exponent-io/jsonpath",
780 build_naming_convention = "go_default_library",
781 )
782
783 go_repository(
784 name = "com_github_fatih_camelcase",
785 importpath = "github.com/fatih/camelcase",
786 build_naming_convention = "go_default_library",
787 tag = "v1.0.0",
788 )
789
790 go_repository(
791 name = "com_github_fatih_color",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000792 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100793 importpath = "github.com/fatih/color",
794 replace = "github.com/fatih/color",
795 sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=",
796 version = "v1.7.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000797 )
798 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200799 name = "com_github_fernet_fernet_go",
800 commit = "9eac43b88a5e",
801 importpath = "github.com/fernet/fernet-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000802 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200803 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100804 go_repository(
805 name = "com_github_flynn_go_shlex",
806 importpath = "github.com/flynn/go-shlex",
807 replace = "github.com/flynn/go-shlex",
808 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
809 version = "v0.0.0-20150515145356-3f9db97f8568",
810 )
811 go_repository(
812 name = "com_github_fogleman_gg",
813 importpath = "github.com/fogleman/gg",
814 replace = "github.com/fogleman/gg",
815 sum = "h1:WXb3TSNmHp2vHoCroCIB1foO/yQ36swABL8aOVeDpgg=",
816 version = "v1.2.1-0.20190220221249-0403632d5b90",
817 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200818
819 go_repository(
820 name = "com_github_fsnotify_fsnotify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000821 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100822 importpath = "github.com/fsnotify/fsnotify",
823 replace = "github.com/fsnotify/fsnotify",
824 sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=",
825 version = "v1.4.9",
826 )
827 go_repository(
828 name = "ml_vbom_util",
829 importpath = "github.com/fvbommel/util",
830 sum = "h1:/uQiVCCb9QGbBGf51tcx2D6Poi+Op2UpU+6qGP5nEdk=",
831 version = "v0.0.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200832 )
833
834 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000835 name = "com_github_gabriel_vasile_mimetype",
836 commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
837 importpath = "github.com/gabriel-vasile/mimetype",
838 build_naming_convention = "go_default_library",
839 )
840 go_repository(
841 name = "com_github_gchaincl_sqlhooks",
842 commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
843 importpath = "github.com/gchaincl/sqlhooks",
844 build_naming_convention = "go_default_library",
845 )
846
847 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200848 name = "com_github_genuinetools_pkg",
849 commit = "1c141f661797",
850 importpath = "github.com/genuinetools/pkg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000851 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200852 )
853
854 go_repository(
855 name = "com_github_genuinetools_reg",
856 commit = "d959057b30da",
857 importpath = "github.com/genuinetools/reg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000858 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100859 build_extra_args = ["-exclude=vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200860 )
861
862 go_repository(
863 name = "com_github_ghodss_yaml",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000864 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100865 importpath = "github.com/ghodss/yaml",
866 replace = "github.com/ghodss/yaml",
867 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
868 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200869 )
870
871 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000872 name = "com_github_globalsign_mgo",
873 commit = "eeefdecb41b8",
874 importpath = "github.com/globalsign/mgo",
875 build_naming_convention = "go_default_library",
876 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100877 go_repository(
878 name = "com_github_go_acme_lego",
879 importpath = "github.com/go-acme/lego",
880 replace = "github.com/go-acme/lego",
881 sum = "h1:5fNN9yRQfv8ymH3DSsxla+4aYeQt2IgfZqHKVnK8f0s=",
882 version = "v2.5.0+incompatible",
883 )
884 go_repository(
885 name = "com_github_go_bindata_go_bindata",
886 importpath = "github.com/go-bindata/go-bindata",
887 replace = "github.com/go-bindata/go-bindata",
888 sum = "h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg=",
889 version = "v3.1.1+incompatible",
890 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000891
892 go_repository(
893 name = "com_github_go_git_gcfg",
894 commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
895 importpath = "github.com/go-git/gcfg",
896 build_naming_convention = "go_default_library",
897 )
898 go_repository(
899 name = "com_github_go_git_go_billy_v5",
900 commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
901 importpath = "github.com/go-git/go-billy/v5",
902 build_naming_convention = "go_default_library",
903 remote = "https://github.com/go-git/go-billy",
904 vcs = "git",
905 )
906
907 go_repository(
908 name = "com_github_go_git_go_git_v5",
909 commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
910 importpath = "github.com/go-git/go-git/v5",
911 build_naming_convention = "go_default_library",
912 remote = "https://github.com/go-git/go-git",
913 vcs = "git",
914 build_extra_args = [
915 "-known_import=github.com/go-git/go-billy/v5",
916 ],
917 )
918 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100919 name = "com_github_go_gl_glfw_v3_3_glfw",
920 importpath = "github.com/go-gl/glfw/v3.3/glfw",
921 replace = "github.com/go-gl/glfw/v3.3/glfw",
922 sum = "h1:b+9H1GAsx5RsjvDFLoS5zkNBzIQMuVKUYQDmxU3N5XE=",
923 version = "v0.0.0-20191125211704-12ad95a8df72",
924 )
925 go_repository(
926 name = "com_github_go_ini_ini",
927 importpath = "github.com/go-ini/ini",
928 replace = "github.com/go-ini/ini",
929 sum = "h1:SVBHBs+26QqWy5m0NyygV8lfVQT/Dq2PeKTiKzcXKAc=",
930 version = "v1.9.0",
931 )
932
933 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000934 name = "com_github_go_kit_kit",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000935 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100936 importpath = "github.com/go-kit/kit",
937 replace = "github.com/go-kit/kit",
938 sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=",
939 version = "v0.9.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000940 )
941
942 go_repository(
943 name = "com_github_go_logfmt_logfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000944 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100945 importpath = "github.com/go-logfmt/logfmt",
946 replace = "github.com/go-logfmt/logfmt",
947 sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=",
948 version = "v0.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000949 )
950
951 go_repository(
952 name = "com_github_go_logr_logr",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000953 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100954 importpath = "github.com/go-logr/logr",
955 replace = "github.com/go-logr/logr",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000956 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
957 version = "v0.2.0",
958 )
959 go_repository(
960 name = "com_github_go_ole_go_ole",
961 commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
962 importpath = "github.com/go-ole/go-ole",
963 build_naming_convention = "go_default_library",
964 )
965 go_repository(
966 name = "com_github_go_openapi_analysis",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000967 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100968 importpath = "github.com/go-openapi/analysis",
969 replace = "github.com/go-openapi/analysis",
970 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=",
971 version = "v0.19.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000972 )
973 go_repository(
974 name = "com_github_go_openapi_errors",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000975 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100976 importpath = "github.com/go-openapi/errors",
977 replace = "github.com/go-openapi/errors",
978 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=",
979 version = "v0.19.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000980 )
981
982 go_repository(
983 name = "com_github_go_openapi_jsonpointer",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000984 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100985 importpath = "github.com/go-openapi/jsonpointer",
986 replace = "github.com/go-openapi/jsonpointer",
987 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=",
988 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000989 )
990
991 go_repository(
992 name = "com_github_go_openapi_jsonreference",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000993 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100994 importpath = "github.com/go-openapi/jsonreference",
995 replace = "github.com/go-openapi/jsonreference",
996 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=",
997 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000998 )
999 go_repository(
1000 name = "com_github_go_openapi_loads",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001001 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001002 importpath = "github.com/go-openapi/loads",
1003 replace = "github.com/go-openapi/loads",
1004 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=",
1005 version = "v0.19.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001006 )
1007 go_repository(
1008 name = "com_github_go_openapi_runtime",
1009 importpath = "github.com/go-openapi/runtime",
1010 build_naming_convention = "go_default_library",
1011 tag = "v0.19.21",
1012 )
1013
1014 go_repository(
1015 name = "com_github_go_openapi_spec",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001016 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001017 importpath = "github.com/go-openapi/spec",
1018 replace = "github.com/go-openapi/spec",
1019 sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=",
1020 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001021 )
1022 go_repository(
1023 name = "com_github_go_openapi_strfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001024 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001025 importpath = "github.com/go-openapi/strfmt",
1026 replace = "github.com/go-openapi/strfmt",
1027 sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=",
1028 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001029 )
1030
1031 go_repository(
1032 name = "com_github_go_openapi_swag",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001033 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001034 importpath = "github.com/go-openapi/swag",
1035 replace = "github.com/go-openapi/swag",
1036 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
1037 version = "v0.19.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001038 )
1039
1040 go_repository(
1041 name = "com_github_go_openapi_validate",
1042 importpath = "github.com/go-openapi/validate",
1043 build_naming_convention = "go_default_library",
1044 tag = "v0.20.2",
1045 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001046 go_repository(
1047 name = "com_github_go_ozzo_ozzo_validation",
1048 importpath = "github.com/go-ozzo/ozzo-validation",
1049 replace = "github.com/go-ozzo/ozzo-validation",
1050 sum = "h1:sUy/in/P6askYr16XJgTKq/0SZhiWsdg4WZGaLsGQkM=",
1051 version = "v3.5.0+incompatible",
1052 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001053
1054 go_repository(
1055 name = "com_github_go_stack_stack",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001056 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001057 importpath = "github.com/go-stack/stack",
1058 replace = "github.com/go-stack/stack",
1059 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
1060 version = "v1.8.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001061 )
1062
1063 go_repository(
1064 name = "com_github_go_telegram_bot_api_telegram_bot_api",
1065 commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
1066 importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
1067 build_naming_convention = "go_default_library",
1068 )
1069 go_repository(
1070 name = "com_github_go_test_deep",
1071 commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
1072 importpath = "github.com/go-test/deep",
1073 build_naming_convention = "go_default_library",
1074 )
1075 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001076 name = "com_github_godbus_dbus_v5",
1077 importpath = "github.com/godbus/dbus/v5",
1078 replace = "github.com/godbus/dbus/v5",
1079 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=",
1080 version = "v5.0.3",
1081 )
1082 go_repository(
1083 name = "com_github_gogo_protobuf",
1084 build_naming_convention = "go_default_library",
1085 importpath = "github.com/gogo/protobuf",
1086 replace = "github.com/gogo/protobuf",
1087 sum = "h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls=",
1088 version = "v1.3.1",
1089 )
1090 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001091 name = "com_github_golang_collections_go_datastructures",
1092 commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
1093 importpath = "github.com/golang-collections/go-datastructures",
1094 build_naming_convention = "go_default_library",
1095 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001096 go_repository(
1097 name = "com_github_golang_freetype",
1098 importpath = "github.com/golang/freetype",
1099 replace = "github.com/golang/freetype",
1100 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
1101 version = "v0.0.0-20170609003504-e2365dfdc4a0",
1102 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001103
1104 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001105 name = "com_github_golang_glog",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001106 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001107 importpath = "github.com/golang/glog",
1108 replace = "github.com/golang/glog",
1109 sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=",
1110 version = "v0.0.0-20160126235308-23def4e6c14b",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001111 )
1112
1113 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001114 name = "com_github_golang_groupcache",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001115 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001116 importpath = "github.com/golang/groupcache",
1117 replace = "github.com/golang/groupcache",
1118 sum = "h1:5ZkaAPbicIKTF2I64qf5Fh8Aa83Q/dnOafMYV0OMwjA=",
1119 version = "v0.0.0-20191227052852-215e87163ea7",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001120 )
1121 go_repository(
1122 name = "com_github_golang_migrate_migrate_v4",
1123 commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
1124 importpath = "github.com/golang-migrate/migrate/v4",
1125 build_naming_convention = "go_default_library",
1126 remote = "https://github.com/golang-migrate/migrate",
1127 vcs = "git",
1128 )
1129
1130 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001131 name = "com_github_golang_mock",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001132 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001133 importpath = "github.com/golang/mock",
1134 replace = "github.com/golang/mock",
1135 sum = "h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=",
1136 version = "v1.3.1",
1137 )
1138 go_repository(
1139 name = "com_github_golang_protobuf",
1140 importpath = "github.com/golang/protobuf",
1141 replace = "github.com/golang/protobuf",
1142 sum = "h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=",
1143 version = "v1.4.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001144 )
1145
1146 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001147 name = "com_github_golangplus_bytes",
1148 commit = "45c989fe5450",
1149 importpath = "github.com/golangplus/bytes",
1150 build_naming_convention = "go_default_library",
1151 )
1152
1153 go_repository(
1154 name = "com_github_golangplus_fmt",
1155 commit = "2a5d6d7d2995",
1156 importpath = "github.com/golangplus/fmt",
1157 build_naming_convention = "go_default_library",
1158 )
1159
1160 go_repository(
1161 name = "com_github_golangplus_testing",
1162 commit = "af21d9c3145e",
1163 importpath = "github.com/golangplus/testing",
1164 build_naming_convention = "go_default_library",
1165 )
1166 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001167 name = "com_github_google_btree",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001168 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001169 importpath = "github.com/google/btree",
1170 replace = "github.com/google/btree",
1171 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
1172 version = "v1.0.0",
1173 )
1174 go_repository(
1175 name = "com_github_google_cadvisor",
1176 importpath = "github.com/google/cadvisor",
1177 replace = "github.com/google/cadvisor",
1178 sum = "h1:t3txV4zNZZGTuwuA/Onm3HToPhg16GjigAHZHEVIz+c=",
1179 version = "v0.37.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001180 )
1181
1182 go_repository(
1183 name = "com_github_google_go_cmp",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001184 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001185 importpath = "github.com/google/go-cmp",
1186 replace = "github.com/google/go-cmp",
1187 sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=",
1188 version = "v0.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001189 )
1190
1191 go_repository(
1192 name = "com_github_google_go_jsonnet",
1193 importpath = "github.com/google/go-jsonnet",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001194 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001195 tag = "v0.12.1",
1196 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001197 go_repository(
1198 name = "com_github_google_gofuzz",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001199 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001200 importpath = "github.com/google/gofuzz",
1201 replace = "github.com/google/gofuzz",
1202 sum = "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=",
1203 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001204 )
1205
1206 go_repository(
1207 name = "com_github_google_martian",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001208 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001209 importpath = "github.com/google/martian",
1210 replace = "github.com/google/martian",
1211 sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=",
1212 version = "v2.1.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001213 )
1214
1215 go_repository(
1216 name = "com_github_google_pprof",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001217 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001218 importpath = "github.com/google/pprof",
1219 replace = "github.com/google/pprof",
1220 sum = "h1:DLpL8pWq0v4JYoRpEhDfsJhhJyGKCcQM2WPW2TJs31c=",
1221 version = "v0.0.0-20191218002539-d4f498aebedc",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001222 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001223 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001224 name = "com_github_google_renameio",
1225 importpath = "github.com/google/renameio",
1226 replace = "github.com/google/renameio",
1227 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
1228 version = "v0.1.0",
1229 )
1230
1231 go_repository(
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001232 name = "com_github_google_shlex",
1233 importpath = "github.com/google/shlex",
1234 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
1235 version = "v0.0.0-20191202100458-e7afc7fbc510",
1236 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001237
1238 go_repository(
1239 name = "com_github_google_uuid",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001240 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001241 importpath = "github.com/google/uuid",
1242 replace = "github.com/google/uuid",
1243 sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
1244 version = "v1.1.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001245 )
1246
1247 go_repository(
1248 name = "com_github_googleapis_gax_go_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001249 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001250 importpath = "github.com/googleapis/gax-go/v2",
1251 replace = "github.com/googleapis/gax-go/v2",
1252 sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=",
1253 version = "v2.0.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001254 )
1255 go_repository(
1256 name = "com_github_googleapis_gnostic",
1257 build_file_generation = "on",
1258 build_file_proto_mode = "disable",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001259 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001260 importpath = "github.com/googleapis/gnostic",
1261 replace = "github.com/googleapis/gnostic",
1262 sum = "h1:DLJCy1n/vrD4HPjOvYcT8aYQXpPIzoRZONaYwyycI+I=",
1263 version = "v0.4.1",
1264 )
1265 go_repository(
1266 name = "com_github_googlecloudplatform_k8s_cloud_provider",
1267 importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
1268 replace = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
1269 sum = "h1:JhyuWIqYrstW7KHMjk/fTqU0xtMpBOHuiTA2FVc7L4E=",
1270 version = "v0.0.0-20200415212048-7901bc822317",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001271 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001272
1273 go_repository(
1274 name = "com_github_gophercloud_gophercloud",
1275 importpath = "github.com/gophercloud/gophercloud",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001276 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001277 tag = "v0.1.0",
1278 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001279 go_repository(
1280 name = "com_github_gopherjs_gopherjs",
1281 importpath = "github.com/gopherjs/gopherjs",
1282 replace = "github.com/gopherjs/gopherjs",
1283 sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=",
1284 version = "v0.0.0-20181017120253-0766667cb4d1",
1285 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001286
1287 go_repository(
1288 name = "com_github_gorilla_context",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001289 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001290 importpath = "github.com/gorilla/context",
1291 replace = "github.com/gorilla/context",
1292 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
1293 version = "v1.1.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001294 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001295 go_repository(
1296 name = "com_github_gorilla_mux",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001297 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001298 importpath = "github.com/gorilla/mux",
1299 replace = "github.com/gorilla/mux",
1300 sum = "h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=",
1301 version = "v1.7.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001302 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001303
1304 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001305 name = "com_github_gorilla_securecookie",
1306 importpath = "github.com/gorilla/securecookie",
1307 build_naming_convention = "go_default_library",
1308 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
1309 version = "v1.1.1",
1310 )
1311 go_repository(
1312 name = "com_github_gorilla_sessions",
1313 importpath = "github.com/gorilla/sessions",
1314 build_naming_convention = "go_default_library",
1315 sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
1316 version = "v1.2.1",
1317 )
1318 go_repository(
1319 name = "com_github_gorilla_websocket",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001320 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001321 importpath = "github.com/gorilla/websocket",
1322 replace = "github.com/gorilla/websocket",
1323 sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=",
1324 version = "v1.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001325 )
1326 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001327 name = "com_github_gregjones_httpcache",
1328 commit = "9cad4c3443a7",
1329 importpath = "github.com/gregjones/httpcache",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001330 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001331 )
1332
1333 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001334 name = "com_github_grpc_ecosystem_go_grpc_middleware",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001335 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001336 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
1337 replace = "github.com/grpc-ecosystem/go-grpc-middleware",
1338 sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=",
1339 version = "v1.0.1-0.20190118093823-f849b5445de4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001340 )
1341
1342 go_repository(
1343 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001344 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001345 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1346 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
1347 version = "v1.9.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001348 )
1349 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001350 name = "com_github_grpc_ecosystem_grpc_gateway",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001351 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001352 importpath = "github.com/grpc-ecosystem/grpc-gateway",
1353 replace = "github.com/grpc-ecosystem/grpc-gateway",
1354 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
1355 version = "v1.9.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001356 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001357 go_repository(
1358 name = "com_github_hashicorp_errwrap",
1359 commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
1360 importpath = "github.com/hashicorp/errwrap",
1361 build_naming_convention = "go_default_library",
1362 )
1363 go_repository(
1364 name = "com_github_hashicorp_go_multierror",
1365 commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
1366 importpath = "github.com/hashicorp/go-multierror",
1367 build_naming_convention = "go_default_library",
1368 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001369 go_repository(
1370 name = "com_github_hashicorp_go_syslog",
1371 importpath = "github.com/hashicorp/go-syslog",
1372 replace = "github.com/hashicorp/go-syslog",
1373 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
1374 version = "v1.0.0",
1375 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001376
1377 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001378 name = "com_github_hashicorp_golang_lru",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001379 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001380 importpath = "github.com/hashicorp/golang-lru",
1381 replace = "github.com/hashicorp/golang-lru",
1382 sum = "h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=",
1383 version = "v0.5.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001384 )
1385
1386 go_repository(
1387 name = "com_github_hashicorp_hcl",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001388 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001389 importpath = "github.com/hashicorp/hcl",
1390 replace = "github.com/hashicorp/hcl",
1391 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
1392 version = "v1.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001393 )
1394 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001395 name = "com_github_heketi_heketi",
1396 importpath = "github.com/heketi/heketi",
1397 replace = "github.com/heketi/heketi",
1398 sum = "h1:ysqc8k973k1lLJ4BOOHAkx14K2nt4cLjsIm+hwWDZDE=",
1399 version = "v9.0.1-0.20190917153846-c2e2a4ab7ab9+incompatible",
1400 )
1401 go_repository(
1402 name = "com_github_heketi_tests",
1403 importpath = "github.com/heketi/tests",
1404 replace = "github.com/heketi/tests",
1405 sum = "h1:oJ/NLadJn5HoxvonA6VxG31lg0d6XOURNA09BTtM4fY=",
1406 version = "v0.0.0-20151005000721-f3775cbcefd6",
1407 )
1408
1409 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001410 name = "com_github_hpcloud_tail",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001411 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001412 importpath = "github.com/hpcloud/tail",
1413 replace = "github.com/hpcloud/tail",
1414 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
1415 version = "v1.0.0",
1416 )
1417 go_repository(
1418 name = "com_github_ianlancetaylor_demangle",
1419 importpath = "github.com/ianlancetaylor/demangle",
1420 replace = "github.com/ianlancetaylor/demangle",
1421 sum = "h1:UDMh68UUwekSh5iP2OMhRRZJiiBccgV7axzUG8vi56c=",
1422 version = "v0.0.0-20181102032728-5e5cf60278f6",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001423 )
1424
1425 go_repository(
1426 name = "com_github_imdario_mergo",
1427 importpath = "github.com/imdario/mergo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001428 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001429 tag = "v0.3.5",
1430 )
1431
1432 go_repository(
1433 name = "com_github_inconshreveable_mousetrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001434 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001435 importpath = "github.com/inconshreveable/mousetrap",
1436 replace = "github.com/inconshreveable/mousetrap",
1437 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
1438 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001439 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001440 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001441 name = "com_github_ishidawataru_sctp",
1442 importpath = "github.com/ishidawataru/sctp",
1443 replace = "github.com/ishidawataru/sctp",
1444 sum = "h1:qPmlgoeRS18y2dT+iAH5vEKZgIqgiPi2Y8UCu/b7Aq8=",
1445 version = "v0.0.0-20190723014705-7c296d48a2b5",
1446 )
1447
1448 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001449 name = "com_github_jackc_pgx",
1450 commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
1451 importpath = "github.com/jackc/pgx",
1452 build_naming_convention = "go_default_library",
1453 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001454
1455 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001456 name = "com_github_jbenet_go_context",
1457 commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
1458 importpath = "github.com/jbenet/go-context",
1459 build_naming_convention = "go_default_library",
1460 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001461 go_repository(
1462 name = "com_github_jeffashton_win_pdh",
1463 importpath = "github.com/JeffAshton/win_pdh",
1464 replace = "github.com/JeffAshton/win_pdh",
1465 sum = "h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=",
1466 version = "v0.0.0-20161109143554-76bb4ee9f0ab",
1467 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001468
1469 go_repository(
1470 name = "com_github_jessevdk_go_flags",
1471 importpath = "github.com/jessevdk/go-flags",
1472 build_naming_convention = "go_default_library",
1473 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
1474 version = "v1.4.0",
1475 )
1476 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001477 name = "com_github_jimstudt_http_authentication",
1478 importpath = "github.com/jimstudt/http-authentication",
1479 replace = "github.com/jimstudt/http-authentication",
1480 sum = "h1:BcF8coBl0QFVhe8vAMMlD+CV8EISiu9MGKLoj6ZEyJA=",
1481 version = "v0.0.0-20140401203705-3eca13d6893a",
1482 )
1483 go_repository(
1484 name = "com_github_jmespath_go_jmespath",
1485 importpath = "github.com/jmespath/go-jmespath",
1486 replace = "github.com/jmespath/go-jmespath",
1487 sum = "h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=",
1488 version = "v0.0.0-20180206201540-c2b33e8439af",
1489 )
1490
1491 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001492 name = "com_github_jmoiron_sqlx",
1493 commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
1494 importpath = "github.com/jmoiron/sqlx",
1495 build_naming_convention = "go_default_library",
1496 )
1497
1498 go_repository(
1499 name = "com_github_jonboulle_clockwork",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001500 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001501 importpath = "github.com/jonboulle/clockwork",
1502 replace = "github.com/jonboulle/clockwork",
1503 sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=",
1504 version = "v0.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001505 )
1506 go_repository(
1507 name = "com_github_json_iterator_go",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001508 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001509 importpath = "github.com/json-iterator/go",
1510 replace = "github.com/json-iterator/go",
1511 sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=",
1512 version = "v1.1.10",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001513 )
1514
1515 go_repository(
1516 name = "com_github_jstemmer_go_junit_report",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001517 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001518 importpath = "github.com/jstemmer/go-junit-report",
1519 replace = "github.com/jstemmer/go-junit-report",
1520 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
1521 version = "v0.9.1",
1522 )
1523 go_repository(
1524 name = "com_github_jtolds_gls",
1525 importpath = "github.com/jtolds/gls",
1526 replace = "github.com/jtolds/gls",
1527 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
1528 version = "v4.20.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001529 )
1530
1531 go_repository(
1532 name = "com_github_julienschmidt_httprouter",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001533 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001534 importpath = "github.com/julienschmidt/httprouter",
1535 replace = "github.com/julienschmidt/httprouter",
1536 sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=",
1537 version = "v1.2.0",
1538 )
1539 go_repository(
1540 name = "com_github_jung_kurt_gofpdf",
1541 importpath = "github.com/jung-kurt/gofpdf",
1542 replace = "github.com/jung-kurt/gofpdf",
1543 sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=",
1544 version = "v1.0.3-0.20190309125859-24315acbbda5",
1545 )
1546 go_repository(
1547 name = "com_github_karrick_godirwalk",
1548 importpath = "github.com/karrick/godirwalk",
1549 replace = "github.com/karrick/godirwalk",
1550 sum = "h1:VbzFqwXwNbAZoA6W5odrLr+hKK197CcENcPh6E/gJ0M=",
1551 version = "v1.7.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001552 )
1553
1554 go_repository(
1555 name = "com_github_kevinburke_go_bindata",
1556 commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
1557 importpath = "github.com/kevinburke/go-bindata",
1558 build_naming_convention = "go_default_library",
1559 )
1560 go_repository(
1561 name = "com_github_kevinburke_ssh_config",
1562 commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
1563 importpath = "github.com/kevinburke/ssh_config",
1564 build_naming_convention = "go_default_library",
1565 )
1566 go_repository(
1567 name = "com_github_kisielk_errcheck",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001568 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001569 importpath = "github.com/kisielk/errcheck",
1570 replace = "github.com/kisielk/errcheck",
1571 sum = "h1:reN85Pxc5larApoH1keMBiu2GWtPqXQ1nc9gx+jOU+E=",
1572 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001573 )
1574 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001575 name = "com_github_kisielk_gotool",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001576 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001577 importpath = "github.com/kisielk/gotool",
1578 replace = "github.com/kisielk/gotool",
1579 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
1580 version = "v1.0.0",
1581 )
1582 go_repository(
1583 name = "com_github_klauspost_cpuid",
1584 importpath = "github.com/klauspost/cpuid",
1585 replace = "github.com/klauspost/cpuid",
1586 sum = "h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=",
1587 version = "v1.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001588 )
1589
1590 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001591 name = "com_github_klauspost_cpuid_v2",
1592 importpath = "github.com/klauspost/cpuid/v2",
1593 build_naming_convention = "go_default_library",
1594 sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
1595 version = "v2.0.5",
1596 )
1597 go_repository(
1598 name = "com_github_konsorten_go_windows_terminal_sequences",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001599 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001600 importpath = "github.com/konsorten/go-windows-terminal-sequences",
1601 replace = "github.com/konsorten/go-windows-terminal-sequences",
1602 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
1603 version = "v1.0.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001604 )
1605
1606 go_repository(
1607 name = "com_github_kr_logfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001608 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001609 importpath = "github.com/kr/logfmt",
1610 replace = "github.com/kr/logfmt",
1611 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
1612 version = "v0.0.0-20140226030751-b84e30acd515",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001613 )
1614 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001615 name = "com_github_kr_pretty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001616 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001617 importpath = "github.com/kr/pretty",
1618 replace = "github.com/kr/pretty",
1619 sum = "h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=",
1620 version = "v0.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001621 )
1622
1623 go_repository(
1624 name = "com_github_kr_pty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001625 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001626 importpath = "github.com/kr/pty",
1627 replace = "github.com/kr/pty",
1628 sum = "h1:hyz3dwM5QLc1Rfoz4FuWJQG5BN7tc6K1MndAUnGpQr4=",
1629 version = "v1.1.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001630 )
1631
1632 go_repository(
1633 name = "com_github_kr_text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001634 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001635 importpath = "github.com/kr/text",
1636 replace = "github.com/kr/text",
1637 sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=",
1638 version = "v0.1.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001639 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001640 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001641 name = "com_github_kylelemons_godebug",
1642 importpath = "github.com/kylelemons/godebug",
1643 replace = "github.com/kylelemons/godebug",
1644 sum = "h1:MtvEpTB6LX3vkb4ax0b5D2DHbNAUsen0Gx5wZoq3lV4=",
1645 version = "v0.0.0-20170820004349-d65d576e9348",
1646 )
1647
1648 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001649 name = "com_github_lib_pq",
1650 commit = "3427c32cb71afc948325f299f040e53c1dd78979",
1651 importpath = "github.com/lib/pq",
1652 build_naming_convention = "go_default_library",
1653 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001654 go_repository(
1655 name = "com_github_libopenstorage_openstorage",
1656 importpath = "github.com/libopenstorage/openstorage",
1657 replace = "github.com/libopenstorage/openstorage",
1658 sum = "h1:GLPam7/0mpdP8ZZtKjbfcXJBTIA/T1O6CBErVEFEyIM=",
1659 version = "v1.0.0",
1660 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001661
1662 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001663 name = "com_github_liggitt_tabwriter",
1664 commit = "89fcab3d43de",
1665 importpath = "github.com/liggitt/tabwriter",
1666 build_naming_convention = "go_default_library",
1667 )
1668
1669 go_repository(
1670 name = "com_github_lithammer_dedent",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001671 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001672 importpath = "github.com/lithammer/dedent",
1673 replace = "github.com/lithammer/dedent",
1674 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
1675 version = "v1.1.0",
1676 )
1677 go_repository(
1678 name = "com_github_lpabon_godbc",
1679 importpath = "github.com/lpabon/godbc",
1680 replace = "github.com/lpabon/godbc",
1681 sum = "h1:ilqjArN1UOENJJdM34I2YHKmF/B0gGq4VLoSGy9iAao=",
1682 version = "v0.1.1",
1683 )
1684 go_repository(
1685 name = "com_github_lucas_clemente_aes12",
1686 importpath = "github.com/lucas-clemente/aes12",
1687 replace = "github.com/lucas-clemente/aes12",
1688 sum = "h1:sSeNEkJrs+0F9TUau0CgWTTNEwF23HST3Eq0A+QIx+A=",
1689 version = "v0.0.0-20171027163421-cd47fb39b79f",
1690 )
1691 go_repository(
1692 name = "com_github_lucas_clemente_quic_clients",
1693 importpath = "github.com/lucas-clemente/quic-clients",
1694 replace = "github.com/lucas-clemente/quic-clients",
1695 sum = "h1:/P9n0nICT/GnQJkZovtBqridjxU0ao34m7DpMts79qY=",
1696 version = "v0.1.0",
1697 )
1698 go_repository(
1699 name = "com_github_lucas_clemente_quic_go",
1700 importpath = "github.com/lucas-clemente/quic-go",
1701 replace = "github.com/lucas-clemente/quic-go",
1702 sum = "h1:iQtTSZVbd44k94Lu0U16lLBIG3lrnjDvQongjPd4B/s=",
1703 version = "v0.10.2",
1704 )
1705 go_repository(
1706 name = "com_github_lucas_clemente_quic_go_certificates",
1707 importpath = "github.com/lucas-clemente/quic-go-certificates",
1708 replace = "github.com/lucas-clemente/quic-go-certificates",
1709 sum = "h1:zqEC1GJZFbGZA0tRyNZqRjep92K5fujFtFsu5ZW7Aug=",
1710 version = "v0.0.0-20160823095156-d2f86524cced",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001711 )
1712
1713 go_repository(
1714 name = "com_github_magiconair_properties",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001715 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001716 importpath = "github.com/magiconair/properties",
1717 replace = "github.com/magiconair/properties",
1718 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
1719 version = "v1.8.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001720 )
1721 go_repository(
1722 name = "com_github_mailru_easyjson",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001723 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001724 importpath = "github.com/mailru/easyjson",
1725 replace = "github.com/mailru/easyjson",
1726 sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=",
1727 version = "v0.7.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001728 )
1729
1730 go_repository(
1731 name = "com_github_makenowjust_heredoc",
1732 commit = "bb23615498cd",
1733 importpath = "github.com/MakeNowJust/heredoc",
1734 build_naming_convention = "go_default_library",
1735 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001736 go_repository(
1737 name = "com_github_marten_seemann_qtls",
1738 importpath = "github.com/marten-seemann/qtls",
1739 replace = "github.com/marten-seemann/qtls",
1740 sum = "h1:0yWJ43C62LsZt08vuQJDK1uC1czUc3FJeCLPoNAI4vA=",
1741 version = "v0.2.3",
1742 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001743
1744 go_repository(
1745 name = "com_github_mattn_go_colorable",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001746 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001747 importpath = "github.com/mattn/go-colorable",
1748 replace = "github.com/mattn/go-colorable",
1749 sum = "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=",
1750 version = "v0.0.9",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001751 )
1752 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001753 name = "com_github_mattn_go_isatty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001754 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001755 importpath = "github.com/mattn/go-isatty",
1756 replace = "github.com/mattn/go-isatty",
1757 sum = "h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=",
1758 version = "v0.0.4",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001759 )
1760
1761 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001762 name = "com_github_mattn_go_runewidth",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001763 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001764 importpath = "github.com/mattn/go-runewidth",
1765 replace = "github.com/mattn/go-runewidth",
1766 sum = "h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=",
1767 version = "v0.0.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001768 )
1769 go_repository(
1770 name = "com_github_mattn_go_sqlite3",
1771 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
1772 importpath = "github.com/mattn/go-sqlite3",
1773 build_naming_convention = "go_default_library",
1774 )
1775
1776 go_repository(
1777 name = "com_github_matttproud_golang_protobuf_extensions",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001778 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001779 importpath = "github.com/matttproud/golang_protobuf_extensions",
1780 replace = "github.com/matttproud/golang_protobuf_extensions",
1781 sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=",
1782 version = "v1.0.2-0.20181231171920-c182affec369",
1783 )
1784 go_repository(
1785 name = "com_github_mholt_certmagic",
1786 importpath = "github.com/mholt/certmagic",
1787 replace = "github.com/mholt/certmagic",
1788 sum = "h1:xKE9kZ5C8gelJC3+BNM6LJs1x21rivK7yxfTZMAuY2s=",
1789 version = "v0.6.2-0.20190624175158-6a42ef9fe8c2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001790 )
1791
1792 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001793 name = "com_github_microsoft_go_winio",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001794 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001795 importpath = "github.com/Microsoft/go-winio",
1796 replace = "github.com/Microsoft/go-winio",
1797 sum = "h1:ygIc8M6trr62pF5DucadTWGdEB4mEyvzi0e2nbcmcyA=",
1798 version = "v0.4.15-0.20190919025122-fc70bd9a86b5",
1799 )
1800 go_repository(
1801 name = "com_github_microsoft_hcsshim",
1802 importpath = "github.com/Microsoft/hcsshim",
1803 replace = "github.com/Microsoft/hcsshim",
1804 sum = "h1:1xpVY4dSUSbW3PcSGxZJhI8Z+CJiqbd933kM7HIinTc=",
1805 version = "v0.8.10-0.20200715222032-5eafd1556990",
1806 )
1807 go_repository(
1808 name = "com_github_miekg_dns",
1809 importpath = "github.com/miekg/dns",
1810 replace = "github.com/miekg/dns",
1811 sum = "h1:rCMZsU2ScVSYcAsOXgmC6+AKOK+6pmQTOcw03nfwYV0=",
1812 version = "v1.1.4",
1813 )
1814 go_repository(
1815 name = "com_github_mindprince_gonvml",
1816 importpath = "github.com/mindprince/gonvml",
1817 replace = "github.com/mindprince/gonvml",
1818 sum = "h1:PS1dLCGtD8bb9RPKJrc8bS7qHL6JnW1CZvwzH9dPoUs=",
1819 version = "v0.0.0-20190828220739-9ebdce4bb989",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001820 )
1821
1822 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001823 name = "com_github_minio_md5_simd",
1824 importpath = "github.com/minio/md5-simd",
1825 build_naming_convention = "go_default_library",
1826 sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
1827 version = "v1.1.2",
1828 )
1829 go_repository(
1830 name = "com_github_minio_minio_go_v7",
1831 importpath = "github.com/minio/minio-go/v7",
1832 build_naming_convention = "go_default_library",
1833 sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
1834 version = "v7.0.10",
1835 )
1836
1837 go_repository(
1838 name = "com_github_minio_sha256_simd",
1839 importpath = "github.com/minio/sha256-simd",
1840 build_naming_convention = "go_default_library",
1841 sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
1842 version = "v1.0.0",
1843 )
1844 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001845 name = "com_github_mistifyio_go_zfs",
1846 importpath = "github.com/mistifyio/go-zfs",
1847 replace = "github.com/mistifyio/go-zfs",
1848 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
1849 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
1850 )
1851
1852 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001853 name = "com_github_mitchellh_go_homedir",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001854 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001855 importpath = "github.com/mitchellh/go-homedir",
1856 replace = "github.com/mitchellh/go-homedir",
1857 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
1858 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001859 )
1860 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001861 name = "com_github_mitchellh_go_wordwrap",
1862 importpath = "github.com/mitchellh/go-wordwrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001863 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001864 tag = "v1.0.0",
1865 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001866 go_repository(
1867 name = "com_github_mitchellh_mapstructure",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001868 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001869 importpath = "github.com/mitchellh/mapstructure",
1870 replace = "github.com/mitchellh/mapstructure",
1871 sum = "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=",
1872 version = "v1.1.2",
1873 )
1874 go_repository(
1875 name = "com_github_moby_ipvs",
1876 importpath = "github.com/moby/ipvs",
1877 replace = "github.com/moby/ipvs",
1878 sum = "h1:aoZ7fhLTXgDbzVrAnvV+XbKOU8kOET7B3+xULDF/1o0=",
1879 version = "v1.0.1",
1880 )
1881 go_repository(
1882 name = "com_github_moby_sys_mountinfo",
1883 importpath = "github.com/moby/sys/mountinfo",
1884 replace = "github.com/moby/sys/mountinfo",
1885 sum = "h1:KIrhRO14+AkwKvG/g2yIpNMOUVZ02xNhOw8KY1WsLOI=",
1886 version = "v0.1.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001887 )
1888
1889 go_repository(
1890 name = "com_github_moby_term",
1891 importpath = "github.com/moby/term",
1892 build_naming_convention = "go_default_library",
1893 sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
1894 version = "v0.0.0-20201101162038-25d840ce174a",
1895 )
1896 go_repository(
1897 name = "com_github_modern_go_concurrent",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001898 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001899 importpath = "github.com/modern-go/concurrent",
1900 replace = "github.com/modern-go/concurrent",
1901 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
1902 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001903 )
1904 go_repository(
1905 name = "com_github_modern_go_reflect2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001906 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001907 importpath = "github.com/modern-go/reflect2",
1908 replace = "github.com/modern-go/reflect2",
1909 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=",
1910 version = "v1.0.1",
1911 )
1912 go_repository(
1913 name = "com_github_mohae_deepcopy",
1914 importpath = "github.com/mohae/deepcopy",
1915 replace = "github.com/mohae/deepcopy",
1916 sum = "h1:e+l77LJOEqXTIQihQJVkA6ZxPOUmfPM5e4H7rcpgtSk=",
1917 version = "v0.0.0-20170603005431-491d3605edfb",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001918 )
1919
1920 go_repository(
1921 name = "com_github_morikuni_aec",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001922 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001923 importpath = "github.com/morikuni/aec",
1924 replace = "github.com/morikuni/aec",
1925 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
1926 version = "v1.0.0",
1927 )
1928 go_repository(
1929 name = "com_github_mrunalp_fileutils",
1930 importpath = "github.com/mrunalp/fileutils",
1931 replace = "github.com/mrunalp/fileutils",
1932 sum = "h1:aZQToFSLH8ejFeSkTc3r3L4dPImcj7Ib/KgmkQqbGGg=",
1933 version = "v0.0.0-20200520151820-abd8a0e76976",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001934 )
1935
1936 go_repository(
1937 name = "com_github_munnerz_goautoneg",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001938 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001939 importpath = "github.com/munnerz/goautoneg",
1940 replace = "github.com/munnerz/goautoneg",
1941 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
1942 version = "v0.0.0-20191010083416-a7dc8b61c822",
1943 )
1944 go_repository(
1945 name = "com_github_mvdan_xurls",
1946 importpath = "github.com/mvdan/xurls",
1947 replace = "github.com/mvdan/xurls",
1948 sum = "h1:OpuDelGQ1R1ueQ6sSryzi6P+1RtBpfQHM8fJwlE45ww=",
1949 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001950 )
1951
1952 go_repository(
1953 name = "com_github_mwitkow_go_conntrack",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001954 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001955 importpath = "github.com/mwitkow/go-conntrack",
1956 replace = "github.com/mwitkow/go-conntrack",
1957 sum = "h1:F9x/1yl3T2AeKLr2AMdilSD8+f9bvMnNN8VS5iDtovc=",
1958 version = "v0.0.0-20161129095857-cc309e4a2223",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001959 )
1960
1961 go_repository(
1962 name = "com_github_mxk_go_flowrate",
1963 commit = "cca7078d478f",
1964 importpath = "github.com/mxk/go-flowrate",
1965 build_naming_convention = "go_default_library",
1966 )
1967 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001968 name = "com_github_naoina_go_stringutil",
1969 importpath = "github.com/naoina/go-stringutil",
1970 replace = "github.com/naoina/go-stringutil",
1971 sum = "h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks=",
1972 version = "v0.1.0",
1973 )
1974 go_repository(
1975 name = "com_github_naoina_toml",
1976 importpath = "github.com/naoina/toml",
1977 replace = "github.com/naoina/toml",
1978 sum = "h1:PT/lllxVVN0gzzSqSlHEmP8MJB4MY2U7STGxiouV4X8=",
1979 version = "v0.1.1",
1980 )
1981
1982 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001983 name = "com_github_netbox_community_go_netbox",
1984 commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
1985 importpath = "github.com/netbox-community/go-netbox",
1986 build_naming_convention = "go_default_library",
1987 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001988
1989 go_repository(
1990 name = "com_github_nvveen_gotty",
1991 commit = "cd527374f1e5",
1992 importpath = "github.com/Nvveen/Gotty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001993 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001994 )
1995
1996 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001997 name = "com_github_nytimes_gziphandler",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001998 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001999 importpath = "github.com/NYTimes/gziphandler",
2000 replace = "github.com/NYTimes/gziphandler",
2001 sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=",
2002 version = "v0.0.0-20170623195520-56545f4a5d46",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002003 )
2004
2005 go_repository(
2006 name = "com_github_olekukonko_tablewriter",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002007 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002008 importpath = "github.com/olekukonko/tablewriter",
2009 replace = "github.com/olekukonko/tablewriter",
2010 sum = "h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78=",
2011 version = "v0.0.0-20170122224234-a0225b3f23b5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002012 )
2013 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002014 name = "com_github_onsi_ginkgo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002015 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002016 importpath = "github.com/onsi/ginkgo",
2017 replace = "github.com/onsi/ginkgo",
2018 sum = "h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=",
2019 version = "v1.11.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002020 )
2021
2022 go_repository(
2023 name = "com_github_onsi_gomega",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002024 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002025 importpath = "github.com/onsi/gomega",
2026 replace = "github.com/onsi/gomega",
2027 sum = "h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=",
2028 version = "v1.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002029 )
2030
2031 go_repository(
2032 name = "com_github_opencontainers_go_digest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002033 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002034 importpath = "github.com/opencontainers/go-digest",
2035 replace = "github.com/opencontainers/go-digest",
2036 sum = "h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=",
2037 version = "v1.0.0-rc1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002038 )
2039
2040 go_repository(
2041 name = "com_github_opencontainers_image_spec",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002042 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002043 importpath = "github.com/opencontainers/image-spec",
2044 replace = "github.com/opencontainers/image-spec",
2045 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
2046 version = "v1.0.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002047 )
2048
2049 go_repository(
2050 name = "com_github_opencontainers_runc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002051 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002052 importpath = "github.com/opencontainers/runc",
2053 replace = "github.com/opencontainers/runc",
2054 sum = "h1:LcPVE5u4oaqw8ffPbJew0lUxZC7faM5t52PgU4px1xY=",
2055 version = "v1.0.0-rc91.0.20200707015106-819fcc687efb",
2056 )
2057 go_repository(
2058 name = "com_github_opencontainers_runtime_spec",
2059 importpath = "github.com/opencontainers/runtime-spec",
2060 replace = "github.com/opencontainers/runtime-spec",
2061 sum = "h1:9mv9SC7GWmRWE0J/+oD8w3GsN2KYGKtg6uwLN7hfP5E=",
2062 version = "v1.0.3-0.20200520003142-237cc4f519e2",
2063 )
2064 go_repository(
2065 name = "com_github_opencontainers_selinux",
2066 importpath = "github.com/opencontainers/selinux",
2067 replace = "github.com/opencontainers/selinux",
2068 sum = "h1:F6DgIsjgBIcDksLW4D5RG9bXok6oqZ3nvMwj4ZoFu/Q=",
2069 version = "v1.5.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002070 )
2071
2072 go_repository(
2073 name = "com_github_openzipkin_zipkin_go",
2074 importpath = "github.com/openzipkin/zipkin-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002075 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002076 tag = "v0.1.3",
2077 )
2078
2079 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002080 name = "com_github_pelletier_go_toml",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002081 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002082 importpath = "github.com/pelletier/go-toml",
2083 replace = "github.com/pelletier/go-toml",
2084 sum = "h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=",
2085 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002086 )
2087 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002088 name = "com_github_peterbourgon_diskv",
2089 importpath = "github.com/peterbourgon/diskv",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002090 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002091 tag = "v2.0.1",
2092 )
2093
2094 go_repository(
2095 name = "com_github_peterhellberg_link",
2096 importpath = "github.com/peterhellberg/link",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002097 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002098 tag = "v1.0.0",
2099 )
2100
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002101 # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
2102 # thereby prohibiting usage of a gomod version directly in the version attribute of this
2103 # rule.
2104 go_repository(
2105 name = "com_github_piranha_gostatic",
2106 importpath = "github.com/piranha/gostatic",
2107 build_naming_convention = "go_default_library",
2108 sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
2109 version = "v0.0.0-20200923134324-eb52cbb4fb83",
2110 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002111 go_repository(
2112 name = "com_github_pkg_errors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002113 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002114 importpath = "github.com/pkg/errors",
2115 replace = "github.com/pkg/errors",
2116 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
2117 version = "v0.9.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002118 )
2119
2120 go_repository(
2121 name = "com_github_pmezard_go_difflib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002122 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002123 importpath = "github.com/pmezard/go-difflib",
2124 replace = "github.com/pmezard/go-difflib",
2125 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
2126 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002127 )
2128
2129 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002130 name = "com_github_pquerna_cachecontrol",
2131 commit = "0dec1b30a021",
2132 importpath = "github.com/pquerna/cachecontrol",
2133 build_naming_convention = "go_default_library",
2134 )
2135 go_repository(
2136 name = "com_github_projectcalico_calicoctl",
2137 importpath = "github.com/projectcalico/calicoctl",
2138 build_naming_convention = "go_default_library",
2139 # This fork implements explicit Bazel rules
2140 remote = "https://github.com/q3k/calicoctl",
2141 vcs = "git",
2142 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
2143 build_file_generation = "off",
2144 )
2145
2146 go_repository(
2147 name = "com_github_prometheus_client_golang",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002148 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002149 importpath = "github.com/prometheus/client_golang",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002150 tag = "v1.0.0",
2151 )
2152
2153 go_repository(
2154 name = "com_github_prometheus_client_model",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002155 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002156 importpath = "github.com/prometheus/client_model",
2157 commit = "fd36f4220a90",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002158 )
2159 go_repository(
2160 name = "com_github_prometheus_common",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002161 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002162 importpath = "github.com/prometheus/common",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002163 tag = "v0.4.1",
2164 )
2165
2166 go_repository(
2167 name = "com_github_prometheus_procfs",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002168 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002169 importpath = "github.com/prometheus/procfs",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002170 tag = "v0.0.2",
2171 )
2172 go_repository(
2173 name = "com_github_puerkitobio_purell",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002174 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002175 importpath = "github.com/PuerkitoBio/purell",
2176 replace = "github.com/PuerkitoBio/purell",
2177 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
2178 version = "v1.1.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002179 )
2180
2181 go_repository(
2182 name = "com_github_puerkitobio_urlesc",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002183 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002184 importpath = "github.com/PuerkitoBio/urlesc",
2185 replace = "github.com/PuerkitoBio/urlesc",
2186 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
2187 version = "v0.0.0-20170810143723-de5bf2ad4578",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002188 )
2189
2190 go_repository(
2191 name = "com_github_q3k_cursedjson",
2192 commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
2193 importpath = "github.com/q3k/cursedjson",
2194 build_naming_convention = "go_default_library",
2195 )
2196 go_repository(
2197 name = "com_github_q3k_cursedjsonrpc",
2198 commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
2199 importpath = "github.com/q3k/cursedjsonrpc",
2200 build_naming_convention = "go_default_library",
2201 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002202 go_repository(
2203 name = "com_github_quobyte_api",
2204 importpath = "github.com/quobyte/api",
2205 replace = "github.com/quobyte/api",
2206 sum = "h1:lPHLsuvtjFyk8WhC4uHoHRkScijIHcffTWBBP+YpzYo=",
2207 version = "v0.1.2",
2208 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002209
2210 go_repository(
2211 name = "com_github_remyoudompheng_bigfft",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002212 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002213 importpath = "github.com/remyoudompheng/bigfft",
2214 replace = "github.com/remyoudompheng/bigfft",
2215 sum = "h1:/NRJ5vAYoqz+7sG51ubIDHXeWO8DlTSrToPu6q11ziA=",
2216 version = "v0.0.0-20170806203942-52369c62f446",
2217 )
2218 go_repository(
2219 name = "com_github_robfig_cron",
2220 importpath = "github.com/robfig/cron",
2221 replace = "github.com/robfig/cron",
2222 sum = "h1:jk4/Hud3TTdcrJgUOBgsqrZBarcxl6ADIjSC2iniwLY=",
2223 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002224 )
2225
2226 go_repository(
2227 name = "com_github_rogpeppe_fastuuid",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002228 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002229 importpath = "github.com/rogpeppe/fastuuid",
2230 replace = "github.com/rogpeppe/fastuuid",
2231 sum = "h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=",
2232 version = "v0.0.0-20150106093220-6724a57986af",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002233 )
2234 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002235 name = "com_github_rogpeppe_go_internal",
2236 importpath = "github.com/rogpeppe/go-internal",
2237 replace = "github.com/rogpeppe/go-internal",
2238 sum = "h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=",
2239 version = "v1.3.0",
2240 )
2241
2242 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002243 name = "com_github_rs_cors",
2244 commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
2245 importpath = "github.com/rs/cors",
2246 build_naming_convention = "go_default_library",
2247 )
2248
2249 go_repository(
2250 name = "com_github_rs_xid",
2251 importpath = "github.com/rs/xid",
2252 build_naming_convention = "go_default_library",
2253 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
2254 version = "v1.2.1",
2255 )
2256 go_repository(
2257 name = "com_github_russross_blackfriday",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002258 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002259 importpath = "github.com/russross/blackfriday",
2260 replace = "github.com/russross/blackfriday",
2261 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
2262 version = "v1.5.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002263 )
2264 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002265 name = "com_github_russross_blackfriday_v2",
2266 importpath = "github.com/russross/blackfriday/v2",
2267 replace = "github.com/russross/blackfriday/v2",
2268 sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=",
2269 version = "v2.0.1",
2270 )
2271
2272 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002273 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
2274 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
2275 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
2276 build_naming_convention = "go_default_library",
2277 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002278 go_repository(
2279 name = "com_github_seccomp_libseccomp_golang",
2280 importpath = "github.com/seccomp/libseccomp-golang",
2281 replace = "github.com/seccomp/libseccomp-golang",
2282 sum = "h1:NJjM5DNFOs0s3kYE1WUOr6G8V97sdt46rlXTMfXGWBo=",
2283 version = "v0.9.1",
2284 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002285
2286 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002287 name = "com_github_sergi_go_diff",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002288 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002289 importpath = "github.com/sergi/go-diff",
2290 replace = "github.com/sergi/go-diff",
2291 sum = "h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=",
2292 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002293 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002294 go_repository(
2295 name = "com_github_sethvargo_go_password",
2296 commit = "68ac5879751a7105834296859f8c1bf70b064675",
2297 importpath = "github.com/sethvargo/go-password",
2298 build_naming_convention = "go_default_library",
2299 )
2300 go_repository(
2301 name = "com_github_shirou_gopsutil",
2302 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
2303 importpath = "github.com/shirou/gopsutil",
2304 build_naming_convention = "go_default_library",
2305 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002306
2307 go_repository(
2308 name = "com_github_shurcool_httpfs",
2309 commit = "809beceb2371",
2310 importpath = "github.com/shurcooL/httpfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002311 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002312 )
2313
2314 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002315 name = "com_github_shurcool_sanitized_anchor_name",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002316 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002317 importpath = "github.com/shurcooL/sanitized_anchor_name",
2318 replace = "github.com/shurcooL/sanitized_anchor_name",
2319 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
2320 version = "v1.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002321 )
2322 go_repository(
2323 name = "com_github_sirupsen_logrus",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002324 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002325 importpath = "github.com/sirupsen/logrus",
2326 replace = "github.com/sirupsen/logrus",
2327 sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
2328 version = "v1.6.0",
2329 )
2330 go_repository(
2331 name = "com_github_smartystreets_assertions",
2332 importpath = "github.com/smartystreets/assertions",
2333 replace = "github.com/smartystreets/assertions",
2334 sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=",
2335 version = "v0.0.0-20180927180507-b2de0cb4f26d",
2336 )
2337 go_repository(
2338 name = "com_github_smartystreets_goconvey",
2339 importpath = "github.com/smartystreets/goconvey",
2340 replace = "github.com/smartystreets/goconvey",
2341 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
2342 version = "v1.6.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002343 )
2344
2345 go_repository(
2346 name = "com_github_soheilhy_cmux",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002347 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002348 importpath = "github.com/soheilhy/cmux",
2349 replace = "github.com/soheilhy/cmux",
2350 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
2351 version = "v0.1.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002352 )
2353
2354 go_repository(
2355 name = "com_github_spf13_afero",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002356 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002357 importpath = "github.com/spf13/afero",
2358 replace = "github.com/spf13/afero",
2359 sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
2360 version = "v1.2.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002361 )
2362
2363 go_repository(
2364 name = "com_github_spf13_cast",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002365 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002366 importpath = "github.com/spf13/cast",
2367 replace = "github.com/spf13/cast",
2368 sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
2369 version = "v1.3.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002370 )
2371 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002372 name = "com_github_spf13_cobra",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002373 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002374 importpath = "github.com/spf13/cobra",
2375 replace = "github.com/spf13/cobra",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002376 sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=",
2377 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002378 )
2379
2380 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002381 name = "com_github_spf13_jwalterweatherman",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002382 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002383 importpath = "github.com/spf13/jwalterweatherman",
2384 replace = "github.com/spf13/jwalterweatherman",
2385 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
2386 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002387 )
2388 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002389 name = "com_github_spf13_pflag",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002390 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002391 importpath = "github.com/spf13/pflag",
2392 replace = "github.com/spf13/pflag",
2393 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
2394 version = "v1.0.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002395 )
2396
2397 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002398 name = "com_github_spf13_viper",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002399 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002400 importpath = "github.com/spf13/viper",
2401 replace = "github.com/spf13/viper",
2402 sum = "h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU=",
2403 version = "v1.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002404 )
2405 go_repository(
2406 name = "com_github_stackexchange_wmi",
2407 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
2408 importpath = "github.com/stackexchange/wmi",
2409 build_naming_convention = "go_default_library",
2410 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002411 go_repository(
2412 name = "com_github_storageos_go_api",
2413 importpath = "github.com/storageos/go-api",
2414 replace = "github.com/storageos/go-api",
2415 sum = "h1:n+WYaU0kQ6WIiuEyWSgbXqkBx16irO69kYCtwVYoO5s=",
2416 version = "v0.0.0-20180912212459-343b3eff91fc",
2417 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002418
2419 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002420 name = "com_github_stretchr_objx",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002421 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002422 importpath = "github.com/stretchr/objx",
2423 replace = "github.com/stretchr/objx",
2424 sum = "h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=",
2425 version = "v0.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002426 )
2427
2428 go_repository(
2429 name = "com_github_stretchr_testify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002430 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002431 importpath = "github.com/stretchr/testify",
2432 replace = "github.com/stretchr/testify",
2433 sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=",
2434 version = "v1.4.0",
2435 )
2436 go_repository(
2437 name = "com_github_syndtr_gocapability",
2438 importpath = "github.com/syndtr/gocapability",
2439 replace = "github.com/syndtr/gocapability",
2440 sum = "h1:b6uOv7YOFK0TYG7HtkIgExQo+2RdLuwRft63jn2HWj8=",
2441 version = "v0.0.0-20180916011248-d98352740cb2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002442 )
2443
2444 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002445 name = "com_github_technoweenie_multipartstreamer",
2446 commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
2447 importpath = "github.com/technoweenie/multipartstreamer",
2448 build_naming_convention = "go_default_library",
2449 )
2450 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002451 name = "com_github_thecodeteam_goscaleio",
2452 importpath = "github.com/thecodeteam/goscaleio",
2453 replace = "github.com/thecodeteam/goscaleio",
2454 sum = "h1:SB5tO98lawC+UK8ds/U2jyfOCH7GTcFztcF5x9gbut4=",
2455 version = "v0.1.0",
2456 )
2457 go_repository(
2458 name = "com_github_tidwall_pretty",
2459 importpath = "github.com/tidwall/pretty",
2460 replace = "github.com/tidwall/pretty",
2461 sum = "h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=",
2462 version = "v1.0.0",
2463 )
2464
2465 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002466 name = "com_github_tmc_grpc_websocket_proxy",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002467 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002468 importpath = "github.com/tmc/grpc-websocket-proxy",
2469 replace = "github.com/tmc/grpc-websocket-proxy",
2470 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
2471 version = "v0.0.0-20190109142713-0ad062ec5ee5",
2472 )
2473 go_repository(
2474 name = "com_github_ugorji_go",
2475 importpath = "github.com/ugorji/go",
2476 replace = "github.com/ugorji/go",
2477 sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=",
2478 version = "v1.1.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002479 )
2480
2481 go_repository(
2482 name = "com_github_ugorji_go_codec",
2483 commit = "d75b2dcb6bc8",
2484 importpath = "github.com/ugorji/go/codec",
2485 build_naming_convention = "go_default_library",
2486 )
2487
2488 go_repository(
2489 name = "com_github_ulule_limiter_v3",
2490 commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
2491 importpath = "github.com/ulule/limiter/v3",
2492 build_naming_convention = "go_default_library",
2493 remote = "https://github.com/ulule/limiter",
2494 vcs = "git",
2495 )
2496 go_repository(
2497 name = "com_github_urfave_cli",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002498 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002499 importpath = "github.com/urfave/cli",
2500 replace = "github.com/urfave/cli",
2501 sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=",
2502 version = "v1.22.2",
2503 )
2504 go_repository(
2505 name = "com_github_urfave_negroni",
2506 importpath = "github.com/urfave/negroni",
2507 replace = "github.com/urfave/negroni",
2508 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=",
2509 version = "v1.0.0",
2510 )
2511 go_repository(
2512 name = "com_github_vektah_gqlparser",
2513 importpath = "github.com/vektah/gqlparser",
2514 replace = "github.com/vektah/gqlparser",
2515 sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=",
2516 version = "v1.1.2",
2517 )
2518 go_repository(
2519 name = "com_github_vishvananda_netlink",
2520 importpath = "github.com/vishvananda/netlink",
2521 replace = "github.com/vishvananda/netlink",
2522 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
2523 version = "v1.1.0",
2524 )
2525 go_repository(
2526 name = "com_github_vishvananda_netns",
2527 importpath = "github.com/vishvananda/netns",
2528 replace = "github.com/vishvananda/netns",
2529 sum = "h1:mjAZxE1nh8yvuwhGHpdDqdhtNu2dgbpk93TwoXuk5so=",
2530 version = "v0.0.0-20200520041808-52d707b772fe",
2531 )
2532 go_repository(
2533 name = "com_github_vmware_govmomi",
2534 importpath = "github.com/vmware/govmomi",
2535 replace = "github.com/vmware/govmomi",
2536 sum = "h1:gpw/0Ku+6RgF3jsi7fnCLmlcikBHfKBCUcu1qgc16OU=",
2537 version = "v0.20.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002538 )
2539
2540 go_repository(
2541 name = "com_github_xanzy_ssh_agent",
2542 commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
2543 importpath = "github.com/xanzy/ssh-agent",
2544 build_naming_convention = "go_default_library",
2545 )
2546 go_repository(
2547 name = "com_github_xiang90_probing",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002548 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002549 importpath = "github.com/xiang90/probing",
2550 replace = "github.com/xiang90/probing",
2551 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
2552 version = "v0.0.0-20190116061207-43a291ad63a2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002553 )
2554
2555 go_repository(
2556 name = "com_github_xlab_handysort",
2557 commit = "fb3537ed64a1",
2558 importpath = "github.com/xlab/handysort",
2559 build_naming_convention = "go_default_library",
2560 )
2561
2562 go_repository(
2563 name = "com_github_xordataexchange_crypt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002564 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002565 importpath = "github.com/xordataexchange/crypt",
2566 replace = "github.com/xordataexchange/crypt",
2567 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
2568 version = "v0.0.3-0.20170626215501-b2862e3d0a77",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002569 )
2570
2571 go_repository(
2572 name = "com_github_yuin_goldmark",
2573 importpath = "github.com/yuin/goldmark",
2574 build_naming_convention = "go_default_library",
2575 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
2576 version = "v1.2.1",
2577 )
2578 go_repository(
2579 name = "com_github_ziutek_telnet",
2580 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
2581 importpath = "github.com/ziutek/telnet",
2582 build_naming_convention = "go_default_library",
2583 )
2584
2585 go_repository(
2586 name = "com_google_cloud_go",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002587 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002588 importpath = "cloud.google.com/go",
2589 replace = "cloud.google.com/go",
2590 sum = "h1:PvKAVQWCtlGUSlZkGW3QLelKaWq7KYv/MW1EboG8bfM=",
2591 version = "v0.51.0",
2592 )
2593 go_repository(
2594 name = "com_google_cloud_go_bigquery",
2595 importpath = "cloud.google.com/go/bigquery",
2596 replace = "cloud.google.com/go/bigquery",
2597 sum = "h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=",
2598 version = "v1.0.1",
2599 )
2600 go_repository(
2601 name = "com_google_cloud_go_datastore",
2602 importpath = "cloud.google.com/go/datastore",
2603 replace = "cloud.google.com/go/datastore",
2604 sum = "h1:Kt+gOPPp2LEPWp8CSfxhsM8ik9CcyE/gYu+0r+RnZvM=",
2605 version = "v1.0.0",
2606 )
2607 go_repository(
2608 name = "com_google_cloud_go_pubsub",
2609 importpath = "cloud.google.com/go/pubsub",
2610 replace = "cloud.google.com/go/pubsub",
2611 sum = "h1:W9tAK3E57P75u0XLLR82LZyw8VpAnhmyTOxW9qzmyj8=",
2612 version = "v1.0.1",
2613 )
2614 go_repository(
2615 name = "com_google_cloud_go_storage",
2616 importpath = "cloud.google.com/go/storage",
2617 replace = "cloud.google.com/go/storage",
2618 sum = "h1:VV2nUM3wwLLGh9lSABFgZMjInyUbJeaRSE64WuAIQ+4=",
2619 version = "v1.0.0",
2620 )
2621 go_repository(
2622 name = "com_shuralyov_dmitri_gpu_mtl",
2623 importpath = "dmitri.shuralyov.com/gpu/mtl",
2624 replace = "dmitri.shuralyov.com/gpu/mtl",
2625 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
2626 version = "v0.0.0-20190408044501-666a987793e9",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002627 )
2628
2629 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002630 name = "in_gopkg_airbrake_gobrake_v2",
2631 importpath = "gopkg.in/airbrake/gobrake.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002632 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002633 tag = "v2.0.9",
2634 )
2635
2636 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002637 name = "in_gopkg_alecthomas_kingpin_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002638 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002639 importpath = "gopkg.in/alecthomas/kingpin.v2",
2640 replace = "gopkg.in/alecthomas/kingpin.v2",
2641 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
2642 version = "v2.2.6",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002643 )
2644 go_repository(
2645 name = "in_gopkg_asn1_ber_v1",
2646 commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
2647 importpath = "gopkg.in/asn1-ber.v1",
2648 build_naming_convention = "go_default_library",
2649 )
2650
2651 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002652 name = "in_gopkg_check_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002653 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002654 importpath = "gopkg.in/check.v1",
2655 replace = "gopkg.in/check.v1",
2656 sum = "h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=",
2657 version = "v1.0.0-20190902080502-41f04d3bba15",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002658 )
2659
2660 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002661 name = "in_gopkg_cheggaaa_pb_v1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002662 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002663 importpath = "gopkg.in/cheggaaa/pb.v1",
2664 replace = "gopkg.in/cheggaaa/pb.v1",
2665 sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=",
2666 version = "v1.0.25",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002667 )
2668 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002669 name = "in_gopkg_errgo_v2",
2670 importpath = "gopkg.in/errgo.v2",
2671 replace = "gopkg.in/errgo.v2",
2672 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
2673 version = "v2.1.0",
2674 )
2675
2676 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002677 name = "in_gopkg_fsnotify_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002678 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002679 importpath = "gopkg.in/fsnotify.v1",
2680 replace = "gopkg.in/fsnotify.v1",
2681 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
2682 version = "v1.4.7",
2683 )
2684 go_repository(
2685 name = "in_gopkg_gcfg_v1",
2686 importpath = "gopkg.in/gcfg.v1",
2687 replace = "gopkg.in/gcfg.v1",
2688 sum = "h1:0HIbH907iBTAntm+88IJV2qmJALDAh8sPekI9Vc1fm0=",
2689 version = "v1.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002690 )
2691
2692 go_repository(
2693 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
2694 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002695 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002696 tag = "v2.1.2",
2697 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002698 go_repository(
2699 name = "in_gopkg_inf_v0",
2700 importpath = "gopkg.in/inf.v0",
2701 build_naming_convention = "go_default_library",
2702 tag = "v0.9.1",
2703 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002704
2705 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002706 name = "in_gopkg_ini_v1",
2707 importpath = "gopkg.in/ini.v1",
2708 build_naming_convention = "go_default_library",
2709 sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
2710 version = "v1.62.0",
2711 )
2712 go_repository(
2713 name = "in_gopkg_irc_v3",
2714 commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
2715 importpath = "gopkg.in/irc.v3",
2716 build_naming_convention = "go_default_library",
2717 )
2718 go_repository(
2719 name = "in_gopkg_ldap_v3",
2720 commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
2721 importpath = "gopkg.in/ldap.v3",
2722 build_naming_convention = "go_default_library",
2723 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002724 go_repository(
2725 name = "in_gopkg_mcuadros_go_syslog_v2",
2726 importpath = "gopkg.in/mcuadros/go-syslog.v2",
2727 replace = "gopkg.in/mcuadros/go-syslog.v2",
2728 sum = "h1:60g8zx1BijSVSgLTzLCW9UC4/+i1Ih9jJ1DR5Tgp9vE=",
2729 version = "v2.2.1",
2730 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002731
2732 go_repository(
2733 name = "in_gopkg_natefinch_lumberjack_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002734 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002735 importpath = "gopkg.in/natefinch/lumberjack.v2",
2736 replace = "gopkg.in/natefinch/lumberjack.v2",
2737 sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
2738 version = "v2.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002739 )
2740
2741 go_repository(
2742 name = "in_gopkg_resty_v1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002743 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002744 importpath = "gopkg.in/resty.v1",
2745 replace = "gopkg.in/resty.v1",
2746 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
2747 version = "v1.12.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002748 )
2749
2750 go_repository(
2751 name = "in_gopkg_russross_blackfriday_v2",
2752 commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
2753 importpath = "gopkg.in/russross/blackfriday.v2",
2754 build_naming_convention = "go_default_library",
2755 )
2756 go_repository(
2757 name = "in_gopkg_square_go_jose_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002758 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002759 importpath = "gopkg.in/square/go-jose.v2",
2760 replace = "gopkg.in/square/go-jose.v2",
2761 sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=",
2762 version = "v2.2.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002763 )
2764 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002765 name = "in_gopkg_tomb_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002766 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002767 importpath = "gopkg.in/tomb.v1",
2768 replace = "gopkg.in/tomb.v1",
2769 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
2770 version = "v1.0.0-20141024135613-dd632973f1e7",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002771 )
2772
2773 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002774 name = "in_gopkg_warnings_v0",
2775 commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
2776 importpath = "gopkg.in/warnings.v0",
2777 build_naming_convention = "go_default_library",
2778 )
2779 go_repository(
2780 name = "in_gopkg_yaml_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002781 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002782 importpath = "gopkg.in/yaml.v2",
2783 replace = "gopkg.in/yaml.v2",
2784 sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=",
2785 version = "v2.2.8",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002786 )
2787
2788 go_repository(
2789 name = "in_gopkg_yaml_v3",
2790 importpath = "gopkg.in/yaml.v3",
2791 build_naming_convention = "go_default_library",
2792 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
2793 version = "v3.0.0-20200615113413-eeeca48fe776",
2794 )
2795 go_repository(
2796 name = "io_etcd_go_bbolt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002797 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002798 importpath = "go.etcd.io/bbolt",
2799 replace = "go.etcd.io/bbolt",
2800 sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
2801 version = "v1.3.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002802 )
2803
2804 go_repository(
2805 name = "io_etcd_go_etcd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002806 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002807 importpath = "go.etcd.io/etcd",
2808 replace = "go.etcd.io/etcd",
2809 sum = "h1:Gqga3zA9tdAcfqobUGjSoCob5L3f8Dt5EuOp3ihNZko=",
2810 version = "v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002811 )
2812 go_repository(
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00002813 name = "io_filippo_age",
2814 importpath = "filippo.io/age",
2815 sum = "h1:V6q14n0mqYU3qKFkZ6oOaF9oXneOviS3ubXsSVBRSzc=",
2816 version = "v1.0.0",
2817 )
2818 go_repository(
2819 name = "io_filippo_edwards25519",
2820 importpath = "filippo.io/edwards25519",
2821 sum = "h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=",
2822 version = "v1.0.0-rc.1",
2823 )
2824
2825 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002826 name = "io_k8s_api",
2827 build_file_proto_mode = "disable",
2828 importpath = "k8s.io/api",
2829 build_naming_convention = "go_default_library",
2830 sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
2831 version = "v0.19.3",
2832 )
2833
2834 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002835 name = "io_k8s_apiextensions_apiserver",
2836 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002837 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002838 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002839 sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
2840 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002841 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002842 go_repository(
2843 name = "io_k8s_apimachinery",
2844 build_file_proto_mode = "disable",
2845 importpath = "k8s.io/apimachinery",
2846 build_naming_convention = "go_default_library",
2847 patch_args = ["-p1"],
2848 patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
2849 sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
2850 version = "v0.19.3",
2851 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002852
2853 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002854 name = "io_k8s_apiserver",
2855 importpath = "k8s.io/apiserver",
2856 build_naming_convention = "go_default_library",
2857 sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
2858 version = "v0.19.3",
2859 )
2860
2861 go_repository(
2862 name = "io_k8s_cli_runtime",
2863 importpath = "k8s.io/cli-runtime",
2864 build_naming_convention = "go_default_library",
2865 sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
2866 version = "v0.19.3",
2867 )
2868 go_repository(
2869 name = "io_k8s_client_go",
2870 build_extra_args = [
2871 "-known_import=github.com/Azure/go-autorest",
2872 "-known_import=github.com/googleapis/gnostic",
2873 ],
2874 importpath = "k8s.io/client-go",
2875 build_naming_convention = "go_default_library",
2876 sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
2877 version = "v0.19.3",
2878 )
2879
2880 go_repository(
2881 name = "io_k8s_code_generator",
2882 importpath = "k8s.io/code-generator",
2883 build_naming_convention = "go_default_library",
2884 sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
2885 version = "v0.19.3",
2886 )
2887
2888 go_repository(
2889 name = "io_k8s_component_base",
2890 importpath = "k8s.io/component-base",
2891 build_naming_convention = "go_default_library",
2892 sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
2893 version = "v0.19.3",
2894 )
2895
2896 go_repository(
2897 name = "io_k8s_gengo",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002898 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002899 importpath = "k8s.io/gengo",
2900 replace = "k8s.io/gengo",
2901 sum = "h1:t4L10Qfx/p7ASH3gXCdIUtPbbIuegCoUJf3TMSFekjw=",
2902 version = "v0.0.0-20200428234225-8167cfdcfc14",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002903 )
2904 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002905 name = "io_k8s_heapster",
2906 importpath = "k8s.io/heapster",
2907 replace = "k8s.io/heapster",
2908 sum = "h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84=",
2909 version = "v1.2.0-beta.1",
2910 )
2911
2912 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002913 name = "io_k8s_klog",
2914 importpath = "k8s.io/klog",
2915 build_naming_convention = "go_default_library",
2916 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
2917 version = "v1.0.0",
2918 )
2919
2920 go_repository(
2921 name = "io_k8s_klog_v2",
2922 importpath = "k8s.io/klog/v2",
2923 build_naming_convention = "go_default_library",
2924 sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
2925 version = "v2.4.0",
2926 )
2927 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002928 name = "io_k8s_kube_openapi",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002929 build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002930 importpath = "k8s.io/kube-openapi",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002931 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002932 sum = "h1:mNpvQf4lkIHNOXCoM+Veu/UXwA56Yx1J7hY1Tvcs/oM=",
2933 version = "v0.0.0-20200923155610-8b5066479488",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002934 )
2935
2936 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002937 name = "io_k8s_kubectl",
2938 importpath = "k8s.io/kubectl",
2939 build_naming_convention = "go_default_library",
2940 sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
2941 version = "v0.19.3",
2942 )
2943 go_repository(
2944 name = "io_k8s_kubernetes",
2945 importpath = "k8s.io/kubernetes",
2946 build_naming_convention = "go_default_library",
2947 patch_args = ["-p1"],
2948 patches = ["//third_party/go/kubernetes:build.patch"],
2949 sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
2950 version = "v1.19.3",
2951 )
2952
2953 go_repository(
2954 name = "io_k8s_metrics",
2955 build_file_proto_mode = "disable",
2956 importpath = "k8s.io/metrics",
2957 build_naming_convention = "go_default_library",
2958 sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
2959 version = "v0.19.3",
2960 )
2961 go_repository(
2962 name = "io_k8s_repo_infra",
2963 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
2964 importpath = "k8s.io/repo-infra",
2965 build_naming_convention = "go_default_library",
2966 )
2967
2968 go_repository(
2969 name = "io_k8s_sigs_kustomize",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002970 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002971 importpath = "sigs.k8s.io/kustomize",
2972 replace = "sigs.k8s.io/kustomize",
2973 sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=",
2974 version = "v2.0.3+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002975 )
2976
2977 go_repository(
2978 name = "io_k8s_sigs_structured_merge_diff",
2979 commit = "b1b620dd3f06",
2980 importpath = "sigs.k8s.io/structured-merge-diff",
2981 build_naming_convention = "go_default_library",
2982 )
2983
2984 go_repository(
2985 name = "io_k8s_sigs_structured_merge_diff_v4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002986 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002987 importpath = "sigs.k8s.io/structured-merge-diff/v4",
2988 replace = "sigs.k8s.io/structured-merge-diff/v4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002989 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
2990 version = "v4.0.1",
2991 )
2992 go_repository(
2993 name = "io_k8s_sigs_yaml",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002994 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002995 importpath = "sigs.k8s.io/yaml",
2996 replace = "sigs.k8s.io/yaml",
2997 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
2998 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002999 )
3000 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003001 name = "io_k8s_system_validators",
3002 importpath = "k8s.io/system-validators",
3003 replace = "k8s.io/system-validators",
3004 sum = "h1:0xzEb0PqnDnUOuf/2E/gaJBOBN7j+qf0LIn12jw3oc4=",
3005 version = "v1.1.2",
3006 )
3007
3008 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003009 name = "io_k8s_utils",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003010 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003011 importpath = "k8s.io/utils",
3012 replace = "k8s.io/utils",
3013 sum = "h1:uJmqzgNWG7XyClnU/mLPBWwfKKF1K8Hf8whTseBgJcg=",
3014 version = "v0.0.0-20200729134348-d5654de09c73",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003015 )
3016
3017 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003018 name = "io_opencensus_go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003019 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003020 importpath = "go.opencensus.io",
3021 replace = "go.opencensus.io",
3022 sum = "h1:75k/FF0Q2YM8QYo07VPddOLBslDt1MZOdEslOHvmzAs=",
3023 version = "v0.22.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003024 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003025 go_repository(
3026 name = "io_opencensus_go_contrib_exporter_ocagent",
3027 importpath = "contrib.go.opencensus.io/exporter/ocagent",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003028 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +01003029 sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
3030 version = "v0.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003031 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003032 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003033 name = "io_rsc_pdf",
3034 importpath = "rsc.io/pdf",
3035 replace = "rsc.io/pdf",
3036 sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
3037 version = "v0.1.1",
3038 )
3039
3040 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003041 name = "ml_vbom_util_sortorder",
3042 commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
3043 importpath = "vbom.ml/util/sortorder",
3044 build_naming_convention = "go_default_library",
3045 remote = "https://github.com/fvbommel/sortorder",
3046 vcs = "git",
3047 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003048
3049 go_repository(
3050 name = "org_apache_git_thrift_git",
3051 commit = "9b75e4fe745a",
3052 importpath = "git.apache.org/thrift.git",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003053 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003054 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003055 go_repository(
3056 name = "org_bitbucket_bertimus9_systemstat",
3057 importpath = "bitbucket.org/bertimus9/systemstat",
3058 replace = "bitbucket.org/bertimus9/systemstat",
3059 sum = "h1:N9r8OBSXAgEUfho3SQtZLY8zo6E1OdOMvelvP22aVFc=",
3060 version = "v0.0.0-20180207000608-0eeff89b0690",
3061 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003062
3063 go_repository(
3064 name = "org_golang_google_api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003065 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003066 importpath = "google.golang.org/api",
3067 replace = "google.golang.org/api",
3068 sum = "h1:5mMS6mYvK5LVB8+ujVBC33Y8gltBo/kT6HBm6kU80G4=",
3069 version = "v0.15.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003070 )
3071
3072 go_repository(
3073 name = "org_golang_google_appengine",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003074 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003075 importpath = "google.golang.org/appengine",
3076 replace = "google.golang.org/appengine",
3077 sum = "h1:tycE03LOZYQNhDpS27tcQdAzLCVMaj7QT2SXxebnpCM=",
3078 version = "v1.6.5",
3079 )
3080 go_repository(
3081 name = "org_golang_google_genproto",
3082 importpath = "google.golang.org/genproto",
3083 replace = "google.golang.org/genproto",
3084 sum = "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=",
3085 version = "v0.0.0-20200526211855-cb27e3aa2013",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003086 )
3087
3088 go_repository(
3089 name = "org_golang_google_grpc",
3090 importpath = "google.golang.org/grpc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003091 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003092 tag = "v1.29.1",
3093 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003094 go_repository(
3095 name = "org_golang_google_protobuf",
3096 importpath = "google.golang.org/protobuf",
3097 replace = "google.golang.org/protobuf",
3098 sum = "h1:UhZDfRO8JRQru4/+LlLE0BRKGF8L+PICnvYZmx/fEGA=",
3099 version = "v1.24.0",
3100 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003101
3102 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003103 name = "org_golang_x_exp",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003104 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003105 importpath = "golang.org/x/exp",
3106 replace = "golang.org/x/exp",
3107 sum = "h1:zQpM52jfKHG6II1ISZY1ZcpygvuSFZpLwfluuF89XOg=",
3108 version = "v0.0.0-20191227195350-da58074b4299",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003109 )
3110
3111 go_repository(
3112 name = "org_golang_x_image",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003113 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003114 importpath = "golang.org/x/image",
3115 replace = "golang.org/x/image",
3116 sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=",
3117 version = "v0.0.0-20190802002840-cff245a6509b",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003118 )
3119 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003120 name = "org_golang_x_lint",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003121 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003122 importpath = "golang.org/x/lint",
3123 replace = "golang.org/x/lint",
3124 sum = "h1:J5lckAjkw6qYlOZNj90mLYNTEKDvWeuc1yieZ8qUzUE=",
3125 version = "v0.0.0-20191125180803-fdd1cda4f05f",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003126 )
3127
3128 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003129 name = "org_golang_x_mobile",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003130 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003131 importpath = "golang.org/x/mobile",
3132 replace = "golang.org/x/mobile",
3133 sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=",
3134 version = "v0.0.0-20190719004257-d2bd2a29d028",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003135 )
3136 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003137 name = "org_golang_x_mod",
3138 importpath = "golang.org/x/mod",
3139 replace = "golang.org/x/mod",
3140 sum = "h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=",
3141 version = "v0.3.0",
3142 )
3143
3144 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003145 name = "org_golang_x_net",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003146 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003147 importpath = "golang.org/x/net",
3148 replace = "golang.org/x/net",
3149 sum = "h1:VXak5I6aEWmAXeQjA+QSZzlgNrpq9mjcfDemuexIKsU=",
3150 version = "v0.0.0-20200707034311-ab3426394381",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003151 )
3152
3153 go_repository(
3154 name = "org_golang_x_oauth2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003155 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003156 importpath = "golang.org/x/oauth2",
3157 replace = "golang.org/x/oauth2",
3158 sum = "h1:pE8b58s1HRDMi8RDc79m0HISf9D4TzseP40cEA6IGfs=",
3159 version = "v0.0.0-20191202225959-858c2ad4c8b6",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003160 )
3161
3162 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003163 name = "org_golang_x_sync",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003164 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003165 importpath = "golang.org/x/sync",
3166 replace = "golang.org/x/sync",
3167 sum = "h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY=",
3168 version = "v0.0.0-20190911185100-cd5d95a43a6e",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003169 )
3170
3171 go_repository(
3172 name = "org_golang_x_sys",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003173 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003174 importpath = "golang.org/x/sys",
3175 replace = "golang.org/x/sys",
3176 sum = "h1:5/PjkGUjvEU5Gl6BxmvKRPpqo2uNMv4rcHBMwzk/st8=",
3177 version = "v0.0.0-20200622214017-ed371f2e16b4",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003178 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00003179 go_repository(
3180 name = "org_golang_x_term",
3181 importpath = "golang.org/x/term",
3182 sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=",
3183 version = "v0.0.0-20210927222741-03fcf44c2211",
3184 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003185
3186 go_repository(
3187 name = "org_golang_x_text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003188 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003189 importpath = "golang.org/x/text",
3190 replace = "golang.org/x/text",
3191 sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=",
3192 version = "v0.3.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003193 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003194 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003195 name = "org_golang_x_time",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003196 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003197 importpath = "golang.org/x/time",
3198 replace = "golang.org/x/time",
3199 sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=",
3200 version = "v0.0.0-20191024005414-555d28b269f0",
3201 )
3202 go_repository(
3203 name = "org_golang_x_tools",
3204 importpath = "golang.org/x/tools",
3205 replace = "golang.org/x/tools",
3206 sum = "h1:HHeAlu5H9b71C+Fx0K+1dGgVFN1DM1/wz4aoGOA5qS8=",
3207 version = "v0.0.0-20200616133436-c1934b75d054",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003208 )
3209
3210 go_repository(
3211 name = "org_golang_x_xerrors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003212 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003213 importpath = "golang.org/x/xerrors",
3214 replace = "golang.org/x/xerrors",
3215 sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=",
3216 version = "v0.0.0-20191204190536-9bdfabe68543",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003217 )
3218
3219 go_repository(
3220 name = "org_gonum_v1_gonum",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003221 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003222 importpath = "gonum.org/v1/gonum",
3223 replace = "gonum.org/v1/gonum",
3224 sum = "h1:4r+yNT0+8SWcOkXP+63H2zQbN+USnC73cjGUxnDF94Q=",
3225 version = "v0.6.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003226 )
3227
3228 go_repository(
3229 name = "org_gonum_v1_netlib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003230 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003231 importpath = "gonum.org/v1/netlib",
3232 replace = "gonum.org/v1/netlib",
3233 sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=",
3234 version = "v0.0.0-20190331212654-76723241ea4e",
3235 )
3236 go_repository(
3237 name = "org_gonum_v1_plot",
3238 importpath = "gonum.org/v1/plot",
3239 replace = "gonum.org/v1/plot",
3240 sum = "h1:Qh4dB5D/WpoUUp3lSod7qgoyEHbDGPUWjIbnqdqqe1k=",
3241 version = "v0.0.0-20190515093506-e2840ee46a6b",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003242 )
3243
3244 go_repository(
3245 name = "org_modernc_cc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003246 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003247 importpath = "modernc.org/cc",
3248 replace = "modernc.org/cc",
3249 sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=",
3250 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003251 )
3252
3253 go_repository(
3254 name = "org_modernc_golex",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003255 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003256 importpath = "modernc.org/golex",
3257 replace = "modernc.org/golex",
3258 sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=",
3259 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003260 )
3261
3262 go_repository(
3263 name = "org_modernc_mathutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003264 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003265 importpath = "modernc.org/mathutil",
3266 replace = "modernc.org/mathutil",
3267 sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=",
3268 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003269 )
3270
3271 go_repository(
3272 name = "org_modernc_strutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003273 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003274 importpath = "modernc.org/strutil",
3275 replace = "modernc.org/strutil",
3276 sum = "h1:XVFtQwFVwc02Wk+0L/Z/zDDXO81r5Lhe6iMKmGX3KhE=",
3277 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003278 )
3279
3280 go_repository(
3281 name = "org_modernc_xc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003282 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003283 importpath = "modernc.org/xc",
3284 replace = "modernc.org/xc",
3285 sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=",
3286 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003287 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003288 go_repository(
3289 name = "org_mongodb_go_mongo_driver",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003290 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003291 importpath = "go.mongodb.org/mongo-driver",
3292 replace = "go.mongodb.org/mongo-driver",
3293 sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=",
3294 version = "v1.1.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003295 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003296
3297 go_repository(
3298 name = "org_uber_go_atomic",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003299 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003300 importpath = "go.uber.org/atomic",
3301 replace = "go.uber.org/atomic",
3302 sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=",
3303 version = "v1.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003304 )
3305
3306 go_repository(
3307 name = "org_uber_go_multierr",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003308 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003309 importpath = "go.uber.org/multierr",
3310 replace = "go.uber.org/multierr",
3311 sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=",
3312 version = "v1.1.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003313 )
3314
3315 go_repository(
3316 name = "org_uber_go_zap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003317 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003318 importpath = "go.uber.org/zap",
3319 replace = "go.uber.org/zap",
3320 sum = "h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM=",
3321 version = "v1.10.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003322 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003323 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003324 name = "tools_gotest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003325 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003326 importpath = "gotest.tools",
3327 replace = "gotest.tools",
3328 sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
3329 version = "v2.2.0+incompatible",
3330 )
3331 go_repository(
3332 name = "tools_gotest_v3",
3333 importpath = "gotest.tools/v3",
3334 replace = "gotest.tools/v3",
3335 sum = "h1:kG1BFyqVHuQoVQiR1bWGnfz/fmHvvuiSPIV7rvl360E=",
3336 version = "v3.0.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003337 )