blob: 3c8d789c22ee0587b6f0da288c9f912e6d879725 [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 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200827
828 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000829 name = "com_github_gabriel_vasile_mimetype",
830 commit = "06500030e7d26826f68caa5ca7d98c315c4caa28",
831 importpath = "github.com/gabriel-vasile/mimetype",
832 build_naming_convention = "go_default_library",
833 )
834 go_repository(
835 name = "com_github_gchaincl_sqlhooks",
836 commit = "1932c8dd22f2283687586008bf2d58c2c5c014d0",
837 importpath = "github.com/gchaincl/sqlhooks",
838 build_naming_convention = "go_default_library",
839 )
840
841 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200842 name = "com_github_genuinetools_pkg",
843 commit = "1c141f661797",
844 importpath = "github.com/genuinetools/pkg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000845 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200846 )
847
848 go_repository(
849 name = "com_github_genuinetools_reg",
850 commit = "d959057b30da",
851 importpath = "github.com/genuinetools/reg",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000852 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +0100853 build_extra_args = ["-exclude=vendor"],
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200854 )
855
856 go_repository(
857 name = "com_github_ghodss_yaml",
Serge Bazanskic35d52b2021-08-30 18:19:10 +0000858 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100859 importpath = "github.com/ghodss/yaml",
860 replace = "github.com/ghodss/yaml",
861 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
862 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +0200863 )
864
865 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000866 name = "com_github_globalsign_mgo",
867 commit = "eeefdecb41b8",
868 importpath = "github.com/globalsign/mgo",
869 build_naming_convention = "go_default_library",
870 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100871 go_repository(
872 name = "com_github_go_acme_lego",
873 importpath = "github.com/go-acme/lego",
874 replace = "github.com/go-acme/lego",
875 sum = "h1:5fNN9yRQfv8ymH3DSsxla+4aYeQt2IgfZqHKVnK8f0s=",
876 version = "v2.5.0+incompatible",
877 )
878 go_repository(
879 name = "com_github_go_bindata_go_bindata",
880 importpath = "github.com/go-bindata/go-bindata",
881 replace = "github.com/go-bindata/go-bindata",
882 sum = "h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg=",
883 version = "v3.1.1+incompatible",
884 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000885
886 go_repository(
887 name = "com_github_go_git_gcfg",
888 commit = "22f18f9a74d34e3b1a7d59cfa33043bc50ebe376",
889 importpath = "github.com/go-git/gcfg",
890 build_naming_convention = "go_default_library",
891 )
892 go_repository(
893 name = "com_github_go_git_go_billy_v5",
894 commit = "d7a8afccaed297c30f8dff5724dbe422b491dd0d",
895 importpath = "github.com/go-git/go-billy/v5",
896 build_naming_convention = "go_default_library",
897 remote = "https://github.com/go-git/go-billy",
898 vcs = "git",
899 )
900
901 go_repository(
902 name = "com_github_go_git_go_git_v5",
903 commit = "3127ad9a44a2ee935502816065dfe39f494f583d",
904 importpath = "github.com/go-git/go-git/v5",
905 build_naming_convention = "go_default_library",
906 remote = "https://github.com/go-git/go-git",
907 vcs = "git",
908 build_extra_args = [
909 "-known_import=github.com/go-git/go-billy/v5",
910 ],
911 )
912 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100913 name = "com_github_go_gl_glfw_v3_3_glfw",
914 importpath = "github.com/go-gl/glfw/v3.3/glfw",
915 replace = "github.com/go-gl/glfw/v3.3/glfw",
916 sum = "h1:b+9H1GAsx5RsjvDFLoS5zkNBzIQMuVKUYQDmxU3N5XE=",
917 version = "v0.0.0-20191125211704-12ad95a8df72",
918 )
919 go_repository(
920 name = "com_github_go_ini_ini",
921 importpath = "github.com/go-ini/ini",
922 replace = "github.com/go-ini/ini",
923 sum = "h1:SVBHBs+26QqWy5m0NyygV8lfVQT/Dq2PeKTiKzcXKAc=",
924 version = "v1.9.0",
925 )
926
927 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000928 name = "com_github_go_kit_kit",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000929 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100930 importpath = "github.com/go-kit/kit",
931 replace = "github.com/go-kit/kit",
932 sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=",
933 version = "v0.9.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000934 )
935
936 go_repository(
937 name = "com_github_go_logfmt_logfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000938 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100939 importpath = "github.com/go-logfmt/logfmt",
940 replace = "github.com/go-logfmt/logfmt",
941 sum = "h1:MP4Eh7ZCb31lleYCFuwm0oe4/YGak+5l1vA2NOE80nA=",
942 version = "v0.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000943 )
944
945 go_repository(
946 name = "com_github_go_logr_logr",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000947 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100948 importpath = "github.com/go-logr/logr",
949 replace = "github.com/go-logr/logr",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000950 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
951 version = "v0.2.0",
952 )
953 go_repository(
954 name = "com_github_go_ole_go_ole",
955 commit = "938323a72016e9cf84fa5fba7635089efb0ad87f",
956 importpath = "github.com/go-ole/go-ole",
957 build_naming_convention = "go_default_library",
958 )
959 go_repository(
960 name = "com_github_go_openapi_analysis",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000961 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100962 importpath = "github.com/go-openapi/analysis",
963 replace = "github.com/go-openapi/analysis",
964 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=",
965 version = "v0.19.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000966 )
967 go_repository(
968 name = "com_github_go_openapi_errors",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000969 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100970 importpath = "github.com/go-openapi/errors",
971 replace = "github.com/go-openapi/errors",
972 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=",
973 version = "v0.19.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000974 )
975
976 go_repository(
977 name = "com_github_go_openapi_jsonpointer",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000978 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100979 importpath = "github.com/go-openapi/jsonpointer",
980 replace = "github.com/go-openapi/jsonpointer",
981 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=",
982 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000983 )
984
985 go_repository(
986 name = "com_github_go_openapi_jsonreference",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000987 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100988 importpath = "github.com/go-openapi/jsonreference",
989 replace = "github.com/go-openapi/jsonreference",
990 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=",
991 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000992 )
993 go_repository(
994 name = "com_github_go_openapi_loads",
Serge Bazanskid01f9e52021-10-07 19:24:31 +0000995 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +0100996 importpath = "github.com/go-openapi/loads",
997 replace = "github.com/go-openapi/loads",
998 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=",
999 version = "v0.19.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001000 )
1001 go_repository(
1002 name = "com_github_go_openapi_runtime",
1003 importpath = "github.com/go-openapi/runtime",
1004 build_naming_convention = "go_default_library",
1005 tag = "v0.19.21",
1006 )
1007
1008 go_repository(
1009 name = "com_github_go_openapi_spec",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001010 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001011 importpath = "github.com/go-openapi/spec",
1012 replace = "github.com/go-openapi/spec",
1013 sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=",
1014 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001015 )
1016 go_repository(
1017 name = "com_github_go_openapi_strfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001018 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001019 importpath = "github.com/go-openapi/strfmt",
1020 replace = "github.com/go-openapi/strfmt",
1021 sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=",
1022 version = "v0.19.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001023 )
1024
1025 go_repository(
1026 name = "com_github_go_openapi_swag",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001027 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001028 importpath = "github.com/go-openapi/swag",
1029 replace = "github.com/go-openapi/swag",
1030 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
1031 version = "v0.19.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001032 )
1033
1034 go_repository(
1035 name = "com_github_go_openapi_validate",
1036 importpath = "github.com/go-openapi/validate",
1037 build_naming_convention = "go_default_library",
1038 tag = "v0.20.2",
1039 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001040 go_repository(
1041 name = "com_github_go_ozzo_ozzo_validation",
1042 importpath = "github.com/go-ozzo/ozzo-validation",
1043 replace = "github.com/go-ozzo/ozzo-validation",
1044 sum = "h1:sUy/in/P6askYr16XJgTKq/0SZhiWsdg4WZGaLsGQkM=",
1045 version = "v3.5.0+incompatible",
1046 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001047
1048 go_repository(
1049 name = "com_github_go_stack_stack",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001050 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001051 importpath = "github.com/go-stack/stack",
1052 replace = "github.com/go-stack/stack",
1053 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
1054 version = "v1.8.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001055 )
1056
1057 go_repository(
1058 name = "com_github_go_telegram_bot_api_telegram_bot_api",
1059 commit = "b33efeebc78563cfeddf19563781cffb16aaabdf",
1060 importpath = "github.com/go-telegram-bot-api/telegram-bot-api",
1061 build_naming_convention = "go_default_library",
1062 )
1063 go_repository(
1064 name = "com_github_go_test_deep",
1065 commit = "cf67d735e69b4a4d50cdf571a92b0144786080f7",
1066 importpath = "github.com/go-test/deep",
1067 build_naming_convention = "go_default_library",
1068 )
1069 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001070 name = "com_github_godbus_dbus_v5",
1071 importpath = "github.com/godbus/dbus/v5",
1072 replace = "github.com/godbus/dbus/v5",
1073 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=",
1074 version = "v5.0.3",
1075 )
1076 go_repository(
1077 name = "com_github_gogo_protobuf",
1078 build_naming_convention = "go_default_library",
1079 importpath = "github.com/gogo/protobuf",
1080 replace = "github.com/gogo/protobuf",
1081 sum = "h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls=",
1082 version = "v1.3.1",
1083 )
1084 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001085 name = "com_github_golang_collections_go_datastructures",
1086 commit = "59788d5eb2591d3497ffb8fafed2f16fe00e7775",
1087 importpath = "github.com/golang-collections/go-datastructures",
1088 build_naming_convention = "go_default_library",
1089 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001090 go_repository(
1091 name = "com_github_golang_freetype",
1092 importpath = "github.com/golang/freetype",
1093 replace = "github.com/golang/freetype",
1094 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
1095 version = "v0.0.0-20170609003504-e2365dfdc4a0",
1096 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001097
1098 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001099 name = "com_github_golang_glog",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001100 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001101 importpath = "github.com/golang/glog",
1102 replace = "github.com/golang/glog",
1103 sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=",
1104 version = "v0.0.0-20160126235308-23def4e6c14b",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001105 )
1106
1107 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001108 name = "com_github_golang_groupcache",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001109 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001110 importpath = "github.com/golang/groupcache",
1111 replace = "github.com/golang/groupcache",
1112 sum = "h1:5ZkaAPbicIKTF2I64qf5Fh8Aa83Q/dnOafMYV0OMwjA=",
1113 version = "v0.0.0-20191227052852-215e87163ea7",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001114 )
1115 go_repository(
1116 name = "com_github_golang_migrate_migrate_v4",
1117 commit = "e93eaeb3fe21ce2ccc1365277a01863e6bc84d9c",
1118 importpath = "github.com/golang-migrate/migrate/v4",
1119 build_naming_convention = "go_default_library",
1120 remote = "https://github.com/golang-migrate/migrate",
1121 vcs = "git",
1122 )
1123
1124 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001125 name = "com_github_golang_mock",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001126 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001127 importpath = "github.com/golang/mock",
1128 replace = "github.com/golang/mock",
1129 sum = "h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=",
1130 version = "v1.3.1",
1131 )
1132 go_repository(
1133 name = "com_github_golang_protobuf",
1134 importpath = "github.com/golang/protobuf",
1135 replace = "github.com/golang/protobuf",
1136 sum = "h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0=",
1137 version = "v1.4.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001138 )
1139
1140 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001141 name = "com_github_golangplus_bytes",
1142 commit = "45c989fe5450",
1143 importpath = "github.com/golangplus/bytes",
1144 build_naming_convention = "go_default_library",
1145 )
1146
1147 go_repository(
1148 name = "com_github_golangplus_fmt",
1149 commit = "2a5d6d7d2995",
1150 importpath = "github.com/golangplus/fmt",
1151 build_naming_convention = "go_default_library",
1152 )
1153
1154 go_repository(
1155 name = "com_github_golangplus_testing",
1156 commit = "af21d9c3145e",
1157 importpath = "github.com/golangplus/testing",
1158 build_naming_convention = "go_default_library",
1159 )
1160 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001161 name = "com_github_google_btree",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001162 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001163 importpath = "github.com/google/btree",
1164 replace = "github.com/google/btree",
1165 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
1166 version = "v1.0.0",
1167 )
1168 go_repository(
1169 name = "com_github_google_cadvisor",
1170 importpath = "github.com/google/cadvisor",
1171 replace = "github.com/google/cadvisor",
1172 sum = "h1:t3txV4zNZZGTuwuA/Onm3HToPhg16GjigAHZHEVIz+c=",
1173 version = "v0.37.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001174 )
1175
1176 go_repository(
1177 name = "com_github_google_go_cmp",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001178 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001179 importpath = "github.com/google/go-cmp",
1180 replace = "github.com/google/go-cmp",
1181 sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=",
1182 version = "v0.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001183 )
1184
1185 go_repository(
1186 name = "com_github_google_go_jsonnet",
1187 importpath = "github.com/google/go-jsonnet",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001188 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001189 tag = "v0.12.1",
1190 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001191 go_repository(
1192 name = "com_github_google_gofuzz",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001193 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001194 importpath = "github.com/google/gofuzz",
1195 replace = "github.com/google/gofuzz",
1196 sum = "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=",
1197 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001198 )
1199
1200 go_repository(
1201 name = "com_github_google_martian",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001202 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001203 importpath = "github.com/google/martian",
1204 replace = "github.com/google/martian",
1205 sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=",
1206 version = "v2.1.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001207 )
1208
1209 go_repository(
1210 name = "com_github_google_pprof",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001211 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001212 importpath = "github.com/google/pprof",
1213 replace = "github.com/google/pprof",
1214 sum = "h1:DLpL8pWq0v4JYoRpEhDfsJhhJyGKCcQM2WPW2TJs31c=",
1215 version = "v0.0.0-20191218002539-d4f498aebedc",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001216 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001217 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001218 name = "com_github_google_renameio",
1219 importpath = "github.com/google/renameio",
1220 replace = "github.com/google/renameio",
1221 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
1222 version = "v0.1.0",
1223 )
1224
1225 go_repository(
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00001226 name = "com_github_google_shlex",
1227 importpath = "github.com/google/shlex",
1228 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
1229 version = "v0.0.0-20191202100458-e7afc7fbc510",
1230 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001231
1232 go_repository(
1233 name = "com_github_google_uuid",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001234 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001235 importpath = "github.com/google/uuid",
1236 replace = "github.com/google/uuid",
1237 sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
1238 version = "v1.1.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001239 )
1240
1241 go_repository(
1242 name = "com_github_googleapis_gax_go_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001243 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001244 importpath = "github.com/googleapis/gax-go/v2",
1245 replace = "github.com/googleapis/gax-go/v2",
1246 sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=",
1247 version = "v2.0.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001248 )
1249 go_repository(
1250 name = "com_github_googleapis_gnostic",
1251 build_file_generation = "on",
1252 build_file_proto_mode = "disable",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001253 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001254 importpath = "github.com/googleapis/gnostic",
1255 replace = "github.com/googleapis/gnostic",
1256 sum = "h1:DLJCy1n/vrD4HPjOvYcT8aYQXpPIzoRZONaYwyycI+I=",
1257 version = "v0.4.1",
1258 )
1259 go_repository(
1260 name = "com_github_googlecloudplatform_k8s_cloud_provider",
1261 importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
1262 replace = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
1263 sum = "h1:JhyuWIqYrstW7KHMjk/fTqU0xtMpBOHuiTA2FVc7L4E=",
1264 version = "v0.0.0-20200415212048-7901bc822317",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001265 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001266
1267 go_repository(
1268 name = "com_github_gophercloud_gophercloud",
1269 importpath = "github.com/gophercloud/gophercloud",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001270 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001271 tag = "v0.1.0",
1272 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001273 go_repository(
1274 name = "com_github_gopherjs_gopherjs",
1275 importpath = "github.com/gopherjs/gopherjs",
1276 replace = "github.com/gopherjs/gopherjs",
1277 sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=",
1278 version = "v0.0.0-20181017120253-0766667cb4d1",
1279 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001280
1281 go_repository(
1282 name = "com_github_gorilla_context",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001283 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001284 importpath = "github.com/gorilla/context",
1285 replace = "github.com/gorilla/context",
1286 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
1287 version = "v1.1.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001288 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001289 go_repository(
1290 name = "com_github_gorilla_mux",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001291 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001292 importpath = "github.com/gorilla/mux",
1293 replace = "github.com/gorilla/mux",
1294 sum = "h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=",
1295 version = "v1.7.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001296 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001297
1298 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001299 name = "com_github_gorilla_securecookie",
1300 importpath = "github.com/gorilla/securecookie",
1301 build_naming_convention = "go_default_library",
1302 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
1303 version = "v1.1.1",
1304 )
1305 go_repository(
1306 name = "com_github_gorilla_sessions",
1307 importpath = "github.com/gorilla/sessions",
1308 build_naming_convention = "go_default_library",
1309 sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
1310 version = "v1.2.1",
1311 )
1312 go_repository(
1313 name = "com_github_gorilla_websocket",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001314 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001315 importpath = "github.com/gorilla/websocket",
1316 replace = "github.com/gorilla/websocket",
1317 sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=",
1318 version = "v1.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001319 )
1320 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001321 name = "com_github_gregjones_httpcache",
1322 commit = "9cad4c3443a7",
1323 importpath = "github.com/gregjones/httpcache",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001324 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001325 )
1326
1327 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001328 name = "com_github_grpc_ecosystem_go_grpc_middleware",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001329 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001330 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
1331 replace = "github.com/grpc-ecosystem/go-grpc-middleware",
1332 sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=",
1333 version = "v1.0.1-0.20190118093823-f849b5445de4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001334 )
1335
1336 go_repository(
1337 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001338 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001339 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1340 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
1341 version = "v1.9.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001342 )
1343 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001344 name = "com_github_grpc_ecosystem_grpc_gateway",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001345 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001346 importpath = "github.com/grpc-ecosystem/grpc-gateway",
1347 replace = "github.com/grpc-ecosystem/grpc-gateway",
1348 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
1349 version = "v1.9.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001350 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001351 go_repository(
1352 name = "com_github_hashicorp_errwrap",
1353 commit = "8a6fb523712970c966eefc6b39ed2c5e74880354",
1354 importpath = "github.com/hashicorp/errwrap",
1355 build_naming_convention = "go_default_library",
1356 )
1357 go_repository(
1358 name = "com_github_hashicorp_go_multierror",
1359 commit = "bdca7bb83f603b80ef756bb953fe1dafa9cd00a2",
1360 importpath = "github.com/hashicorp/go-multierror",
1361 build_naming_convention = "go_default_library",
1362 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001363 go_repository(
1364 name = "com_github_hashicorp_go_syslog",
1365 importpath = "github.com/hashicorp/go-syslog",
1366 replace = "github.com/hashicorp/go-syslog",
1367 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
1368 version = "v1.0.0",
1369 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001370
1371 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001372 name = "com_github_hashicorp_golang_lru",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001373 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001374 importpath = "github.com/hashicorp/golang-lru",
1375 replace = "github.com/hashicorp/golang-lru",
1376 sum = "h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=",
1377 version = "v0.5.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001378 )
1379
1380 go_repository(
1381 name = "com_github_hashicorp_hcl",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001382 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001383 importpath = "github.com/hashicorp/hcl",
1384 replace = "github.com/hashicorp/hcl",
1385 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
1386 version = "v1.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001387 )
1388 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001389 name = "com_github_heketi_heketi",
1390 importpath = "github.com/heketi/heketi",
1391 replace = "github.com/heketi/heketi",
1392 sum = "h1:ysqc8k973k1lLJ4BOOHAkx14K2nt4cLjsIm+hwWDZDE=",
1393 version = "v9.0.1-0.20190917153846-c2e2a4ab7ab9+incompatible",
1394 )
1395 go_repository(
1396 name = "com_github_heketi_tests",
1397 importpath = "github.com/heketi/tests",
1398 replace = "github.com/heketi/tests",
1399 sum = "h1:oJ/NLadJn5HoxvonA6VxG31lg0d6XOURNA09BTtM4fY=",
1400 version = "v0.0.0-20151005000721-f3775cbcefd6",
1401 )
1402
1403 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001404 name = "com_github_hpcloud_tail",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001405 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001406 importpath = "github.com/hpcloud/tail",
1407 replace = "github.com/hpcloud/tail",
1408 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
1409 version = "v1.0.0",
1410 )
1411 go_repository(
1412 name = "com_github_ianlancetaylor_demangle",
1413 importpath = "github.com/ianlancetaylor/demangle",
1414 replace = "github.com/ianlancetaylor/demangle",
1415 sum = "h1:UDMh68UUwekSh5iP2OMhRRZJiiBccgV7axzUG8vi56c=",
1416 version = "v0.0.0-20181102032728-5e5cf60278f6",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001417 )
1418
1419 go_repository(
1420 name = "com_github_imdario_mergo",
1421 importpath = "github.com/imdario/mergo",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001422 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001423 tag = "v0.3.5",
1424 )
1425
1426 go_repository(
1427 name = "com_github_inconshreveable_mousetrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001428 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001429 importpath = "github.com/inconshreveable/mousetrap",
1430 replace = "github.com/inconshreveable/mousetrap",
1431 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
1432 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001433 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001434 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001435 name = "com_github_ishidawataru_sctp",
1436 importpath = "github.com/ishidawataru/sctp",
1437 replace = "github.com/ishidawataru/sctp",
1438 sum = "h1:qPmlgoeRS18y2dT+iAH5vEKZgIqgiPi2Y8UCu/b7Aq8=",
1439 version = "v0.0.0-20190723014705-7c296d48a2b5",
1440 )
1441
1442 go_repository(
Serge Bazanski8100a2d2023-07-24 14:13:16 +00001443 name = "com_github_itchyny_gojq",
1444 build_naming_convention = "go_default_library",
1445 importpath = "github.com/itchyny/gojq",
1446 sum = "h1:IxyYlHYIlspQHHTE0f3cJF0NKDMfajxViuhBLnHd/QU=",
1447 version = "v0.12.13",
1448 )
1449
1450 go_repository(
1451 name = "com_github_itchyny_timefmt_go",
1452 build_naming_convention = "go_default_library",
1453 importpath = "github.com/itchyny/timefmt-go",
1454 sum = "h1:G0INE2la8S6ru/ZI5JecgyzbbJNs5lG1RcBqa7Jm6GE=",
1455 version = "v0.1.5",
1456 )
1457 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001458 name = "com_github_jackc_pgx",
1459 commit = "6954c15ad0bd3c9aa6dd1b190732b020379beb28",
1460 importpath = "github.com/jackc/pgx",
1461 build_naming_convention = "go_default_library",
1462 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001463
1464 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001465 name = "com_github_jbenet_go_context",
1466 commit = "d14ea06fba99483203c19d92cfcd13ebe73135f4",
1467 importpath = "github.com/jbenet/go-context",
1468 build_naming_convention = "go_default_library",
1469 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001470 go_repository(
1471 name = "com_github_jeffashton_win_pdh",
1472 importpath = "github.com/JeffAshton/win_pdh",
1473 replace = "github.com/JeffAshton/win_pdh",
1474 sum = "h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=",
1475 version = "v0.0.0-20161109143554-76bb4ee9f0ab",
1476 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001477
1478 go_repository(
1479 name = "com_github_jessevdk_go_flags",
1480 importpath = "github.com/jessevdk/go-flags",
1481 build_naming_convention = "go_default_library",
1482 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
1483 version = "v1.4.0",
1484 )
1485 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001486 name = "com_github_jimstudt_http_authentication",
1487 importpath = "github.com/jimstudt/http-authentication",
1488 replace = "github.com/jimstudt/http-authentication",
1489 sum = "h1:BcF8coBl0QFVhe8vAMMlD+CV8EISiu9MGKLoj6ZEyJA=",
1490 version = "v0.0.0-20140401203705-3eca13d6893a",
1491 )
1492 go_repository(
1493 name = "com_github_jmespath_go_jmespath",
1494 importpath = "github.com/jmespath/go-jmespath",
1495 replace = "github.com/jmespath/go-jmespath",
1496 sum = "h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=",
1497 version = "v0.0.0-20180206201540-c2b33e8439af",
1498 )
1499
1500 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001501 name = "com_github_jmoiron_sqlx",
1502 commit = "38398a30ed8516ffda617a04c822de09df8a3ec5",
1503 importpath = "github.com/jmoiron/sqlx",
1504 build_naming_convention = "go_default_library",
1505 )
1506
1507 go_repository(
1508 name = "com_github_jonboulle_clockwork",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001509 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001510 importpath = "github.com/jonboulle/clockwork",
1511 replace = "github.com/jonboulle/clockwork",
1512 sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=",
1513 version = "v0.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001514 )
1515 go_repository(
1516 name = "com_github_json_iterator_go",
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/json-iterator/go",
1519 replace = "github.com/json-iterator/go",
1520 sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=",
1521 version = "v1.1.10",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001522 )
1523
1524 go_repository(
1525 name = "com_github_jstemmer_go_junit_report",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001526 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001527 importpath = "github.com/jstemmer/go-junit-report",
1528 replace = "github.com/jstemmer/go-junit-report",
1529 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
1530 version = "v0.9.1",
1531 )
1532 go_repository(
1533 name = "com_github_jtolds_gls",
1534 importpath = "github.com/jtolds/gls",
1535 replace = "github.com/jtolds/gls",
1536 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
1537 version = "v4.20.0+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001538 )
1539
1540 go_repository(
1541 name = "com_github_julienschmidt_httprouter",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001542 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001543 importpath = "github.com/julienschmidt/httprouter",
1544 replace = "github.com/julienschmidt/httprouter",
1545 sum = "h1:TDTW5Yz1mjftljbcKqRcrYhd4XeOoI98t+9HbQbYf7g=",
1546 version = "v1.2.0",
1547 )
1548 go_repository(
1549 name = "com_github_jung_kurt_gofpdf",
1550 importpath = "github.com/jung-kurt/gofpdf",
1551 replace = "github.com/jung-kurt/gofpdf",
1552 sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=",
1553 version = "v1.0.3-0.20190309125859-24315acbbda5",
1554 )
1555 go_repository(
1556 name = "com_github_karrick_godirwalk",
1557 importpath = "github.com/karrick/godirwalk",
1558 replace = "github.com/karrick/godirwalk",
1559 sum = "h1:VbzFqwXwNbAZoA6W5odrLr+hKK197CcENcPh6E/gJ0M=",
1560 version = "v1.7.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001561 )
1562
1563 go_repository(
1564 name = "com_github_kevinburke_go_bindata",
1565 commit = "a606d617e1d1546a2342de6fc4ed95c78e171d68",
1566 importpath = "github.com/kevinburke/go-bindata",
1567 build_naming_convention = "go_default_library",
1568 )
1569 go_repository(
1570 name = "com_github_kevinburke_ssh_config",
1571 commit = "01f96b0aa0cdcaa93f9495f89bbc6cb5a992ce6e",
1572 importpath = "github.com/kevinburke/ssh_config",
1573 build_naming_convention = "go_default_library",
1574 )
1575 go_repository(
1576 name = "com_github_kisielk_errcheck",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001577 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001578 importpath = "github.com/kisielk/errcheck",
1579 replace = "github.com/kisielk/errcheck",
1580 sum = "h1:reN85Pxc5larApoH1keMBiu2GWtPqXQ1nc9gx+jOU+E=",
1581 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001582 )
1583 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001584 name = "com_github_kisielk_gotool",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001585 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001586 importpath = "github.com/kisielk/gotool",
1587 replace = "github.com/kisielk/gotool",
1588 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
1589 version = "v1.0.0",
1590 )
1591 go_repository(
1592 name = "com_github_klauspost_cpuid",
1593 importpath = "github.com/klauspost/cpuid",
1594 replace = "github.com/klauspost/cpuid",
1595 sum = "h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=",
1596 version = "v1.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001597 )
1598
1599 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001600 name = "com_github_klauspost_cpuid_v2",
1601 importpath = "github.com/klauspost/cpuid/v2",
1602 build_naming_convention = "go_default_library",
1603 sum = "h1:qnfhwbFriwDIX51QncuNU5mEMf+6KE3t7O8V2KQl3Dg=",
1604 version = "v2.0.5",
1605 )
1606 go_repository(
1607 name = "com_github_konsorten_go_windows_terminal_sequences",
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/konsorten/go-windows-terminal-sequences",
1610 replace = "github.com/konsorten/go-windows-terminal-sequences",
1611 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
1612 version = "v1.0.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001613 )
1614
1615 go_repository(
1616 name = "com_github_kr_logfmt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001617 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001618 importpath = "github.com/kr/logfmt",
1619 replace = "github.com/kr/logfmt",
1620 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
1621 version = "v0.0.0-20140226030751-b84e30acd515",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001622 )
1623 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001624 name = "com_github_kr_pretty",
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/pretty",
1627 replace = "github.com/kr/pretty",
1628 sum = "h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=",
1629 version = "v0.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001630 )
1631
1632 go_repository(
1633 name = "com_github_kr_pty",
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/pty",
1636 replace = "github.com/kr/pty",
1637 sum = "h1:hyz3dwM5QLc1Rfoz4FuWJQG5BN7tc6K1MndAUnGpQr4=",
1638 version = "v1.1.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001639 )
1640
1641 go_repository(
1642 name = "com_github_kr_text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001643 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001644 importpath = "github.com/kr/text",
1645 replace = "github.com/kr/text",
1646 sum = "h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=",
1647 version = "v0.1.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001648 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001649 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001650 name = "com_github_kylelemons_godebug",
1651 importpath = "github.com/kylelemons/godebug",
1652 replace = "github.com/kylelemons/godebug",
1653 sum = "h1:MtvEpTB6LX3vkb4ax0b5D2DHbNAUsen0Gx5wZoq3lV4=",
1654 version = "v0.0.0-20170820004349-d65d576e9348",
1655 )
1656
1657 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001658 name = "com_github_lib_pq",
1659 commit = "3427c32cb71afc948325f299f040e53c1dd78979",
1660 importpath = "github.com/lib/pq",
1661 build_naming_convention = "go_default_library",
1662 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001663 go_repository(
1664 name = "com_github_libopenstorage_openstorage",
1665 importpath = "github.com/libopenstorage/openstorage",
1666 replace = "github.com/libopenstorage/openstorage",
1667 sum = "h1:GLPam7/0mpdP8ZZtKjbfcXJBTIA/T1O6CBErVEFEyIM=",
1668 version = "v1.0.0",
1669 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001670
1671 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001672 name = "com_github_liggitt_tabwriter",
1673 commit = "89fcab3d43de",
1674 importpath = "github.com/liggitt/tabwriter",
1675 build_naming_convention = "go_default_library",
1676 )
1677
1678 go_repository(
1679 name = "com_github_lithammer_dedent",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001680 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001681 importpath = "github.com/lithammer/dedent",
1682 replace = "github.com/lithammer/dedent",
1683 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
1684 version = "v1.1.0",
1685 )
1686 go_repository(
1687 name = "com_github_lpabon_godbc",
1688 importpath = "github.com/lpabon/godbc",
1689 replace = "github.com/lpabon/godbc",
1690 sum = "h1:ilqjArN1UOENJJdM34I2YHKmF/B0gGq4VLoSGy9iAao=",
1691 version = "v0.1.1",
1692 )
1693 go_repository(
1694 name = "com_github_lucas_clemente_aes12",
1695 importpath = "github.com/lucas-clemente/aes12",
1696 replace = "github.com/lucas-clemente/aes12",
1697 sum = "h1:sSeNEkJrs+0F9TUau0CgWTTNEwF23HST3Eq0A+QIx+A=",
1698 version = "v0.0.0-20171027163421-cd47fb39b79f",
1699 )
1700 go_repository(
1701 name = "com_github_lucas_clemente_quic_clients",
1702 importpath = "github.com/lucas-clemente/quic-clients",
1703 replace = "github.com/lucas-clemente/quic-clients",
1704 sum = "h1:/P9n0nICT/GnQJkZovtBqridjxU0ao34m7DpMts79qY=",
1705 version = "v0.1.0",
1706 )
1707 go_repository(
1708 name = "com_github_lucas_clemente_quic_go",
1709 importpath = "github.com/lucas-clemente/quic-go",
1710 replace = "github.com/lucas-clemente/quic-go",
1711 sum = "h1:iQtTSZVbd44k94Lu0U16lLBIG3lrnjDvQongjPd4B/s=",
1712 version = "v0.10.2",
1713 )
1714 go_repository(
1715 name = "com_github_lucas_clemente_quic_go_certificates",
1716 importpath = "github.com/lucas-clemente/quic-go-certificates",
1717 replace = "github.com/lucas-clemente/quic-go-certificates",
1718 sum = "h1:zqEC1GJZFbGZA0tRyNZqRjep92K5fujFtFsu5ZW7Aug=",
1719 version = "v0.0.0-20160823095156-d2f86524cced",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001720 )
1721
1722 go_repository(
1723 name = "com_github_magiconair_properties",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001724 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001725 importpath = "github.com/magiconair/properties",
1726 replace = "github.com/magiconair/properties",
1727 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
1728 version = "v1.8.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001729 )
1730 go_repository(
1731 name = "com_github_mailru_easyjson",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001732 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001733 importpath = "github.com/mailru/easyjson",
1734 replace = "github.com/mailru/easyjson",
1735 sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=",
1736 version = "v0.7.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001737 )
1738
1739 go_repository(
1740 name = "com_github_makenowjust_heredoc",
1741 commit = "bb23615498cd",
1742 importpath = "github.com/MakeNowJust/heredoc",
1743 build_naming_convention = "go_default_library",
1744 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001745 go_repository(
1746 name = "com_github_marten_seemann_qtls",
1747 importpath = "github.com/marten-seemann/qtls",
1748 replace = "github.com/marten-seemann/qtls",
1749 sum = "h1:0yWJ43C62LsZt08vuQJDK1uC1czUc3FJeCLPoNAI4vA=",
1750 version = "v0.2.3",
1751 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001752
1753 go_repository(
1754 name = "com_github_mattn_go_colorable",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001755 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001756 importpath = "github.com/mattn/go-colorable",
1757 replace = "github.com/mattn/go-colorable",
1758 sum = "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=",
1759 version = "v0.0.9",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001760 )
1761 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001762 name = "com_github_mattn_go_isatty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001763 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001764 importpath = "github.com/mattn/go-isatty",
1765 replace = "github.com/mattn/go-isatty",
1766 sum = "h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=",
1767 version = "v0.0.4",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001768 )
1769
1770 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001771 name = "com_github_mattn_go_runewidth",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001772 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001773 importpath = "github.com/mattn/go-runewidth",
1774 replace = "github.com/mattn/go-runewidth",
1775 sum = "h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=",
1776 version = "v0.0.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001777 )
1778 go_repository(
1779 name = "com_github_mattn_go_sqlite3",
1780 commit = "5994cc52dfa89a4ee21ac891b06fbc1ea02c52d3",
1781 importpath = "github.com/mattn/go-sqlite3",
1782 build_naming_convention = "go_default_library",
1783 )
1784
1785 go_repository(
1786 name = "com_github_matttproud_golang_protobuf_extensions",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001787 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001788 importpath = "github.com/matttproud/golang_protobuf_extensions",
1789 replace = "github.com/matttproud/golang_protobuf_extensions",
1790 sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=",
1791 version = "v1.0.2-0.20181231171920-c182affec369",
1792 )
1793 go_repository(
1794 name = "com_github_mholt_certmagic",
1795 importpath = "github.com/mholt/certmagic",
1796 replace = "github.com/mholt/certmagic",
1797 sum = "h1:xKE9kZ5C8gelJC3+BNM6LJs1x21rivK7yxfTZMAuY2s=",
1798 version = "v0.6.2-0.20190624175158-6a42ef9fe8c2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001799 )
1800
1801 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001802 name = "com_github_microsoft_go_winio",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001803 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001804 importpath = "github.com/Microsoft/go-winio",
1805 replace = "github.com/Microsoft/go-winio",
1806 sum = "h1:ygIc8M6trr62pF5DucadTWGdEB4mEyvzi0e2nbcmcyA=",
1807 version = "v0.4.15-0.20190919025122-fc70bd9a86b5",
1808 )
1809 go_repository(
1810 name = "com_github_microsoft_hcsshim",
1811 importpath = "github.com/Microsoft/hcsshim",
1812 replace = "github.com/Microsoft/hcsshim",
1813 sum = "h1:1xpVY4dSUSbW3PcSGxZJhI8Z+CJiqbd933kM7HIinTc=",
1814 version = "v0.8.10-0.20200715222032-5eafd1556990",
1815 )
1816 go_repository(
1817 name = "com_github_miekg_dns",
1818 importpath = "github.com/miekg/dns",
1819 replace = "github.com/miekg/dns",
1820 sum = "h1:rCMZsU2ScVSYcAsOXgmC6+AKOK+6pmQTOcw03nfwYV0=",
1821 version = "v1.1.4",
1822 )
1823 go_repository(
1824 name = "com_github_mindprince_gonvml",
1825 importpath = "github.com/mindprince/gonvml",
1826 replace = "github.com/mindprince/gonvml",
1827 sum = "h1:PS1dLCGtD8bb9RPKJrc8bS7qHL6JnW1CZvwzH9dPoUs=",
1828 version = "v0.0.0-20190828220739-9ebdce4bb989",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001829 )
1830
1831 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001832 name = "com_github_minio_md5_simd",
1833 importpath = "github.com/minio/md5-simd",
1834 build_naming_convention = "go_default_library",
1835 sum = "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=",
1836 version = "v1.1.2",
1837 )
1838 go_repository(
1839 name = "com_github_minio_minio_go_v7",
1840 importpath = "github.com/minio/minio-go/v7",
1841 build_naming_convention = "go_default_library",
1842 sum = "h1:1oUKe4EOPUEhw2qnPQaPsJ0lmVTYLFu03SiItauXs94=",
1843 version = "v7.0.10",
1844 )
1845
1846 go_repository(
1847 name = "com_github_minio_sha256_simd",
1848 importpath = "github.com/minio/sha256-simd",
1849 build_naming_convention = "go_default_library",
1850 sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
1851 version = "v1.0.0",
1852 )
1853 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001854 name = "com_github_mistifyio_go_zfs",
1855 importpath = "github.com/mistifyio/go-zfs",
1856 replace = "github.com/mistifyio/go-zfs",
1857 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
1858 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
1859 )
1860
1861 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001862 name = "com_github_mitchellh_go_homedir",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001863 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001864 importpath = "github.com/mitchellh/go-homedir",
1865 replace = "github.com/mitchellh/go-homedir",
1866 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
1867 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001868 )
1869 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001870 name = "com_github_mitchellh_go_wordwrap",
1871 importpath = "github.com/mitchellh/go-wordwrap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00001872 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001873 tag = "v1.0.0",
1874 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001875 go_repository(
1876 name = "com_github_mitchellh_mapstructure",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001877 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001878 importpath = "github.com/mitchellh/mapstructure",
1879 replace = "github.com/mitchellh/mapstructure",
1880 sum = "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=",
1881 version = "v1.1.2",
1882 )
1883 go_repository(
1884 name = "com_github_moby_ipvs",
1885 importpath = "github.com/moby/ipvs",
1886 replace = "github.com/moby/ipvs",
1887 sum = "h1:aoZ7fhLTXgDbzVrAnvV+XbKOU8kOET7B3+xULDF/1o0=",
1888 version = "v1.0.1",
1889 )
1890 go_repository(
1891 name = "com_github_moby_sys_mountinfo",
1892 importpath = "github.com/moby/sys/mountinfo",
1893 replace = "github.com/moby/sys/mountinfo",
1894 sum = "h1:KIrhRO14+AkwKvG/g2yIpNMOUVZ02xNhOw8KY1WsLOI=",
1895 version = "v0.1.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001896 )
1897
1898 go_repository(
1899 name = "com_github_moby_term",
1900 importpath = "github.com/moby/term",
1901 build_naming_convention = "go_default_library",
1902 sum = "h1:K6V0Kwa5efKo60sqbTk1FOBbltdyX9Klw2a9+lKhA18=",
1903 version = "v0.0.0-20201101162038-25d840ce174a",
1904 )
1905 go_repository(
1906 name = "com_github_modern_go_concurrent",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001907 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001908 importpath = "github.com/modern-go/concurrent",
1909 replace = "github.com/modern-go/concurrent",
1910 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
1911 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001912 )
1913 go_repository(
1914 name = "com_github_modern_go_reflect2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001915 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001916 importpath = "github.com/modern-go/reflect2",
1917 replace = "github.com/modern-go/reflect2",
1918 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=",
1919 version = "v1.0.1",
1920 )
1921 go_repository(
1922 name = "com_github_mohae_deepcopy",
1923 importpath = "github.com/mohae/deepcopy",
1924 replace = "github.com/mohae/deepcopy",
1925 sum = "h1:e+l77LJOEqXTIQihQJVkA6ZxPOUmfPM5e4H7rcpgtSk=",
1926 version = "v0.0.0-20170603005431-491d3605edfb",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001927 )
1928
1929 go_repository(
1930 name = "com_github_morikuni_aec",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001931 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001932 importpath = "github.com/morikuni/aec",
1933 replace = "github.com/morikuni/aec",
1934 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
1935 version = "v1.0.0",
1936 )
1937 go_repository(
1938 name = "com_github_mrunalp_fileutils",
1939 importpath = "github.com/mrunalp/fileutils",
1940 replace = "github.com/mrunalp/fileutils",
1941 sum = "h1:aZQToFSLH8ejFeSkTc3r3L4dPImcj7Ib/KgmkQqbGGg=",
1942 version = "v0.0.0-20200520151820-abd8a0e76976",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001943 )
1944
1945 go_repository(
1946 name = "com_github_munnerz_goautoneg",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001947 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001948 importpath = "github.com/munnerz/goautoneg",
1949 replace = "github.com/munnerz/goautoneg",
1950 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
1951 version = "v0.0.0-20191010083416-a7dc8b61c822",
1952 )
1953 go_repository(
1954 name = "com_github_mvdan_xurls",
1955 importpath = "github.com/mvdan/xurls",
1956 replace = "github.com/mvdan/xurls",
1957 sum = "h1:OpuDelGQ1R1ueQ6sSryzi6P+1RtBpfQHM8fJwlE45ww=",
1958 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001959 )
1960
1961 go_repository(
1962 name = "com_github_mwitkow_go_conntrack",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001963 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001964 importpath = "github.com/mwitkow/go-conntrack",
1965 replace = "github.com/mwitkow/go-conntrack",
1966 sum = "h1:F9x/1yl3T2AeKLr2AMdilSD8+f9bvMnNN8VS5iDtovc=",
1967 version = "v0.0.0-20161129095857-cc309e4a2223",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001968 )
1969
1970 go_repository(
1971 name = "com_github_mxk_go_flowrate",
1972 commit = "cca7078d478f",
1973 importpath = "github.com/mxk/go-flowrate",
1974 build_naming_convention = "go_default_library",
1975 )
1976 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01001977 name = "com_github_naoina_go_stringutil",
1978 importpath = "github.com/naoina/go-stringutil",
1979 replace = "github.com/naoina/go-stringutil",
1980 sum = "h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks=",
1981 version = "v0.1.0",
1982 )
1983 go_repository(
1984 name = "com_github_naoina_toml",
1985 importpath = "github.com/naoina/toml",
1986 replace = "github.com/naoina/toml",
1987 sum = "h1:PT/lllxVVN0gzzSqSlHEmP8MJB4MY2U7STGxiouV4X8=",
1988 version = "v0.1.1",
1989 )
1990
1991 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00001992 name = "com_github_netbox_community_go_netbox",
1993 commit = "514a84df2fa71cfff8364421c7e9fafffab08cc9",
1994 importpath = "github.com/netbox-community/go-netbox",
1995 build_naming_convention = "go_default_library",
1996 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02001997
1998 go_repository(
1999 name = "com_github_nvveen_gotty",
2000 commit = "cd527374f1e5",
2001 importpath = "github.com/Nvveen/Gotty",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002002 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002003 )
2004
2005 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002006 name = "com_github_nytimes_gziphandler",
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/NYTimes/gziphandler",
2009 replace = "github.com/NYTimes/gziphandler",
2010 sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=",
2011 version = "v0.0.0-20170623195520-56545f4a5d46",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002012 )
2013
2014 go_repository(
2015 name = "com_github_olekukonko_tablewriter",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002016 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002017 importpath = "github.com/olekukonko/tablewriter",
2018 replace = "github.com/olekukonko/tablewriter",
2019 sum = "h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78=",
2020 version = "v0.0.0-20170122224234-a0225b3f23b5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002021 )
2022 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002023 name = "com_github_onsi_ginkgo",
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/ginkgo",
2026 replace = "github.com/onsi/ginkgo",
2027 sum = "h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=",
2028 version = "v1.11.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002029 )
2030
2031 go_repository(
2032 name = "com_github_onsi_gomega",
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/onsi/gomega",
2035 replace = "github.com/onsi/gomega",
2036 sum = "h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=",
2037 version = "v1.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002038 )
2039
2040 go_repository(
2041 name = "com_github_opencontainers_go_digest",
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/go-digest",
2044 replace = "github.com/opencontainers/go-digest",
2045 sum = "h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ=",
2046 version = "v1.0.0-rc1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002047 )
2048
2049 go_repository(
2050 name = "com_github_opencontainers_image_spec",
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/image-spec",
2053 replace = "github.com/opencontainers/image-spec",
2054 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
2055 version = "v1.0.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002056 )
2057
2058 go_repository(
2059 name = "com_github_opencontainers_runc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002060 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002061 importpath = "github.com/opencontainers/runc",
2062 replace = "github.com/opencontainers/runc",
2063 sum = "h1:LcPVE5u4oaqw8ffPbJew0lUxZC7faM5t52PgU4px1xY=",
2064 version = "v1.0.0-rc91.0.20200707015106-819fcc687efb",
2065 )
2066 go_repository(
2067 name = "com_github_opencontainers_runtime_spec",
2068 importpath = "github.com/opencontainers/runtime-spec",
2069 replace = "github.com/opencontainers/runtime-spec",
2070 sum = "h1:9mv9SC7GWmRWE0J/+oD8w3GsN2KYGKtg6uwLN7hfP5E=",
2071 version = "v1.0.3-0.20200520003142-237cc4f519e2",
2072 )
2073 go_repository(
2074 name = "com_github_opencontainers_selinux",
2075 importpath = "github.com/opencontainers/selinux",
2076 replace = "github.com/opencontainers/selinux",
2077 sum = "h1:F6DgIsjgBIcDksLW4D5RG9bXok6oqZ3nvMwj4ZoFu/Q=",
2078 version = "v1.5.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002079 )
2080
2081 go_repository(
2082 name = "com_github_openzipkin_zipkin_go",
2083 importpath = "github.com/openzipkin/zipkin-go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002084 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002085 tag = "v0.1.3",
2086 )
2087
2088 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002089 name = "com_github_pelletier_go_toml",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002090 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002091 importpath = "github.com/pelletier/go-toml",
2092 replace = "github.com/pelletier/go-toml",
2093 sum = "h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc=",
2094 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002095 )
2096 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002097 name = "com_github_peterbourgon_diskv",
2098 importpath = "github.com/peterbourgon/diskv",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002099 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002100 tag = "v2.0.1",
2101 )
2102
2103 go_repository(
2104 name = "com_github_peterhellberg_link",
2105 importpath = "github.com/peterhellberg/link",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002106 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002107 tag = "v1.0.0",
2108 )
2109
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002110 # gostatic at 2.24. Unfortunately upstream doesn't follow semver tagging in `vx.y.z` form,
2111 # thereby prohibiting usage of a gomod version directly in the version attribute of this
2112 # rule.
2113 go_repository(
2114 name = "com_github_piranha_gostatic",
2115 importpath = "github.com/piranha/gostatic",
2116 build_naming_convention = "go_default_library",
2117 sum = "h1:GfShSQ+2DojR7GRI5wPByszs93zHXW2zOT0SuHadW6A=",
2118 version = "v0.0.0-20200923134324-eb52cbb4fb83",
2119 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002120 go_repository(
2121 name = "com_github_pkg_errors",
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/pkg/errors",
2124 replace = "github.com/pkg/errors",
2125 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
2126 version = "v0.9.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002127 )
2128
2129 go_repository(
2130 name = "com_github_pmezard_go_difflib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002131 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002132 importpath = "github.com/pmezard/go-difflib",
2133 replace = "github.com/pmezard/go-difflib",
2134 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
2135 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002136 )
2137
2138 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002139 name = "com_github_pquerna_cachecontrol",
2140 commit = "0dec1b30a021",
2141 importpath = "github.com/pquerna/cachecontrol",
2142 build_naming_convention = "go_default_library",
2143 )
2144 go_repository(
2145 name = "com_github_projectcalico_calicoctl",
2146 importpath = "github.com/projectcalico/calicoctl",
2147 build_naming_convention = "go_default_library",
2148 # This fork implements explicit Bazel rules
2149 remote = "https://github.com/q3k/calicoctl",
2150 vcs = "git",
2151 commit = "1bc31862f07e7539ca493de9137ed1ad56cc9f43",
2152 build_file_generation = "off",
2153 )
2154
2155 go_repository(
2156 name = "com_github_prometheus_client_golang",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002157 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002158 importpath = "github.com/prometheus/client_golang",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002159 tag = "v1.0.0",
2160 )
2161
2162 go_repository(
2163 name = "com_github_prometheus_client_model",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002164 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002165 importpath = "github.com/prometheus/client_model",
2166 commit = "fd36f4220a90",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002167 )
2168 go_repository(
2169 name = "com_github_prometheus_common",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002170 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002171 importpath = "github.com/prometheus/common",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002172 tag = "v0.4.1",
2173 )
2174
2175 go_repository(
2176 name = "com_github_prometheus_procfs",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002177 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002178 importpath = "github.com/prometheus/procfs",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002179 tag = "v0.0.2",
2180 )
2181 go_repository(
2182 name = "com_github_puerkitobio_purell",
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/purell",
2185 replace = "github.com/PuerkitoBio/purell",
2186 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
2187 version = "v1.1.1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002188 )
2189
2190 go_repository(
2191 name = "com_github_puerkitobio_urlesc",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002192 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002193 importpath = "github.com/PuerkitoBio/urlesc",
2194 replace = "github.com/PuerkitoBio/urlesc",
2195 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
2196 version = "v0.0.0-20170810143723-de5bf2ad4578",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002197 )
2198
2199 go_repository(
2200 name = "com_github_q3k_cursedjson",
2201 commit = "af0e3abb1bcef7197b3b9f91d7d094e6528a2d05",
2202 importpath = "github.com/q3k/cursedjson",
2203 build_naming_convention = "go_default_library",
2204 )
2205 go_repository(
2206 name = "com_github_q3k_cursedjsonrpc",
2207 commit = "304f0561c9162a2696f3ae7c96f3404324177ab8",
2208 importpath = "github.com/q3k/cursedjsonrpc",
2209 build_naming_convention = "go_default_library",
2210 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002211 go_repository(
2212 name = "com_github_quobyte_api",
2213 importpath = "github.com/quobyte/api",
2214 replace = "github.com/quobyte/api",
2215 sum = "h1:lPHLsuvtjFyk8WhC4uHoHRkScijIHcffTWBBP+YpzYo=",
2216 version = "v0.1.2",
2217 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002218
2219 go_repository(
2220 name = "com_github_remyoudompheng_bigfft",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002221 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002222 importpath = "github.com/remyoudompheng/bigfft",
2223 replace = "github.com/remyoudompheng/bigfft",
2224 sum = "h1:/NRJ5vAYoqz+7sG51ubIDHXeWO8DlTSrToPu6q11ziA=",
2225 version = "v0.0.0-20170806203942-52369c62f446",
2226 )
2227 go_repository(
2228 name = "com_github_robfig_cron",
2229 importpath = "github.com/robfig/cron",
2230 replace = "github.com/robfig/cron",
2231 sum = "h1:jk4/Hud3TTdcrJgUOBgsqrZBarcxl6ADIjSC2iniwLY=",
2232 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002233 )
2234
2235 go_repository(
2236 name = "com_github_rogpeppe_fastuuid",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002237 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002238 importpath = "github.com/rogpeppe/fastuuid",
2239 replace = "github.com/rogpeppe/fastuuid",
2240 sum = "h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=",
2241 version = "v0.0.0-20150106093220-6724a57986af",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002242 )
2243 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002244 name = "com_github_rogpeppe_go_internal",
2245 importpath = "github.com/rogpeppe/go-internal",
2246 replace = "github.com/rogpeppe/go-internal",
2247 sum = "h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=",
2248 version = "v1.3.0",
2249 )
2250
2251 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002252 name = "com_github_rs_cors",
2253 commit = "db0fe48135e83b5812a5a31be0eea66984b1b521",
2254 importpath = "github.com/rs/cors",
2255 build_naming_convention = "go_default_library",
2256 )
2257
2258 go_repository(
2259 name = "com_github_rs_xid",
2260 importpath = "github.com/rs/xid",
2261 build_naming_convention = "go_default_library",
2262 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
2263 version = "v1.2.1",
2264 )
2265 go_repository(
2266 name = "com_github_russross_blackfriday",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002267 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002268 importpath = "github.com/russross/blackfriday",
2269 replace = "github.com/russross/blackfriday",
2270 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
2271 version = "v1.5.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002272 )
2273 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002274 name = "com_github_russross_blackfriday_v2",
2275 importpath = "github.com/russross/blackfriday/v2",
2276 replace = "github.com/russross/blackfriday/v2",
2277 sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=",
2278 version = "v2.0.1",
2279 )
2280
2281 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002282 name = "com_github_sebastiaanklippert_go_wkhtmltopdf",
2283 commit = "72a7793efd38728796273861bb27d590cc33d9d4",
2284 importpath = "github.com/sebastiaanklippert/go-wkhtmltopdf",
2285 build_naming_convention = "go_default_library",
2286 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002287 go_repository(
2288 name = "com_github_seccomp_libseccomp_golang",
2289 importpath = "github.com/seccomp/libseccomp-golang",
2290 replace = "github.com/seccomp/libseccomp-golang",
2291 sum = "h1:NJjM5DNFOs0s3kYE1WUOr6G8V97sdt46rlXTMfXGWBo=",
2292 version = "v0.9.1",
2293 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002294
2295 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002296 name = "com_github_sergi_go_diff",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002297 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002298 importpath = "github.com/sergi/go-diff",
2299 replace = "github.com/sergi/go-diff",
2300 sum = "h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=",
2301 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002302 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002303 go_repository(
2304 name = "com_github_sethvargo_go_password",
2305 commit = "68ac5879751a7105834296859f8c1bf70b064675",
2306 importpath = "github.com/sethvargo/go-password",
2307 build_naming_convention = "go_default_library",
2308 )
2309 go_repository(
2310 name = "com_github_shirou_gopsutil",
2311 commit = "2cbc9195c892b304060269ef280375236d2fcac9",
2312 importpath = "github.com/shirou/gopsutil",
2313 build_naming_convention = "go_default_library",
2314 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002315
2316 go_repository(
2317 name = "com_github_shurcool_httpfs",
2318 commit = "809beceb2371",
2319 importpath = "github.com/shurcooL/httpfs",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002320 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002321 )
2322
2323 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002324 name = "com_github_shurcool_sanitized_anchor_name",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002325 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002326 importpath = "github.com/shurcooL/sanitized_anchor_name",
2327 replace = "github.com/shurcooL/sanitized_anchor_name",
2328 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
2329 version = "v1.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002330 )
2331 go_repository(
2332 name = "com_github_sirupsen_logrus",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002333 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002334 importpath = "github.com/sirupsen/logrus",
2335 replace = "github.com/sirupsen/logrus",
2336 sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
2337 version = "v1.6.0",
2338 )
2339 go_repository(
2340 name = "com_github_smartystreets_assertions",
2341 importpath = "github.com/smartystreets/assertions",
2342 replace = "github.com/smartystreets/assertions",
2343 sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=",
2344 version = "v0.0.0-20180927180507-b2de0cb4f26d",
2345 )
2346 go_repository(
2347 name = "com_github_smartystreets_goconvey",
2348 importpath = "github.com/smartystreets/goconvey",
2349 replace = "github.com/smartystreets/goconvey",
2350 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
2351 version = "v1.6.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002352 )
2353
2354 go_repository(
2355 name = "com_github_soheilhy_cmux",
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/soheilhy/cmux",
2358 replace = "github.com/soheilhy/cmux",
2359 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
2360 version = "v0.1.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002361 )
2362
2363 go_repository(
2364 name = "com_github_spf13_afero",
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/afero",
2367 replace = "github.com/spf13/afero",
2368 sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
2369 version = "v1.2.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002370 )
2371
2372 go_repository(
2373 name = "com_github_spf13_cast",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002374 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002375 importpath = "github.com/spf13/cast",
2376 replace = "github.com/spf13/cast",
2377 sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
2378 version = "v1.3.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002379 )
2380 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002381 name = "com_github_spf13_cobra",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002382 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002383 importpath = "github.com/spf13/cobra",
2384 replace = "github.com/spf13/cobra",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002385 sum = "h1:6m/oheQuQ13N9ks4hubMG6BnvwOeaJrqSPLahSnczz8=",
2386 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002387 )
2388
2389 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002390 name = "com_github_spf13_jwalterweatherman",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002391 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002392 importpath = "github.com/spf13/jwalterweatherman",
2393 replace = "github.com/spf13/jwalterweatherman",
2394 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
2395 version = "v1.1.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002396 )
2397 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002398 name = "com_github_spf13_pflag",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002399 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002400 importpath = "github.com/spf13/pflag",
2401 replace = "github.com/spf13/pflag",
2402 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
2403 version = "v1.0.5",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002404 )
2405
2406 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002407 name = "com_github_spf13_viper",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002408 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002409 importpath = "github.com/spf13/viper",
2410 replace = "github.com/spf13/viper",
2411 sum = "h1:yXHLWeravcrgGyFSyCgdYpXQ9dR9c/WED3pg1RhxqEU=",
2412 version = "v1.4.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002413 )
2414 go_repository(
2415 name = "com_github_stackexchange_wmi",
2416 commit = "cbe66965904dbe8a6cd589e2298e5d8b986bd7dd",
2417 importpath = "github.com/stackexchange/wmi",
2418 build_naming_convention = "go_default_library",
2419 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002420 go_repository(
2421 name = "com_github_storageos_go_api",
2422 importpath = "github.com/storageos/go-api",
2423 replace = "github.com/storageos/go-api",
2424 sum = "h1:n+WYaU0kQ6WIiuEyWSgbXqkBx16irO69kYCtwVYoO5s=",
2425 version = "v0.0.0-20180912212459-343b3eff91fc",
2426 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002427
2428 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002429 name = "com_github_stretchr_objx",
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/objx",
2432 replace = "github.com/stretchr/objx",
2433 sum = "h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=",
2434 version = "v0.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002435 )
2436
2437 go_repository(
2438 name = "com_github_stretchr_testify",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002439 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002440 importpath = "github.com/stretchr/testify",
2441 replace = "github.com/stretchr/testify",
2442 sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=",
2443 version = "v1.4.0",
2444 )
2445 go_repository(
2446 name = "com_github_syndtr_gocapability",
2447 importpath = "github.com/syndtr/gocapability",
2448 replace = "github.com/syndtr/gocapability",
2449 sum = "h1:b6uOv7YOFK0TYG7HtkIgExQo+2RdLuwRft63jn2HWj8=",
2450 version = "v0.0.0-20180916011248-d98352740cb2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002451 )
2452
2453 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002454 name = "com_github_technoweenie_multipartstreamer",
2455 commit = "a90a01d73ae432e2611d178c18367fbaa13e0154",
2456 importpath = "github.com/technoweenie/multipartstreamer",
2457 build_naming_convention = "go_default_library",
2458 )
2459 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002460 name = "com_github_thecodeteam_goscaleio",
2461 importpath = "github.com/thecodeteam/goscaleio",
2462 replace = "github.com/thecodeteam/goscaleio",
2463 sum = "h1:SB5tO98lawC+UK8ds/U2jyfOCH7GTcFztcF5x9gbut4=",
2464 version = "v0.1.0",
2465 )
2466 go_repository(
2467 name = "com_github_tidwall_pretty",
2468 importpath = "github.com/tidwall/pretty",
2469 replace = "github.com/tidwall/pretty",
2470 sum = "h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=",
2471 version = "v1.0.0",
2472 )
2473
2474 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002475 name = "com_github_tmc_grpc_websocket_proxy",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002476 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002477 importpath = "github.com/tmc/grpc-websocket-proxy",
2478 replace = "github.com/tmc/grpc-websocket-proxy",
2479 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
2480 version = "v0.0.0-20190109142713-0ad062ec5ee5",
2481 )
2482 go_repository(
2483 name = "com_github_ugorji_go",
2484 importpath = "github.com/ugorji/go",
2485 replace = "github.com/ugorji/go",
2486 sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=",
2487 version = "v1.1.4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002488 )
2489
2490 go_repository(
2491 name = "com_github_ugorji_go_codec",
2492 commit = "d75b2dcb6bc8",
2493 importpath = "github.com/ugorji/go/codec",
2494 build_naming_convention = "go_default_library",
2495 )
2496
2497 go_repository(
2498 name = "com_github_ulule_limiter_v3",
2499 commit = "6911899e37a5788df86f770b3f85c1c3eb0313d5",
2500 importpath = "github.com/ulule/limiter/v3",
2501 build_naming_convention = "go_default_library",
2502 remote = "https://github.com/ulule/limiter",
2503 vcs = "git",
2504 )
2505 go_repository(
2506 name = "com_github_urfave_cli",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002507 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002508 importpath = "github.com/urfave/cli",
2509 replace = "github.com/urfave/cli",
2510 sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=",
2511 version = "v1.22.2",
2512 )
2513 go_repository(
2514 name = "com_github_urfave_negroni",
2515 importpath = "github.com/urfave/negroni",
2516 replace = "github.com/urfave/negroni",
2517 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=",
2518 version = "v1.0.0",
2519 )
2520 go_repository(
2521 name = "com_github_vektah_gqlparser",
2522 importpath = "github.com/vektah/gqlparser",
2523 replace = "github.com/vektah/gqlparser",
2524 sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=",
2525 version = "v1.1.2",
2526 )
2527 go_repository(
2528 name = "com_github_vishvananda_netlink",
2529 importpath = "github.com/vishvananda/netlink",
2530 replace = "github.com/vishvananda/netlink",
2531 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
2532 version = "v1.1.0",
2533 )
2534 go_repository(
2535 name = "com_github_vishvananda_netns",
2536 importpath = "github.com/vishvananda/netns",
2537 replace = "github.com/vishvananda/netns",
2538 sum = "h1:mjAZxE1nh8yvuwhGHpdDqdhtNu2dgbpk93TwoXuk5so=",
2539 version = "v0.0.0-20200520041808-52d707b772fe",
2540 )
2541 go_repository(
2542 name = "com_github_vmware_govmomi",
2543 importpath = "github.com/vmware/govmomi",
2544 replace = "github.com/vmware/govmomi",
2545 sum = "h1:gpw/0Ku+6RgF3jsi7fnCLmlcikBHfKBCUcu1qgc16OU=",
2546 version = "v0.20.3",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002547 )
2548
2549 go_repository(
2550 name = "com_github_xanzy_ssh_agent",
2551 commit = "6a3e2ff9e7c564f36873c2e36413f634534f1c44",
2552 importpath = "github.com/xanzy/ssh-agent",
2553 build_naming_convention = "go_default_library",
2554 )
2555 go_repository(
2556 name = "com_github_xiang90_probing",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002557 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002558 importpath = "github.com/xiang90/probing",
2559 replace = "github.com/xiang90/probing",
2560 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
2561 version = "v0.0.0-20190116061207-43a291ad63a2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002562 )
2563
2564 go_repository(
2565 name = "com_github_xlab_handysort",
2566 commit = "fb3537ed64a1",
2567 importpath = "github.com/xlab/handysort",
2568 build_naming_convention = "go_default_library",
2569 )
2570
2571 go_repository(
2572 name = "com_github_xordataexchange_crypt",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002573 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002574 importpath = "github.com/xordataexchange/crypt",
2575 replace = "github.com/xordataexchange/crypt",
2576 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
2577 version = "v0.0.3-0.20170626215501-b2862e3d0a77",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002578 )
2579
2580 go_repository(
2581 name = "com_github_yuin_goldmark",
2582 importpath = "github.com/yuin/goldmark",
2583 build_naming_convention = "go_default_library",
2584 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=",
2585 version = "v1.2.1",
2586 )
2587 go_repository(
2588 name = "com_github_ziutek_telnet",
2589 commit = "c3b780dc415b28894076b4ec975ea3ea69e3980f",
2590 importpath = "github.com/ziutek/telnet",
2591 build_naming_convention = "go_default_library",
2592 )
2593
2594 go_repository(
2595 name = "com_google_cloud_go",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002596 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002597 importpath = "cloud.google.com/go",
2598 replace = "cloud.google.com/go",
2599 sum = "h1:PvKAVQWCtlGUSlZkGW3QLelKaWq7KYv/MW1EboG8bfM=",
2600 version = "v0.51.0",
2601 )
2602 go_repository(
2603 name = "com_google_cloud_go_bigquery",
2604 importpath = "cloud.google.com/go/bigquery",
2605 replace = "cloud.google.com/go/bigquery",
2606 sum = "h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=",
2607 version = "v1.0.1",
2608 )
2609 go_repository(
2610 name = "com_google_cloud_go_datastore",
2611 importpath = "cloud.google.com/go/datastore",
2612 replace = "cloud.google.com/go/datastore",
2613 sum = "h1:Kt+gOPPp2LEPWp8CSfxhsM8ik9CcyE/gYu+0r+RnZvM=",
2614 version = "v1.0.0",
2615 )
2616 go_repository(
2617 name = "com_google_cloud_go_pubsub",
2618 importpath = "cloud.google.com/go/pubsub",
2619 replace = "cloud.google.com/go/pubsub",
2620 sum = "h1:W9tAK3E57P75u0XLLR82LZyw8VpAnhmyTOxW9qzmyj8=",
2621 version = "v1.0.1",
2622 )
2623 go_repository(
2624 name = "com_google_cloud_go_storage",
2625 importpath = "cloud.google.com/go/storage",
2626 replace = "cloud.google.com/go/storage",
2627 sum = "h1:VV2nUM3wwLLGh9lSABFgZMjInyUbJeaRSE64WuAIQ+4=",
2628 version = "v1.0.0",
2629 )
2630 go_repository(
2631 name = "com_shuralyov_dmitri_gpu_mtl",
2632 importpath = "dmitri.shuralyov.com/gpu/mtl",
2633 replace = "dmitri.shuralyov.com/gpu/mtl",
2634 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
2635 version = "v0.0.0-20190408044501-666a987793e9",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002636 )
2637
2638 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002639 name = "in_gopkg_airbrake_gobrake_v2",
2640 importpath = "gopkg.in/airbrake/gobrake.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002641 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002642 tag = "v2.0.9",
2643 )
2644
2645 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002646 name = "in_gopkg_alecthomas_kingpin_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002647 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002648 importpath = "gopkg.in/alecthomas/kingpin.v2",
2649 replace = "gopkg.in/alecthomas/kingpin.v2",
2650 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
2651 version = "v2.2.6",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002652 )
2653 go_repository(
2654 name = "in_gopkg_asn1_ber_v1",
2655 commit = "f715ec2f112d1e4195b827ad68cf44017a3ef2b1",
2656 importpath = "gopkg.in/asn1-ber.v1",
2657 build_naming_convention = "go_default_library",
2658 )
2659
2660 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002661 name = "in_gopkg_check_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002662 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002663 importpath = "gopkg.in/check.v1",
2664 replace = "gopkg.in/check.v1",
2665 sum = "h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=",
2666 version = "v1.0.0-20190902080502-41f04d3bba15",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002667 )
2668
2669 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002670 name = "in_gopkg_cheggaaa_pb_v1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002671 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002672 importpath = "gopkg.in/cheggaaa/pb.v1",
2673 replace = "gopkg.in/cheggaaa/pb.v1",
2674 sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=",
2675 version = "v1.0.25",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002676 )
2677 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002678 name = "in_gopkg_errgo_v2",
2679 importpath = "gopkg.in/errgo.v2",
2680 replace = "gopkg.in/errgo.v2",
2681 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
2682 version = "v2.1.0",
2683 )
2684
2685 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002686 name = "in_gopkg_fsnotify_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002687 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002688 importpath = "gopkg.in/fsnotify.v1",
2689 replace = "gopkg.in/fsnotify.v1",
2690 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
2691 version = "v1.4.7",
2692 )
2693 go_repository(
2694 name = "in_gopkg_gcfg_v1",
2695 importpath = "gopkg.in/gcfg.v1",
2696 replace = "gopkg.in/gcfg.v1",
2697 sum = "h1:0HIbH907iBTAntm+88IJV2qmJALDAh8sPekI9Vc1fm0=",
2698 version = "v1.2.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002699 )
2700
2701 go_repository(
2702 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
2703 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002704 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002705 tag = "v2.1.2",
2706 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002707 go_repository(
2708 name = "in_gopkg_inf_v0",
2709 importpath = "gopkg.in/inf.v0",
2710 build_naming_convention = "go_default_library",
2711 tag = "v0.9.1",
2712 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002713
2714 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002715 name = "in_gopkg_ini_v1",
2716 importpath = "gopkg.in/ini.v1",
2717 build_naming_convention = "go_default_library",
2718 sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=",
2719 version = "v1.62.0",
2720 )
2721 go_repository(
2722 name = "in_gopkg_irc_v3",
2723 commit = "d07dcb9293789fdc99c797d3499a5799bc343b86",
2724 importpath = "gopkg.in/irc.v3",
2725 build_naming_convention = "go_default_library",
2726 )
2727 go_repository(
2728 name = "in_gopkg_ldap_v3",
2729 commit = "9f0d712775a0973b7824a1585a86a4ea1d5263d9",
2730 importpath = "gopkg.in/ldap.v3",
2731 build_naming_convention = "go_default_library",
2732 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002733 go_repository(
2734 name = "in_gopkg_mcuadros_go_syslog_v2",
2735 importpath = "gopkg.in/mcuadros/go-syslog.v2",
2736 replace = "gopkg.in/mcuadros/go-syslog.v2",
2737 sum = "h1:60g8zx1BijSVSgLTzLCW9UC4/+i1Ih9jJ1DR5Tgp9vE=",
2738 version = "v2.2.1",
2739 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002740
2741 go_repository(
2742 name = "in_gopkg_natefinch_lumberjack_v2",
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/natefinch/lumberjack.v2",
2745 replace = "gopkg.in/natefinch/lumberjack.v2",
2746 sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
2747 version = "v2.0.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002748 )
2749
2750 go_repository(
2751 name = "in_gopkg_resty_v1",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002752 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002753 importpath = "gopkg.in/resty.v1",
2754 replace = "gopkg.in/resty.v1",
2755 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
2756 version = "v1.12.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002757 )
2758
2759 go_repository(
2760 name = "in_gopkg_russross_blackfriday_v2",
2761 commit = "d3b5b032dc8e8927d31a5071b56e14c89f045135",
2762 importpath = "gopkg.in/russross/blackfriday.v2",
2763 build_naming_convention = "go_default_library",
2764 )
2765 go_repository(
2766 name = "in_gopkg_square_go_jose_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002767 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002768 importpath = "gopkg.in/square/go-jose.v2",
2769 replace = "gopkg.in/square/go-jose.v2",
2770 sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=",
2771 version = "v2.2.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002772 )
2773 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002774 name = "in_gopkg_tomb_v1",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002775 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002776 importpath = "gopkg.in/tomb.v1",
2777 replace = "gopkg.in/tomb.v1",
2778 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
2779 version = "v1.0.0-20141024135613-dd632973f1e7",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002780 )
2781
2782 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002783 name = "in_gopkg_warnings_v0",
2784 commit = "ec4a0fea49c7b46c2aeb0b51aac55779c607e52b",
2785 importpath = "gopkg.in/warnings.v0",
2786 build_naming_convention = "go_default_library",
2787 )
2788 go_repository(
2789 name = "in_gopkg_yaml_v2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002790 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002791 importpath = "gopkg.in/yaml.v2",
2792 replace = "gopkg.in/yaml.v2",
2793 sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=",
2794 version = "v2.2.8",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002795 )
2796
2797 go_repository(
2798 name = "in_gopkg_yaml_v3",
2799 importpath = "gopkg.in/yaml.v3",
2800 build_naming_convention = "go_default_library",
2801 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=",
2802 version = "v3.0.0-20200615113413-eeeca48fe776",
2803 )
2804 go_repository(
2805 name = "io_etcd_go_bbolt",
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/bbolt",
2808 replace = "go.etcd.io/bbolt",
2809 sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
2810 version = "v1.3.5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002811 )
2812
2813 go_repository(
2814 name = "io_etcd_go_etcd",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002815 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002816 importpath = "go.etcd.io/etcd",
2817 replace = "go.etcd.io/etcd",
2818 sum = "h1:Gqga3zA9tdAcfqobUGjSoCob5L3f8Dt5EuOp3ihNZko=",
2819 version = "v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002820 )
2821 go_repository(
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00002822 name = "io_filippo_age",
2823 importpath = "filippo.io/age",
2824 sum = "h1:V6q14n0mqYU3qKFkZ6oOaF9oXneOviS3ubXsSVBRSzc=",
2825 version = "v1.0.0",
2826 )
2827 go_repository(
2828 name = "io_filippo_edwards25519",
2829 importpath = "filippo.io/edwards25519",
2830 sum = "h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=",
2831 version = "v1.0.0-rc.1",
2832 )
2833
2834 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002835 name = "io_k8s_api",
2836 build_file_proto_mode = "disable",
2837 importpath = "k8s.io/api",
2838 build_naming_convention = "go_default_library",
2839 sum = "h1:GN6ntFnv44Vptj/b+OnMW7FmzkpDoIDLZRvKX3XH9aU=",
2840 version = "v0.19.3",
2841 )
2842
2843 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002844 name = "io_k8s_apiextensions_apiserver",
2845 build_file_proto_mode = "disable",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002846 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002847 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002848 sum = "h1:WZxBypSHW4SdXHbdPTS/Jy7L2la6Niggs8BuU5o+avo=",
2849 version = "v0.19.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002850 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002851 go_repository(
2852 name = "io_k8s_apimachinery",
2853 build_file_proto_mode = "disable",
2854 importpath = "k8s.io/apimachinery",
2855 build_naming_convention = "go_default_library",
2856 patch_args = ["-p1"],
2857 patches = ["//third_party/go/k8s-apimachinery:fix-kubernetes-bug-87675.patch"],
2858 sum = "h1:bpIQXlKjB4cB/oNpnNnV+BybGPR7iP5oYpsOTEJ4hgc=",
2859 version = "v0.19.3",
2860 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002861
2862 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002863 name = "io_k8s_apiserver",
2864 importpath = "k8s.io/apiserver",
2865 build_naming_convention = "go_default_library",
2866 sum = "h1:H7KUbLD74rh8NOPMLBJPSEG3Djqcv6Zxn5Ud0AL5u/k=",
2867 version = "v0.19.3",
2868 )
2869
2870 go_repository(
2871 name = "io_k8s_cli_runtime",
2872 importpath = "k8s.io/cli-runtime",
2873 build_naming_convention = "go_default_library",
2874 sum = "h1:vZUTphJIvlh7+867cXiLmyzoCAuQdukbPLIad6eEajQ=",
2875 version = "v0.19.3",
2876 )
2877 go_repository(
2878 name = "io_k8s_client_go",
2879 build_extra_args = [
2880 "-known_import=github.com/Azure/go-autorest",
2881 "-known_import=github.com/googleapis/gnostic",
2882 ],
2883 importpath = "k8s.io/client-go",
2884 build_naming_convention = "go_default_library",
2885 sum = "h1:ctqR1nQ52NUs6LpI0w+a5U+xjYwflFwA13OJKcicMxg=",
2886 version = "v0.19.3",
2887 )
2888
2889 go_repository(
2890 name = "io_k8s_code_generator",
2891 importpath = "k8s.io/code-generator",
2892 build_naming_convention = "go_default_library",
2893 sum = "h1:fTrTpJ8PZog5oo6MmeZtveo89emjQZHiw0ieybz1RSs=",
2894 version = "v0.19.3",
2895 )
2896
2897 go_repository(
2898 name = "io_k8s_component_base",
2899 importpath = "k8s.io/component-base",
2900 build_naming_convention = "go_default_library",
2901 sum = "h1:c+DzDNAQFlaoyX+yv8YuWi8xmlQvvY5DnJGbaz5U74o=",
2902 version = "v0.19.3",
2903 )
2904
2905 go_repository(
2906 name = "io_k8s_gengo",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002907 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002908 importpath = "k8s.io/gengo",
2909 replace = "k8s.io/gengo",
2910 sum = "h1:t4L10Qfx/p7ASH3gXCdIUtPbbIuegCoUJf3TMSFekjw=",
2911 version = "v0.0.0-20200428234225-8167cfdcfc14",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002912 )
2913 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002914 name = "io_k8s_heapster",
2915 importpath = "k8s.io/heapster",
2916 replace = "k8s.io/heapster",
2917 sum = "h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84=",
2918 version = "v1.2.0-beta.1",
2919 )
2920
2921 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002922 name = "io_k8s_klog",
2923 importpath = "k8s.io/klog",
2924 build_naming_convention = "go_default_library",
2925 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
2926 version = "v1.0.0",
2927 )
2928
2929 go_repository(
2930 name = "io_k8s_klog_v2",
2931 importpath = "k8s.io/klog/v2",
2932 build_naming_convention = "go_default_library",
2933 sum = "h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=",
2934 version = "v2.4.0",
2935 )
2936 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002937 name = "io_k8s_kube_openapi",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002938 build_extra_args = ["-known_import=github.com/googleapis/gnostic"],
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002939 importpath = "k8s.io/kube-openapi",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00002940 build_naming_convention = "go_default_library",
Serge Bazanskic3f36e92020-11-03 19:34:42 +01002941 sum = "h1:mNpvQf4lkIHNOXCoM+Veu/UXwA56Yx1J7hY1Tvcs/oM=",
2942 version = "v0.0.0-20200923155610-8b5066479488",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02002943 )
2944
2945 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002946 name = "io_k8s_kubectl",
2947 importpath = "k8s.io/kubectl",
2948 build_naming_convention = "go_default_library",
2949 sum = "h1:T8IHHpg+uRIfn34wqJ8wHG5bbH+VV5FNPtJ+jKcho1U=",
2950 version = "v0.19.3",
2951 )
2952 go_repository(
2953 name = "io_k8s_kubernetes",
2954 importpath = "k8s.io/kubernetes",
2955 build_naming_convention = "go_default_library",
2956 patch_args = ["-p1"],
2957 patches = ["//third_party/go/kubernetes:build.patch"],
2958 sum = "h1:V6ohBHSxTkrPRyfVp8tbdEsgi9nfVN49xlUVkQseass=",
2959 version = "v1.19.3",
2960 )
2961
2962 go_repository(
2963 name = "io_k8s_metrics",
2964 build_file_proto_mode = "disable",
2965 importpath = "k8s.io/metrics",
2966 build_naming_convention = "go_default_library",
2967 sum = "h1:p/goUqtdCslX76mSNowzZkNxiKzNRQW4bUP02U34+QQ=",
2968 version = "v0.19.3",
2969 )
2970 go_repository(
2971 name = "io_k8s_repo_infra",
2972 commit = "df02ded38f9506e5bbcbf21702034b4fef815f2f",
2973 importpath = "k8s.io/repo-infra",
2974 build_naming_convention = "go_default_library",
2975 )
2976
2977 go_repository(
2978 name = "io_k8s_sigs_kustomize",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002979 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002980 importpath = "sigs.k8s.io/kustomize",
2981 replace = "sigs.k8s.io/kustomize",
2982 sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=",
2983 version = "v2.0.3+incompatible",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002984 )
2985
2986 go_repository(
2987 name = "io_k8s_sigs_structured_merge_diff",
2988 commit = "b1b620dd3f06",
2989 importpath = "sigs.k8s.io/structured-merge-diff",
2990 build_naming_convention = "go_default_library",
2991 )
2992
2993 go_repository(
2994 name = "io_k8s_sigs_structured_merge_diff_v4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002995 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01002996 importpath = "sigs.k8s.io/structured-merge-diff/v4",
2997 replace = "sigs.k8s.io/structured-merge-diff/v4",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00002998 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
2999 version = "v4.0.1",
3000 )
3001 go_repository(
3002 name = "io_k8s_sigs_yaml",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003003 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003004 importpath = "sigs.k8s.io/yaml",
3005 replace = "sigs.k8s.io/yaml",
3006 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
3007 version = "v1.2.0",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003008 )
3009 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003010 name = "io_k8s_system_validators",
3011 importpath = "k8s.io/system-validators",
3012 replace = "k8s.io/system-validators",
3013 sum = "h1:0xzEb0PqnDnUOuf/2E/gaJBOBN7j+qf0LIn12jw3oc4=",
3014 version = "v1.1.2",
3015 )
3016
3017 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003018 name = "io_k8s_utils",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003019 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003020 importpath = "k8s.io/utils",
3021 replace = "k8s.io/utils",
3022 sum = "h1:uJmqzgNWG7XyClnU/mLPBWwfKKF1K8Hf8whTseBgJcg=",
3023 version = "v0.0.0-20200729134348-d5654de09c73",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003024 )
3025
3026 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003027 name = "io_opencensus_go",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003028 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003029 importpath = "go.opencensus.io",
3030 replace = "go.opencensus.io",
3031 sum = "h1:75k/FF0Q2YM8QYo07VPddOLBslDt1MZOdEslOHvmzAs=",
3032 version = "v0.22.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003033 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003034 go_repository(
3035 name = "io_opencensus_go_contrib_exporter_ocagent",
3036 importpath = "contrib.go.opencensus.io/exporter/ocagent",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003037 build_naming_convention = "go_default_library",
Serge Bazanski301435f2020-11-03 21:13:44 +01003038 sum = "h1:BEfdCTXfMV30tLZD8c9n64V/tIZX5+9sXiuFLnrr1k8=",
3039 version = "v0.7.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003040 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003041 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003042 name = "io_rsc_pdf",
3043 importpath = "rsc.io/pdf",
3044 replace = "rsc.io/pdf",
3045 sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
3046 version = "v0.1.1",
3047 )
Serge Bazanski8100a2d2023-07-24 14:13:16 +00003048 go_repository(
3049 name = "ml_vbom_util",
3050 importpath = "github.com/fvbommel/util",
3051 sum = "h1:/uQiVCCb9QGbBGf51tcx2D6Poi+Op2UpU+6qGP5nEdk=",
3052 version = "v0.0.3",
3053 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003054
3055 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003056 name = "ml_vbom_util_sortorder",
3057 commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
3058 importpath = "vbom.ml/util/sortorder",
3059 build_naming_convention = "go_default_library",
3060 remote = "https://github.com/fvbommel/sortorder",
3061 vcs = "git",
3062 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003063
3064 go_repository(
3065 name = "org_apache_git_thrift_git",
3066 commit = "9b75e4fe745a",
3067 importpath = "git.apache.org/thrift.git",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003068 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003069 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003070 go_repository(
3071 name = "org_bitbucket_bertimus9_systemstat",
3072 importpath = "bitbucket.org/bertimus9/systemstat",
3073 replace = "bitbucket.org/bertimus9/systemstat",
3074 sum = "h1:N9r8OBSXAgEUfho3SQtZLY8zo6E1OdOMvelvP22aVFc=",
3075 version = "v0.0.0-20180207000608-0eeff89b0690",
3076 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003077
3078 go_repository(
3079 name = "org_golang_google_api",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003080 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003081 importpath = "google.golang.org/api",
3082 replace = "google.golang.org/api",
3083 sum = "h1:5mMS6mYvK5LVB8+ujVBC33Y8gltBo/kT6HBm6kU80G4=",
3084 version = "v0.15.1",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003085 )
3086
3087 go_repository(
3088 name = "org_golang_google_appengine",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003089 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003090 importpath = "google.golang.org/appengine",
3091 replace = "google.golang.org/appengine",
3092 sum = "h1:tycE03LOZYQNhDpS27tcQdAzLCVMaj7QT2SXxebnpCM=",
3093 version = "v1.6.5",
3094 )
3095 go_repository(
3096 name = "org_golang_google_genproto",
3097 importpath = "google.golang.org/genproto",
3098 replace = "google.golang.org/genproto",
3099 sum = "h1:+kGHl1aib/qcwaRi1CbqBZ1rk19r85MNUf8HaBghugY=",
3100 version = "v0.0.0-20200526211855-cb27e3aa2013",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003101 )
3102
3103 go_repository(
3104 name = "org_golang_google_grpc",
3105 importpath = "google.golang.org/grpc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003106 build_naming_convention = "go_default_library",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003107 tag = "v1.29.1",
3108 )
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003109 go_repository(
3110 name = "org_golang_google_protobuf",
3111 importpath = "google.golang.org/protobuf",
3112 replace = "google.golang.org/protobuf",
3113 sum = "h1:UhZDfRO8JRQru4/+LlLE0BRKGF8L+PICnvYZmx/fEGA=",
3114 version = "v1.24.0",
3115 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003116
3117 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003118 name = "org_golang_x_exp",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003119 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003120 importpath = "golang.org/x/exp",
3121 replace = "golang.org/x/exp",
3122 sum = "h1:zQpM52jfKHG6II1ISZY1ZcpygvuSFZpLwfluuF89XOg=",
3123 version = "v0.0.0-20191227195350-da58074b4299",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003124 )
3125
3126 go_repository(
3127 name = "org_golang_x_image",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003128 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003129 importpath = "golang.org/x/image",
3130 replace = "golang.org/x/image",
3131 sum = "h1:+qEpEAPhDZ1o0x3tHzZTQDArnOixOzGD9HUJfcg0mb4=",
3132 version = "v0.0.0-20190802002840-cff245a6509b",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003133 )
3134 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003135 name = "org_golang_x_lint",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003136 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003137 importpath = "golang.org/x/lint",
3138 replace = "golang.org/x/lint",
3139 sum = "h1:J5lckAjkw6qYlOZNj90mLYNTEKDvWeuc1yieZ8qUzUE=",
3140 version = "v0.0.0-20191125180803-fdd1cda4f05f",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003141 )
3142
3143 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003144 name = "org_golang_x_mobile",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003145 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003146 importpath = "golang.org/x/mobile",
3147 replace = "golang.org/x/mobile",
3148 sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=",
3149 version = "v0.0.0-20190719004257-d2bd2a29d028",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003150 )
3151 go_repository(
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003152 name = "org_golang_x_mod",
3153 importpath = "golang.org/x/mod",
3154 replace = "golang.org/x/mod",
3155 sum = "h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=",
3156 version = "v0.3.0",
3157 )
3158
3159 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003160 name = "org_golang_x_net",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003161 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003162 importpath = "golang.org/x/net",
3163 replace = "golang.org/x/net",
3164 sum = "h1:VXak5I6aEWmAXeQjA+QSZzlgNrpq9mjcfDemuexIKsU=",
3165 version = "v0.0.0-20200707034311-ab3426394381",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003166 )
3167
3168 go_repository(
3169 name = "org_golang_x_oauth2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003170 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003171 importpath = "golang.org/x/oauth2",
3172 replace = "golang.org/x/oauth2",
3173 sum = "h1:pE8b58s1HRDMi8RDc79m0HISf9D4TzseP40cEA6IGfs=",
3174 version = "v0.0.0-20191202225959-858c2ad4c8b6",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003175 )
3176
3177 go_repository(
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003178 name = "org_golang_x_sync",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003179 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003180 importpath = "golang.org/x/sync",
3181 replace = "golang.org/x/sync",
3182 sum = "h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY=",
3183 version = "v0.0.0-20190911185100-cd5d95a43a6e",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003184 )
3185
3186 go_repository(
3187 name = "org_golang_x_sys",
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/sys",
3190 replace = "golang.org/x/sys",
3191 sum = "h1:5/PjkGUjvEU5Gl6BxmvKRPpqo2uNMv4rcHBMwzk/st8=",
3192 version = "v0.0.0-20200622214017-ed371f2e16b4",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003193 )
Serge Bazanski3e2a5a52021-10-07 19:12:27 +00003194 go_repository(
3195 name = "org_golang_x_term",
3196 importpath = "golang.org/x/term",
3197 sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=",
3198 version = "v0.0.0-20210927222741-03fcf44c2211",
3199 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003200
3201 go_repository(
3202 name = "org_golang_x_text",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003203 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003204 importpath = "golang.org/x/text",
3205 replace = "golang.org/x/text",
3206 sum = "h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=",
3207 version = "v0.3.3",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003208 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003209 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003210 name = "org_golang_x_time",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003211 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003212 importpath = "golang.org/x/time",
3213 replace = "golang.org/x/time",
3214 sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=",
3215 version = "v0.0.0-20191024005414-555d28b269f0",
3216 )
3217 go_repository(
3218 name = "org_golang_x_tools",
3219 importpath = "golang.org/x/tools",
3220 replace = "golang.org/x/tools",
3221 sum = "h1:HHeAlu5H9b71C+Fx0K+1dGgVFN1DM1/wz4aoGOA5qS8=",
3222 version = "v0.0.0-20200616133436-c1934b75d054",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003223 )
3224
3225 go_repository(
3226 name = "org_golang_x_xerrors",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003227 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003228 importpath = "golang.org/x/xerrors",
3229 replace = "golang.org/x/xerrors",
3230 sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=",
3231 version = "v0.0.0-20191204190536-9bdfabe68543",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003232 )
3233
3234 go_repository(
3235 name = "org_gonum_v1_gonum",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003236 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003237 importpath = "gonum.org/v1/gonum",
3238 replace = "gonum.org/v1/gonum",
3239 sum = "h1:4r+yNT0+8SWcOkXP+63H2zQbN+USnC73cjGUxnDF94Q=",
3240 version = "v0.6.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003241 )
3242
3243 go_repository(
3244 name = "org_gonum_v1_netlib",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003245 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003246 importpath = "gonum.org/v1/netlib",
3247 replace = "gonum.org/v1/netlib",
3248 sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=",
3249 version = "v0.0.0-20190331212654-76723241ea4e",
3250 )
3251 go_repository(
3252 name = "org_gonum_v1_plot",
3253 importpath = "gonum.org/v1/plot",
3254 replace = "gonum.org/v1/plot",
3255 sum = "h1:Qh4dB5D/WpoUUp3lSod7qgoyEHbDGPUWjIbnqdqqe1k=",
3256 version = "v0.0.0-20190515093506-e2840ee46a6b",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003257 )
3258
3259 go_repository(
3260 name = "org_modernc_cc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003261 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003262 importpath = "modernc.org/cc",
3263 replace = "modernc.org/cc",
3264 sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=",
3265 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003266 )
3267
3268 go_repository(
3269 name = "org_modernc_golex",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003270 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003271 importpath = "modernc.org/golex",
3272 replace = "modernc.org/golex",
3273 sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=",
3274 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003275 )
3276
3277 go_repository(
3278 name = "org_modernc_mathutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003279 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003280 importpath = "modernc.org/mathutil",
3281 replace = "modernc.org/mathutil",
3282 sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=",
3283 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003284 )
3285
3286 go_repository(
3287 name = "org_modernc_strutil",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003288 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003289 importpath = "modernc.org/strutil",
3290 replace = "modernc.org/strutil",
3291 sum = "h1:XVFtQwFVwc02Wk+0L/Z/zDDXO81r5Lhe6iMKmGX3KhE=",
3292 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003293 )
3294
3295 go_repository(
3296 name = "org_modernc_xc",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003297 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003298 importpath = "modernc.org/xc",
3299 replace = "modernc.org/xc",
3300 sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=",
3301 version = "v1.0.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003302 )
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003303 go_repository(
3304 name = "org_mongodb_go_mongo_driver",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003305 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003306 importpath = "go.mongodb.org/mongo-driver",
3307 replace = "go.mongodb.org/mongo-driver",
3308 sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=",
3309 version = "v1.1.2",
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003310 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003311
3312 go_repository(
3313 name = "org_uber_go_atomic",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003314 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003315 importpath = "go.uber.org/atomic",
3316 replace = "go.uber.org/atomic",
3317 sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=",
3318 version = "v1.4.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003319 )
3320
3321 go_repository(
3322 name = "org_uber_go_multierr",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003323 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003324 importpath = "go.uber.org/multierr",
3325 replace = "go.uber.org/multierr",
3326 sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=",
3327 version = "v1.1.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003328 )
3329
3330 go_repository(
3331 name = "org_uber_go_zap",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003332 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003333 importpath = "go.uber.org/zap",
3334 replace = "go.uber.org/zap",
3335 sum = "h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM=",
3336 version = "v1.10.0",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003337 )
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003338 go_repository(
Serge Bazanskid01f9e52021-10-07 19:24:31 +00003339 name = "tools_gotest",
Serge Bazanskic35d52b2021-08-30 18:19:10 +00003340 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003341 importpath = "gotest.tools",
3342 replace = "gotest.tools",
3343 sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
3344 version = "v2.2.0+incompatible",
3345 )
3346 go_repository(
3347 name = "tools_gotest_v3",
Serge Bazanski8100a2d2023-07-24 14:13:16 +00003348 build_naming_convention = "go_default_library",
Patryk Jakuszew28742b82022-11-26 21:33:38 +01003349 importpath = "gotest.tools/v3",
3350 replace = "gotest.tools/v3",
3351 sum = "h1:kG1BFyqVHuQoVQiR1bWGnfz/fmHvvuiSPIV7rvl360E=",
3352 version = "v3.0.2",
Sergiusz Bazanski0c3b9a52020-06-21 01:26:22 +02003353 )