blob: 01a14f8c5c98fd39387f759eabdb28f61408c79f [file] [log] [blame]
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001load("@bazel_gazelle//:deps.bzl", "go_repository")
2
3def go_repositories():
4 go_repository(
5 name = "co_honnef_go_tools",
6 importpath = "honnef.co/go/tools",
Kevin Lubickacab9112022-02-28 08:56:47 -05007 sum = "h1:UoveltGrhghAA7ePc+e+QYDHXrBps2PqFZiHkGR/xK8=",
8 version = "v0.0.1-2020.1.4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05009 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050010
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050011 go_repository(
12 name = "com_github_a8m_envsubst",
13 importpath = "github.com/a8m/envsubst",
14 sum = "h1:yvzAhJD2QKdo35Ut03wIfXQmg+ta3wC/1bskfZynz+Q=",
15 version = "v1.2.0",
16 )
17 go_repository(
18 name = "com_github_aclements_go_gg",
19 importpath = "github.com/aclements/go-gg",
20 sum = "h1:KJgh99JlYRhfgHtb7XyhAZSJMdfkjVmo3PP7XO1/HO8=",
21 version = "v0.0.0-20170323211221-abd1f791f5ee",
22 )
23 go_repository(
24 name = "com_github_aclements_go_moremath",
25 importpath = "github.com/aclements/go-moremath",
26 sum = "h1:a7+Y8VlXRC2VX5ue6tpCutr4PsrkRkWWVZv4zqfaHuc=",
27 version = "v0.0.0-20190830160640-d16893ddf098",
28 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050029
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050030 go_repository(
31 name = "com_github_ajstarks_deck",
32 importpath = "github.com/ajstarks/deck",
33 sum = "h1:30XVZzSxUv+pE25mnlAL5nW/KsUDBmldePggLIAEJgk=",
34 version = "v0.0.0-20191009173945-82d717002242",
35 )
36 go_repository(
37 name = "com_github_ajstarks_svgo",
38 importpath = "github.com/ajstarks/svgo",
39 sum = "h1:kZegOsPGxfV9mM8WzfllNZOx3MvM5zItmhQlvITKVvA=",
40 version = "v0.0.0-20190826172357-de52242f3d65",
41 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050042
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050043 go_repository(
44 name = "com_github_alcortesm_tgz",
45 importpath = "github.com/alcortesm/tgz",
46 sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=",
47 version = "v0.0.0-20161220082320-9c5fe88206d7",
48 )
49 go_repository(
50 name = "com_github_alecthomas_jsonschema",
51 importpath = "github.com/alecthomas/jsonschema",
52 sum = "h1:mT8qSzuyEAkxbv4GBln7yeuQZpBnfikr3PTuiPs6Z3k=",
53 version = "v0.0.0-20210526225647-edb03dcab7bc",
54 )
55 go_repository(
56 name = "com_github_alecthomas_template",
57 importpath = "github.com/alecthomas/template",
58 sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
59 version = "v0.0.0-20190718012654-fb15b899a751",
60 )
61 go_repository(
62 name = "com_github_alecthomas_units",
63 importpath = "github.com/alecthomas/units",
64 sum = "h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E=",
65 version = "v0.0.0-20190924025748-f65c72e2690d",
66 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050067
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050068 go_repository(
69 name = "com_github_andybalholm_cascadia",
70 importpath = "github.com/andybalholm/cascadia",
71 sum = "h1:vuRCkM5Ozh/BfmsaTm26kbjm0mIOM3yS5Ek/F5h18aE=",
72 version = "v1.2.0",
73 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050074
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050075 go_repository(
76 name = "com_github_anmitsu_go_shlex",
77 importpath = "github.com/anmitsu/go-shlex",
78 sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=",
79 version = "v0.0.0-20161002113705-648efa622239",
80 )
81 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -040082 name = "com_github_antihax_optional",
83 importpath = "github.com/antihax/optional",
84 sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
85 version = "v1.0.0",
86 )
87
88 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050089 name = "com_github_apache_arrow_go_arrow",
90 importpath = "github.com/apache/arrow/go/arrow",
91 sum = "h1:5ultmol0yeX75oh1hY78uAFn3dupBQ/QUNxERCkiaUQ=",
92 version = "v0.0.0-20200601151325-b2287a20f230",
93 )
Joe Gregorio3b8de102023-02-13 10:20:19 -050094
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -050095 go_repository(
96 name = "com_github_armon_circbuf",
97 importpath = "github.com/armon/circbuf",
98 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
99 version = "v0.0.0-20150827004946-bbbad097214e",
100 )
101 go_repository(
102 name = "com_github_armon_consul_api",
103 importpath = "github.com/armon/consul-api",
104 sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
105 version = "v0.0.0-20180202201655-eb2c6b5be1b6",
106 )
107 go_repository(
108 name = "com_github_armon_go_metrics",
109 importpath = "github.com/armon/go-metrics",
Kevin Lubick4a621312022-04-28 08:33:37 -0400110 sum = "h1:FR+drcQStOe+32sYyJYyZ7FIdgoGGBnwLl+flodp8Uo=",
111 version = "v0.3.10",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500112 )
113 go_repository(
114 name = "com_github_armon_go_radix",
115 importpath = "github.com/armon/go-radix",
Kevin Lubick4a621312022-04-28 08:33:37 -0400116 sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=",
117 version = "v1.0.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500118 )
119 go_repository(
120 name = "com_github_armon_go_socks5",
121 importpath = "github.com/armon/go-socks5",
122 sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=",
123 version = "v0.0.0-20160902184237-e75332964ef5",
124 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500125
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500126 go_repository(
127 name = "com_github_asaskevich_govalidator",
128 importpath = "github.com/asaskevich/govalidator",
129 sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=",
130 version = "v0.0.0-20190424111038-f61b66f89f4a",
131 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500132
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500133 go_repository(
134 name = "com_github_aws_aws_sdk_go",
135 importpath = "github.com/aws/aws-sdk-go",
136 sum = "h1:Gka1bopihF2e9XFhuVZPrgafmOFpCsRtAPMYLp/0AfA=",
137 version = "v1.35.18",
138 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500139
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500140 go_repository(
141 name = "com_github_azure_go_ansiterm",
142 importpath = "github.com/Azure/go-ansiterm",
Eric Borene5e32482022-10-18 10:42:17 -0400143 sum = "h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=",
144 version = "v0.0.0-20210617225240-d185dfc1b5a1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500145 )
146 go_repository(
147 name = "com_github_azure_go_autorest",
148 importpath = "github.com/Azure/go-autorest",
149 sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
150 version = "v14.2.0+incompatible",
151 )
152 go_repository(
153 name = "com_github_azure_go_autorest_autorest",
154 importpath = "github.com/Azure/go-autorest/autorest",
Eric Borene5e32482022-10-18 10:42:17 -0400155 sum = "h1:90Y4srNYrwOtAgVo3ndrQkTYn6kf1Eg/AjTFJ8Is2aM=",
156 version = "v0.11.18",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500157 )
158 go_repository(
159 name = "com_github_azure_go_autorest_autorest_adal",
160 importpath = "github.com/Azure/go-autorest/autorest/adal",
Eric Borene5e32482022-10-18 10:42:17 -0400161 sum = "h1:Mp5hbtOePIzM8pJVRa3YLrWWmZtoxRXqUEzCfJt3+/Q=",
162 version = "v0.9.13",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500163 )
164 go_repository(
165 name = "com_github_azure_go_autorest_autorest_date",
166 importpath = "github.com/Azure/go-autorest/autorest/date",
167 sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
168 version = "v0.3.0",
169 )
170 go_repository(
171 name = "com_github_azure_go_autorest_autorest_mocks",
172 importpath = "github.com/Azure/go-autorest/autorest/mocks",
173 sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=",
174 version = "v0.4.1",
175 )
176 go_repository(
177 name = "com_github_azure_go_autorest_logger",
178 importpath = "github.com/Azure/go-autorest/logger",
Eric Borene5e32482022-10-18 10:42:17 -0400179 sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=",
180 version = "v0.2.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500181 )
182 go_repository(
183 name = "com_github_azure_go_autorest_tracing",
184 importpath = "github.com/Azure/go-autorest/tracing",
185 sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
186 version = "v0.6.0",
187 )
188 go_repository(
189 name = "com_github_bazelbuild_bazel_gazelle",
190 importpath = "github.com/bazelbuild/bazel-gazelle",
191 sum = "h1:Ks6YN+WkOv2lYWlvf7ksxUpLvrDbBHPBXXUrBFQ3BZM=",
192 version = "v0.23.0",
193 )
194 go_repository(
195 name = "com_github_bazelbuild_buildtools",
196 importpath = "github.com/bazelbuild/buildtools",
197 sum = "h1:a+J2VBrlAmgdb1eXDTFxdoPA/wA/L2+33DcdfzhnhXM=",
198 version = "v0.0.0-20201102150426-f0f162f0456b",
199 )
200 go_repository(
201 name = "com_github_bazelbuild_remote_apis",
202 importpath = "github.com/bazelbuild/remote-apis",
203 sum = "h1:/EMHYfINZDLrrr4f72+MxCYvmJ9EYcL8PYbQFHrnm38=",
204 version = "v0.0.0-20201209220655-9e72daff42c9",
205 )
206 go_repository(
207 name = "com_github_bazelbuild_remote_apis_sdks",
208 importpath = "github.com/bazelbuild/remote-apis-sdks",
209 sum = "h1:T8tt5LPzm/nE/+DdopIs+6qOOAUNme01K7+d5y5lkxc=",
210 version = "v0.0.0-20201120151053-8f976b9bf4fc",
211 )
212 go_repository(
213 name = "com_github_bazelbuild_rules_go",
214 importpath = "github.com/bazelbuild/rules_go",
Kevin Lubickacab9112022-02-28 08:56:47 -0500215 sum = "h1:wzbawlkLtl2ze9w/312NHZ84c7kpUCtlkD8HgFY27sw=",
216 version = "v0.0.0-20190719190356-6dae44dc5cab",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500217 )
218 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400219 name = "com_github_benbjohnson_clock",
220 importpath = "github.com/benbjohnson/clock",
221 sum = "h1:vkLuvpK4fmtSCuo60+yC63p7y0BmQ8gm5ZXGuBCJyXg=",
222 version = "v1.0.3",
223 )
224
225 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500226 name = "com_github_beorn7_perks",
227 importpath = "github.com/beorn7/perks",
228 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
229 version = "v1.0.1",
230 )
231 go_repository(
232 name = "com_github_bgentry_speakeasy",
233 importpath = "github.com/bgentry/speakeasy",
234 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
235 version = "v0.1.0",
236 )
237 go_repository(
238 name = "com_github_bitly_go_hostpool",
239 importpath = "github.com/bitly/go-hostpool",
240 sum = "h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY=",
241 version = "v0.0.0-20171023180738-a3a6125de932",
242 )
243 go_repository(
244 name = "com_github_bkaradzic_go_lz4",
245 importpath = "github.com/bkaradzic/go-lz4",
246 sum = "h1:RXc4wYsyz985CkXXeX04y4VnZFGG8Rd43pRaHsOXAKk=",
247 version = "v1.0.0",
248 )
249 go_repository(
250 name = "com_github_bketelsen_crypt",
251 importpath = "github.com/bketelsen/crypt",
252 sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=",
253 version = "v0.0.3-0.20200106085610-5cbc8cc4026c",
254 )
255 go_repository(
Kevin Lubick7c18d942022-04-08 11:26:02 -0400256 name = "com_github_blakesmith_ar",
257 importpath = "github.com/blakesmith/ar",
258 sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=",
259 version = "v0.0.0-20190502131153-809d4375e1fb",
260 )
261
262 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500263 name = "com_github_blang_semver",
264 importpath = "github.com/blang/semver",
265 sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=",
266 version = "v3.5.1+incompatible",
267 )
268 go_repository(
269 name = "com_github_bmatcuk_doublestar",
270 importpath = "github.com/bmatcuk/doublestar",
271 sum = "h1:oC24CykoSAB8zd7XgruHo33E0cHJf/WhQA/7BeXj+x0=",
272 version = "v1.2.2",
273 )
274 go_repository(
275 name = "com_github_bmizerany_assert",
276 importpath = "github.com/bmizerany/assert",
277 sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=",
278 version = "v0.0.0-20160611221934-b7ed37b82869",
279 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500280
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500281 go_repository(
282 name = "com_github_boombuler_barcode",
283 importpath = "github.com/boombuler/barcode",
284 sum = "h1:s1TvRnXwL2xJRaccrdcBQMZxq6X7DvsMogtmJeHDdrc=",
285 version = "v1.0.0",
286 )
287 go_repository(
288 name = "com_github_bradfitz_go_smtpd",
289 importpath = "github.com/bradfitz/go-smtpd",
290 sum = "h1:ckJgFhFWywOx+YLEMIJsTb+NV6NexWICk5+AMSuz3ss=",
291 version = "v0.0.0-20170404230938-deb6d6237625",
292 )
293 go_repository(
294 name = "com_github_bradfitz_gomemcache",
295 importpath = "github.com/bradfitz/gomemcache",
296 sum = "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=",
297 version = "v0.0.0-20190913173617-a41fca850d0b",
298 )
299 go_repository(
300 name = "com_github_burntsushi_toml",
301 importpath = "github.com/BurntSushi/toml",
302 sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
303 version = "v0.3.1",
304 )
305 go_repository(
306 name = "com_github_burntsushi_xgb",
307 importpath = "github.com/BurntSushi/xgb",
308 sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=",
309 version = "v0.0.0-20160522181843-27f122750802",
310 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500311
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500312 go_repository(
313 name = "com_github_cenkalti_backoff",
314 importpath = "github.com/cenkalti/backoff",
315 sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=",
316 version = "v2.2.1+incompatible",
317 )
318 go_repository(
319 name = "com_github_cenkalti_backoff_v4",
320 importpath = "github.com/cenkalti/backoff/v4",
Eric Borene5e32482022-10-18 10:42:17 -0400321 sum = "h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8UtC4=",
322 version = "v4.1.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500323 )
324 go_repository(
325 name = "com_github_census_instrumentation_opencensus_proto",
326 importpath = "github.com/census-instrumentation/opencensus-proto",
327 sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=",
328 version = "v0.3.0",
329 )
330 go_repository(
331 name = "com_github_cespare_xxhash",
332 importpath = "github.com/cespare/xxhash",
333 sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
334 version = "v1.1.0",
335 )
336 go_repository(
337 name = "com_github_cespare_xxhash_v2",
338 importpath = "github.com/cespare/xxhash/v2",
Kevin Lubick4a621312022-04-28 08:33:37 -0400339 sum = "h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=",
340 version = "v2.1.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500341 )
342 go_repository(
343 name = "com_github_chai2010_gettext_go",
344 importpath = "github.com/chai2010/gettext-go",
345 sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=",
346 version = "v0.0.0-20160711120539-c6fed771bfd5",
347 )
348 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400349 name = "com_github_checkpoint_restore_go_criu_v5",
350 importpath = "github.com/checkpoint-restore/go-criu/v5",
351 sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=",
352 version = "v5.3.0",
353 )
354
355 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500356 name = "com_github_chzyer_logex",
357 importpath = "github.com/chzyer/logex",
358 sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=",
359 version = "v1.1.10",
360 )
361 go_repository(
362 name = "com_github_chzyer_readline",
363 importpath = "github.com/chzyer/readline",
364 sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=",
365 version = "v0.0.0-20180603132655-2972be24d48e",
366 )
367 go_repository(
368 name = "com_github_chzyer_test",
369 importpath = "github.com/chzyer/test",
370 sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=",
371 version = "v0.0.0-20180213035817-a1ea475d72b1",
372 )
373 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400374 name = "com_github_cilium_ebpf",
375 importpath = "github.com/cilium/ebpf",
376 sum = "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=",
377 version = "v0.7.0",
378 )
379
380 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -0400381 name = "com_github_circonus_labs_circonus_gometrics",
382 importpath = "github.com/circonus-labs/circonus-gometrics",
383 sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=",
384 version = "v2.3.1+incompatible",
385 )
386 go_repository(
387 name = "com_github_circonus_labs_circonusllhist",
388 importpath = "github.com/circonus-labs/circonusllhist",
389 sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=",
390 version = "v0.1.3",
391 )
392
393 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500394 name = "com_github_clickhouse_clickhouse_go",
395 importpath = "github.com/ClickHouse/clickhouse-go",
396 sum = "h1:HvD2NhKPLSeO3Ots6YV0ePgs4l3wO0bLqa9Uk1yeMOs=",
397 version = "v1.3.12",
398 )
399 go_repository(
400 name = "com_github_client9_misspell",
401 importpath = "github.com/client9/misspell",
402 sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
403 version = "v0.3.4",
404 )
405 go_repository(
406 name = "com_github_cloudflare_golz4",
407 importpath = "github.com/cloudflare/golz4",
408 sum = "h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=",
409 version = "v0.0.0-20150217214814-ef862a3cdc58",
410 )
411 go_repository(
412 name = "com_github_cncf_udpa_go",
413 importpath = "github.com/cncf/udpa/go",
Kevin Lubick4a621312022-04-28 08:33:37 -0400414 sum = "h1:hzAQntlaYRkVSFEfj9OTWlVV1H155FMD8BTKktLv0QI=",
415 version = "v0.0.0-20210930031921-04548b0d99d4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500416 )
417 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -0400418 name = "com_github_cncf_xds_go",
419 importpath = "github.com/cncf/xds/go",
420 sum = "h1:KwaoQzs/WeUxxJqiJsZ4euOly1Az/IgZXXSxlD/UBNk=",
421 version = "v0.0.0-20211130200136-a8f946100490",
422 )
423
424 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500425 name = "com_github_cockroachdb_apd",
426 importpath = "github.com/cockroachdb/apd",
427 sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=",
428 version = "v1.1.0",
429 )
430 go_repository(
431 name = "com_github_cockroachdb_cockroach_go",
432 importpath = "github.com/cockroachdb/cockroach-go",
433 sum = "h1:eApuUG8W2EtBVwxqLlY2wgoqDYOg3WvIHGvW4fUbbow=",
434 version = "v0.0.0-20190925194419-606b3d062051",
435 )
436 go_repository(
437 name = "com_github_cockroachdb_cockroach_go_v2",
438 importpath = "github.com/cockroachdb/cockroach-go/v2",
439 sum = "h1:zicZlBhWZu6wfK7Ezg4Owdc3HamLpRdBllPTT9tb+2k=",
440 version = "v2.1.0",
441 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500442
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500443 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400444 name = "com_github_containerd_cgroups",
445 importpath = "github.com/containerd/cgroups",
446 sum = "h1:iJnMvco9XGvKUvNQkv88bE4uJXxRQH18efbKo9w5vHQ=",
447 version = "v1.0.1",
448 )
449 go_repository(
450 name = "com_github_containerd_console",
451 importpath = "github.com/containerd/console",
452 sum = "h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=",
453 version = "v1.0.3",
454 )
455
456 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500457 name = "com_github_containerd_containerd",
458 importpath = "github.com/containerd/containerd",
Eric Borene5e32482022-10-18 10:42:17 -0400459 sum = "h1:QCGOUN+i70jEEL/A6JVIbhy4f4fanzAzSR4kNG7SlcE=",
460 version = "v1.4.11",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500461 )
462 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400463 name = "com_github_containerd_continuity",
464 importpath = "github.com/containerd/continuity",
465 sum = "h1:nisirsYROK15TAMVukJOUyGJjz4BNQJBVsNvAXZJ/eg=",
466 version = "v0.3.0",
467 )
468 go_repository(
469 name = "com_github_containerd_fifo",
470 importpath = "github.com/containerd/fifo",
471 sum = "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=",
472 version = "v1.0.0",
473 )
474 go_repository(
475 name = "com_github_containerd_go_runc",
476 importpath = "github.com/containerd/go-runc",
477 sum = "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=",
478 version = "v1.0.0",
479 )
480 go_repository(
481 name = "com_github_containerd_ttrpc",
482 importpath = "github.com/containerd/ttrpc",
483 sum = "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=",
484 version = "v1.1.0",
485 )
486 go_repository(
487 name = "com_github_containerd_typeurl",
488 importpath = "github.com/containerd/typeurl",
489 sum = "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=",
490 version = "v1.0.2",
491 )
492
493 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500494 name = "com_github_coreos_bbolt",
495 importpath = "github.com/coreos/bbolt",
496 sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
497 version = "v1.3.2",
498 )
499 go_repository(
500 name = "com_github_coreos_etcd",
501 importpath = "github.com/coreos/etcd",
502 sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=",
503 version = "v3.3.13+incompatible",
504 )
505 go_repository(
506 name = "com_github_coreos_go_etcd",
507 importpath = "github.com/coreos/go-etcd",
508 sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=",
509 version = "v2.0.0+incompatible",
510 )
511 go_repository(
512 name = "com_github_coreos_go_semver",
513 importpath = "github.com/coreos/go-semver",
514 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
515 version = "v0.3.0",
516 )
517 go_repository(
518 name = "com_github_coreos_go_systemd",
519 importpath = "github.com/coreos/go-systemd",
520 sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=",
521 version = "v0.0.0-20190719114852-fd7a80b32e1f",
522 )
523 go_repository(
524 name = "com_github_coreos_go_systemd_v22",
525 importpath = "github.com/coreos/go-systemd/v22",
Kevin Lubick4a621312022-04-28 08:33:37 -0400526 sum = "h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI=",
527 version = "v22.3.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500528 )
529 go_repository(
530 name = "com_github_coreos_pkg",
531 importpath = "github.com/coreos/pkg",
532 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
533 version = "v0.0.0-20180928190104-399ea9e2e55f",
534 )
535 go_repository(
536 name = "com_github_cpuguy83_go_md2man",
537 importpath = "github.com/cpuguy83/go-md2man",
538 sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=",
539 version = "v1.0.10",
540 )
541 go_repository(
542 name = "com_github_cpuguy83_go_md2man_v2",
543 importpath = "github.com/cpuguy83/go-md2man/v2",
Kevin Lubick4a621312022-04-28 08:33:37 -0400544 sum = "h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKYj/3DxU=",
545 version = "v2.0.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500546 )
547 go_repository(
548 name = "com_github_creack_pty",
549 importpath = "github.com/creack/pty",
550 sum = "h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=",
551 version = "v1.1.11",
552 )
553 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400554 name = "com_github_cyphar_filepath_securejoin",
555 importpath = "github.com/cyphar/filepath-securejoin",
556 sum = "h1:YX6ebbZCZP7VkM3scTTokDgBL2TY741X51MTk3ycuNI=",
557 version = "v0.2.3",
558 )
559
560 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500561 name = "com_github_cznic_cc",
562 importpath = "github.com/cznic/cc",
563 sum = "h1:AePLLLsGE1yOEDAmaJlQ9zd/9qiaEVskYukZ1f2srAA=",
564 version = "v0.0.0-20181122101902-d673e9b70d4d",
565 )
566 go_repository(
567 name = "com_github_cznic_fileutil",
568 importpath = "github.com/cznic/fileutil",
569 sum = "h1:94XgeeTZ+3Xi9zsdgBjP1Byx/wywCImjF8FzQ7OaKdU=",
570 version = "v0.0.0-20181122101858-4d67cfea8c87",
571 )
572 go_repository(
573 name = "com_github_cznic_golex",
574 importpath = "github.com/cznic/golex",
575 sum = "h1:G8zTsaqyVfIHpgMFcGgdbhHSFhlNc77rAKkhVbQ9kQg=",
576 version = "v0.0.0-20181122101858-9c343928389c",
577 )
578 go_repository(
579 name = "com_github_cznic_internal",
580 importpath = "github.com/cznic/internal",
581 sum = "h1:58AcyflCe84EONph4gkyo3eDOEQcW5HIPfQBrD76W68=",
582 version = "v0.0.0-20181122101858-3279554c546e",
583 )
584 go_repository(
585 name = "com_github_cznic_ir",
586 importpath = "github.com/cznic/ir",
587 sum = "h1:GelTfvbS1tZtnyCTx3aMIHbRw5euyrfHd6H3rLqLlHU=",
588 version = "v0.0.0-20181122101859-da7ba2ecce8b",
589 )
590 go_repository(
591 name = "com_github_cznic_lex",
592 importpath = "github.com/cznic/lex",
593 sum = "h1:KJtZdP0G3jUnpgEWZdJ7326WvTbREwcwlDSOpkpNZGY=",
594 version = "v0.0.0-20181122101858-ce0fb5e9bb1b",
595 )
596 go_repository(
597 name = "com_github_cznic_lexer",
598 importpath = "github.com/cznic/lexer",
599 sum = "h1:K5kIaw68kxYw40mp8YKuwKrb63R0BPCR1iEGvBR6Mfs=",
600 version = "v0.0.0-20181122101858-e884d4bd112e",
601 )
602 go_repository(
603 name = "com_github_cznic_mathutil",
604 importpath = "github.com/cznic/mathutil",
605 sum = "h1:iwZdTE0PVqJCos1vaoKsclOGD3ADKpshg3SRtYBbwso=",
606 version = "v0.0.0-20181122101859-297441e03548",
607 )
608 go_repository(
609 name = "com_github_cznic_strutil",
610 importpath = "github.com/cznic/strutil",
611 sum = "h1:MZRmHqDBd0vxNwenEbKSQqRVT24d3C05ft8kduSwlqM=",
612 version = "v0.0.0-20181122101858-275e90344537",
613 )
614 go_repository(
615 name = "com_github_cznic_xc",
616 importpath = "github.com/cznic/xc",
617 sum = "h1:U9mUTtTukbCdFuphv3QiJBjtImXsUTHcX5toZZi4OzY=",
618 version = "v0.0.0-20181122101856-45b06973881e",
619 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500620
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500621 go_repository(
622 name = "com_github_danjacques_gofslock",
623 importpath = "github.com/danjacques/gofslock",
624 sum = "h1:IKVDBWlOZykX5WFI5DyYjX8oL+6+YuovdUvOf+1WHNQ=",
625 version = "v0.0.0-20200623023034-5d0bd0fa6ef0",
626 )
627 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -0400628 name = "com_github_datadog_datadog_go",
629 importpath = "github.com/DataDog/datadog-go",
630 sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=",
631 version = "v3.2.0+incompatible",
632 )
633
634 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500635 name = "com_github_davecgh_go_spew",
636 importpath = "github.com/davecgh/go-spew",
637 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
638 version = "v1.1.1",
639 )
640 go_repository(
641 name = "com_github_daviddengcn_go_colortext",
642 importpath = "github.com/daviddengcn/go-colortext",
643 sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=",
644 version = "v0.0.0-20160507010035-511bcaf42ccd",
645 )
646 go_repository(
647 name = "com_github_denisenkom_go_mssqldb",
648 importpath = "github.com/denisenkom/go-mssqldb",
649 sum = "h1:NfhRXXFDPxcF5Cwo06DzeIaE7uuJtAUhsDwH3LNsjos=",
650 version = "v0.0.0-20200620013148-b91950f658ec",
651 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500652
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500653 go_repository(
654 name = "com_github_dgrijalva_jwt_go",
655 importpath = "github.com/dgrijalva/jwt-go",
656 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
657 version = "v3.2.0+incompatible",
658 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500659
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500660 go_repository(
661 name = "com_github_dgryski_go_sip13",
662 importpath = "github.com/dgryski/go-sip13",
663 sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=",
664 version = "v0.0.0-20181026042036-e10d5fee7954",
665 )
666 go_repository(
667 name = "com_github_dhui_dktest",
668 importpath = "github.com/dhui/dktest",
669 sum = "h1:nZSDcnkpbotzT/nEHNsO+JCKY8i1Qoki1AYOpeLRb6M=",
670 version = "v0.3.2",
671 )
672 go_repository(
673 name = "com_github_disintegration_gift",
674 importpath = "github.com/disintegration/gift",
675 sum = "h1:Y005a1X4Z7Uc+0gLpSAsKhWi4qLtsdEcMIbbdvdZ6pc=",
676 version = "v1.2.1",
677 )
678 go_repository(
679 name = "com_github_docker_distribution",
680 importpath = "github.com/docker/distribution",
681 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=",
682 version = "v2.7.1+incompatible",
683 )
684 go_repository(
685 name = "com_github_docker_docker",
686 importpath = "github.com/docker/docker",
687 sum = "h1:tmV+YbYOUAYDmAiamzhRKqQXaAUyUY2xVt27Rv7rCzA=",
688 version = "v1.4.2-0.20200213202729-31a86c4ab209",
689 )
690 go_repository(
691 name = "com_github_docker_go_connections",
692 importpath = "github.com/docker/go-connections",
693 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
694 version = "v0.4.0",
695 )
696 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400697 name = "com_github_docker_go_events",
698 importpath = "github.com/docker/go-events",
699 sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
700 version = "v0.0.0-20190806004212-e31b211e4f1c",
701 )
702
703 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500704 name = "com_github_docker_go_units",
705 importpath = "github.com/docker/go-units",
706 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=",
707 version = "v0.4.0",
708 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500709
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500710 go_repository(
711 name = "com_github_docopt_docopt_go",
712 importpath = "github.com/docopt/docopt-go",
713 sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
714 version = "v0.0.0-20180111231733-ee0de3bc6815",
715 )
716 go_repository(
717 name = "com_github_dustin_go_humanize",
718 importpath = "github.com/dustin/go-humanize",
Eric Borene5e32482022-10-18 10:42:17 -0400719 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
720 version = "v1.0.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500721 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500722
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500723 go_repository(
724 name = "com_github_edsrzf_mmap_go",
725 importpath = "github.com/edsrzf/mmap-go",
726 sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=",
727 version = "v1.0.0",
728 )
729 go_repository(
730 name = "com_github_elazarl_goproxy",
731 importpath = "github.com/elazarl/goproxy",
732 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
733 version = "v0.0.0-20180725130230-947c36da3153",
734 )
735 go_repository(
736 name = "com_github_emicklei_go_restful",
737 importpath = "github.com/emicklei/go-restful",
738 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
739 version = "v2.9.5+incompatible",
740 )
741 go_repository(
742 name = "com_github_emirpasic_gods",
743 importpath = "github.com/emirpasic/gods",
744 sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=",
745 version = "v1.12.0",
746 )
747 go_repository(
748 name = "com_github_envoyproxy_go_control_plane",
749 importpath = "github.com/envoyproxy/go-control-plane",
Kevin Lubick4a621312022-04-28 08:33:37 -0400750 sum = "h1:cgDRLG7bs59Zd+apAWuzLQL95obVYAymNJek76W3mgw=",
751 version = "v0.10.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500752 )
753 go_repository(
754 name = "com_github_envoyproxy_protoc_gen_validate",
755 importpath = "github.com/envoyproxy/protoc-gen-validate",
Kevin Lubick4a621312022-04-28 08:33:37 -0400756 sum = "h1:JiO+kJTpmYGjEodY7O1Zk8oZcNz1+f30UtwtXoFUPzE=",
757 version = "v0.6.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500758 )
759 go_repository(
760 name = "com_github_evanphx_json_patch",
761 importpath = "github.com/evanphx/json-patch",
Eric Borene5e32482022-10-18 10:42:17 -0400762 sum = "h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs=",
763 version = "v4.11.0+incompatible",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500764 )
765 go_repository(
766 name = "com_github_exponent_io_jsonpath",
767 importpath = "github.com/exponent-io/jsonpath",
768 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=",
769 version = "v0.0.0-20151013193312-d6023ce2651d",
770 )
771 go_repository(
772 name = "com_github_fatih_camelcase",
773 importpath = "github.com/fatih/camelcase",
774 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
775 version = "v1.0.0",
776 )
777 go_repository(
778 name = "com_github_fatih_color",
779 importpath = "github.com/fatih/color",
Kevin Lubick4a621312022-04-28 08:33:37 -0400780 sum = "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=",
781 version = "v1.13.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500782 )
783 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400784 name = "com_github_felixge_httpsnoop",
785 importpath = "github.com/felixge/httpsnoop",
786 sum = "h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ=",
787 version = "v1.0.1",
788 )
789
790 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500791 name = "com_github_fiorix_go_web",
792 importpath = "github.com/fiorix/go-web",
793 sum = "h1:P/Czr+qFBdKELw4nys0x2e5nkT9niVq/2FS63ArJzm4=",
794 version = "v1.0.1-0.20150221144011-5b593f1e8966",
795 )
796 go_repository(
797 name = "com_github_flynn_go_shlex",
798 importpath = "github.com/flynn/go-shlex",
799 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
800 version = "v0.0.0-20150515145356-3f9db97f8568",
801 )
802 go_repository(
803 name = "com_github_flynn_json5",
804 importpath = "github.com/flynn/json5",
805 sum = "h1:xJMmr4GMYIbALX5edyoDIOQpc2bOQTeJiWMeCl9lX/8=",
806 version = "v0.0.0-20160717195620-7620272ed633",
807 )
808 go_repository(
809 name = "com_github_fogleman_gg",
810 importpath = "github.com/fogleman/gg",
811 sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=",
812 version = "v1.3.0",
813 )
814 go_repository(
815 name = "com_github_form3tech_oss_jwt_go",
816 importpath = "github.com/form3tech-oss/jwt-go",
Eric Borene5e32482022-10-18 10:42:17 -0400817 sum = "h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c=",
818 version = "v3.2.3+incompatible",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500819 )
820 go_repository(
821 name = "com_github_fortytw2_leaktest",
822 importpath = "github.com/fortytw2/leaktest",
823 sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
824 version = "v1.3.0",
825 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500826
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500827 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400828 name = "com_github_frankban_quicktest",
829 importpath = "github.com/frankban/quicktest",
830 sum = "h1:8sXhOn0uLys67V8EsXLc6eszDs8VXWxL3iRvebPhedY=",
831 version = "v1.11.3",
832 )
833
834 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500835 name = "com_github_fsnotify_fsnotify",
836 importpath = "github.com/fsnotify/fsnotify",
Kevin Lubick7c18d942022-04-08 11:26:02 -0400837 sum = "h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI=",
838 version = "v1.5.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500839 )
840 go_repository(
841 name = "com_github_fsouza_fake_gcs_server",
842 importpath = "github.com/fsouza/fake-gcs-server",
843 sum = "h1:OeH75kBZcZa3ZE+zz/mFdJ2btt9FgqfjI7gIh9+5fvk=",
844 version = "v1.17.0",
845 )
846 go_repository(
847 name = "com_github_fvbommel_sortorder",
848 importpath = "github.com/fvbommel/sortorder",
849 sum = "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=",
850 version = "v1.0.1",
851 )
852 go_repository(
853 name = "com_github_garyburd_redigo",
854 importpath = "github.com/garyburd/redigo",
855 sum = "h1:0VruCpn7yAIIu7pWVClQC8wxCJEcG3nyzpMSHKi1PQc=",
856 version = "v1.6.0",
857 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500858
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500859 go_repository(
860 name = "com_github_ghodss_yaml",
861 importpath = "github.com/ghodss/yaml",
862 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
863 version = "v1.0.0",
864 )
Kevin Lubickacab9112022-02-28 08:56:47 -0500865
866 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500867 name = "com_github_gliderlabs_ssh",
868 importpath = "github.com/gliderlabs/ssh",
869 sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=",
870 version = "v0.2.2",
871 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500872
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500873 go_repository(
874 name = "com_github_go_errors_errors",
875 importpath = "github.com/go-errors/errors",
876 sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=",
877 version = "v1.0.1",
878 )
879 go_repository(
880 name = "com_github_go_gl_glfw",
881 importpath = "github.com/go-gl/glfw",
882 sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=",
883 version = "v0.0.0-20190409004039-e6da0acd62b1",
884 )
885 go_repository(
886 name = "com_github_go_gl_glfw_v3_3_glfw",
887 importpath = "github.com/go-gl/glfw/v3.3/glfw",
888 sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=",
889 version = "v0.0.0-20200222043503-6f7a984d4dc4",
890 )
891 go_repository(
892 name = "com_github_go_kit_kit",
893 importpath = "github.com/go-kit/kit",
skia-autorollc2474502022-10-27 19:34:01 +0000894 sum = "h1:wDJmvq38kDhkVxi50ni9ykkdUr1PKgqKOoi01fa0Mdk=",
895 version = "v0.9.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500896 )
897 go_repository(
Kevin Lubick7c18d942022-04-08 11:26:02 -0400898 name = "com_github_go_kit_log",
899 importpath = "github.com/go-kit/log",
900 sum = "h1:DGJh0Sm43HbOeYDNnVZFl8BvcYVvjD5bqYJvp0REbwQ=",
901 version = "v0.1.0",
902 )
903
904 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500905 name = "com_github_go_logfmt_logfmt",
906 importpath = "github.com/go-logfmt/logfmt",
907 sum = "h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=",
908 version = "v0.5.0",
909 )
910 go_repository(
911 name = "com_github_go_logr_logr",
912 importpath = "github.com/go-logr/logr",
913 sum = "h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc=",
914 version = "v0.4.0",
915 )
916 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -0400917 name = "com_github_go_ole_go_ole",
918 importpath = "github.com/go-ole/go-ole",
919 sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=",
920 version = "v1.2.6",
921 )
922
923 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500924 name = "com_github_go_openapi_jsonpointer",
925 importpath = "github.com/go-openapi/jsonpointer",
Eric Borene5e32482022-10-18 10:42:17 -0400926 sum = "h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY=",
927 version = "v0.19.5",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500928 )
929 go_repository(
930 name = "com_github_go_openapi_jsonreference",
931 importpath = "github.com/go-openapi/jsonreference",
Eric Borene5e32482022-10-18 10:42:17 -0400932 sum = "h1:1WJP/wi4OjB4iV8KVbH73rQaoialJrqv8gitZLxGLtM=",
933 version = "v0.19.5",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500934 )
Joe Gregorio3b8de102023-02-13 10:20:19 -0500935
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500936 go_repository(
937 name = "com_github_go_openapi_swag",
938 importpath = "github.com/go-openapi/swag",
Eric Borene5e32482022-10-18 10:42:17 -0400939 sum = "h1:gm3vOOXfiuw5i9p5N9xJvfjvuofpyvLA9Wr6QfK5Fng=",
940 version = "v0.19.14",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500941 )
Kevin Lubickacab9112022-02-28 08:56:47 -0500942
943 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500944 name = "com_github_go_python_gpython",
945 importpath = "github.com/go-python/gpython",
946 sum = "h1:QNFZ0h540Lajx7Pi/os06XzzdYUQG+2sV7IvPo/Mvmg=",
947 version = "v0.0.3",
948 )
949 go_repository(
950 name = "com_github_go_sql_driver_mysql",
951 importpath = "github.com/go-sql-driver/mysql",
952 sum = "h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=",
953 version = "v1.5.0",
954 )
955 go_repository(
956 name = "com_github_go_stack_stack",
957 importpath = "github.com/go-stack/stack",
958 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
959 version = "v1.8.0",
960 )
961 go_repository(
962 name = "com_github_gobuffalo_here",
963 importpath = "github.com/gobuffalo/here",
964 sum = "h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=",
965 version = "v0.6.0",
966 )
967 go_repository(
968 name = "com_github_gobwas_glob",
969 importpath = "github.com/gobwas/glob",
970 sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=",
971 version = "v0.2.3",
972 )
Kevin Lubickacab9112022-02-28 08:56:47 -0500973
974 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500975 name = "com_github_gocql_gocql",
976 importpath = "github.com/gocql/gocql",
977 sum = "h1:vF83LI8tAakwEwvWZtrIEx7pOySacl2TOxx6eXk4ePo=",
978 version = "v0.0.0-20190301043612-f6df8288f9b4",
979 )
980 go_repository(
981 name = "com_github_godbus_dbus",
982 importpath = "github.com/godbus/dbus",
983 sum = "h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4=",
984 version = "v4.1.0+incompatible",
985 )
986 go_repository(
987 name = "com_github_godbus_dbus_v5",
988 importpath = "github.com/godbus/dbus/v5",
skia-autorolla8d1a552023-02-16 04:04:52 +0000989 sum = "h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=",
990 version = "v5.0.4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500991 )
992 go_repository(
993 name = "com_github_gofrs_uuid",
994 importpath = "github.com/gofrs/uuid",
Eric Borene5e32482022-10-18 10:42:17 -0400995 sum = "h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=",
996 version = "v4.0.0+incompatible",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -0500997 )
998 go_repository(
999 name = "com_github_gogo_googleapis",
1000 importpath = "github.com/gogo/googleapis",
Eric Borene5e32482022-10-18 10:42:17 -04001001 sum = "h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=",
1002 version = "v1.4.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001003 )
1004 go_repository(
1005 name = "com_github_gogo_protobuf",
1006 importpath = "github.com/gogo/protobuf",
1007 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
1008 version = "v1.3.2",
1009 )
1010 go_repository(
1011 name = "com_github_golang_freetype",
1012 importpath = "github.com/golang/freetype",
1013 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
1014 version = "v0.0.0-20170609003504-e2365dfdc4a0",
1015 )
1016 go_repository(
1017 name = "com_github_golang_glog",
1018 importpath = "github.com/golang/glog",
1019 sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=",
1020 version = "v0.0.0-20160126235308-23def4e6c14b",
1021 )
1022 go_repository(
1023 name = "com_github_golang_groupcache",
1024 importpath = "github.com/golang/groupcache",
Kevin Lubick4a621312022-04-28 08:33:37 -04001025 sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=",
1026 version = "v0.0.0-20210331224755-41bb18bfe9da",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001027 )
1028 go_repository(
1029 name = "com_github_golang_migrate_migrate_v4",
1030 importpath = "github.com/golang-migrate/migrate/v4",
1031 sum = "h1:5S7HMjiq9u50X3+WXpzXPbUj1qUFuZRm8NCsX989Tn4=",
1032 version = "v4.13.0",
1033 )
1034 go_repository(
1035 name = "com_github_golang_mock",
1036 importpath = "github.com/golang/mock",
Kevin Lubick4a621312022-04-28 08:33:37 -04001037 sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=",
1038 version = "v1.6.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001039 )
1040 go_repository(
1041 name = "com_github_golang_protobuf",
1042 importpath = "github.com/golang/protobuf",
Kevin Lubick4a621312022-04-28 08:33:37 -04001043 sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=",
1044 version = "v1.5.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001045 )
1046 go_repository(
1047 name = "com_github_golang_snappy",
1048 importpath = "github.com/golang/snappy",
Kevin Lubick4a621312022-04-28 08:33:37 -04001049 sum = "h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA=",
1050 version = "v0.0.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001051 )
1052 go_repository(
1053 name = "com_github_golang_sql_civil",
1054 importpath = "github.com/golang-sql/civil",
1055 sum = "h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=",
1056 version = "v0.0.0-20190719163853-cb61b32ac6fe",
1057 )
1058 go_repository(
1059 name = "com_github_golangplus_testing",
1060 importpath = "github.com/golangplus/testing",
1061 sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=",
1062 version = "v0.0.0-20180327235837-af21d9c3145e",
1063 )
1064 go_repository(
1065 name = "com_github_gonum_blas",
1066 importpath = "github.com/gonum/blas",
1067 sum = "h1:Q0Jsdxl5jbxouNs1TQYt0gxesYMU4VXRbsTlgDloZ50=",
1068 version = "v0.0.0-20181208220705-f22b278b28ac",
1069 )
1070 go_repository(
1071 name = "com_github_gonum_floats",
1072 importpath = "github.com/gonum/floats",
1073 sum = "h1:EvokxLQsaaQjcWVWSV38221VAK7qc2zhaO17bKys/18=",
1074 version = "v0.0.0-20181209220543-c233463c7e82",
1075 )
1076 go_repository(
1077 name = "com_github_gonum_internal",
1078 importpath = "github.com/gonum/internal",
1079 sum = "h1:8jtTdc+Nfj9AR+0soOeia9UZSvYBvETVHZrugUowJ7M=",
1080 version = "v0.0.0-20181124074243-f884aa714029",
1081 )
1082 go_repository(
1083 name = "com_github_gonum_lapack",
1084 importpath = "github.com/gonum/lapack",
1085 sum = "h1:7qnwS9+oeSiOIsiUMajT+0R7HR6hw5NegnKPmn/94oI=",
1086 version = "v0.0.0-20181123203213-e4cdc5a0bff9",
1087 )
1088 go_repository(
1089 name = "com_github_gonum_matrix",
1090 importpath = "github.com/gonum/matrix",
1091 sum = "h1:V2IgdyerlBa/MxaEFRbV5juy/C3MGdj4ePi+g6ePIp4=",
1092 version = "v0.0.0-20181209220409-c518dec07be9",
1093 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001094
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001095 go_repository(
1096 name = "com_github_google_btree",
1097 importpath = "github.com/google/btree",
Eric Borene5e32482022-10-18 10:42:17 -04001098 sum = "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=",
1099 version = "v1.0.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001100 )
1101 go_repository(
1102 name = "com_github_google_flatbuffers",
1103 importpath = "github.com/google/flatbuffers",
1104 sum = "h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=",
1105 version = "v1.11.0",
1106 )
1107 go_repository(
1108 name = "com_github_google_go_cmp",
1109 importpath = "github.com/google/go-cmp",
Kevin Lubick7c18d942022-04-08 11:26:02 -04001110 sum = "h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=",
1111 version = "v0.5.7",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001112 )
1113 go_repository(
1114 name = "com_github_google_go_github",
1115 importpath = "github.com/google/go-github",
1116 sum = "h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=",
1117 version = "v17.0.0+incompatible",
1118 )
1119 go_repository(
1120 name = "com_github_google_go_github_v29",
1121 importpath = "github.com/google/go-github/v29",
1122 sum = "h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=",
1123 version = "v29.0.3",
1124 )
1125 go_repository(
1126 name = "com_github_google_go_licenses",
1127 importpath = "github.com/google/go-licenses",
1128 sum = "h1:ZK63Yns/0Y8hE5y50WuSsfFWNPmpYDQ9tzh/J2vWV8c=",
1129 version = "v0.0.0-20210816172045-3099c18c36e1",
1130 )
1131 go_repository(
1132 name = "com_github_google_go_querystring",
1133 importpath = "github.com/google/go-querystring",
1134 sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=",
1135 version = "v1.0.0",
1136 )
1137 go_repository(
1138 name = "com_github_google_gofuzz",
1139 importpath = "github.com/google/gofuzz",
1140 sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
1141 version = "v1.2.0",
1142 )
1143 go_repository(
1144 name = "com_github_google_licenseclassifier",
1145 importpath = "github.com/google/licenseclassifier",
1146 sum = "h1:TJsAqW6zLRMDTyGmc9TPosfn9OyVlHs8Hrn3pY6ONSY=",
1147 version = "v0.0.0-20210722185704-3043a050f148",
1148 )
1149 go_repository(
1150 name = "com_github_google_martian",
1151 importpath = "github.com/google/martian",
1152 sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=",
1153 version = "v2.1.0+incompatible",
1154 )
1155 go_repository(
1156 name = "com_github_google_martian_v3",
1157 importpath = "github.com/google/martian/v3",
Kevin Lubick4a621312022-04-28 08:33:37 -04001158 sum = "h1:d8MncMlErDFTwQGBK1xhv026j9kqhvw1Qv9IbWT1VLQ=",
1159 version = "v3.2.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001160 )
1161 go_repository(
1162 name = "com_github_google_pprof",
1163 importpath = "github.com/google/pprof",
Kevin Lubick4a621312022-04-28 08:33:37 -04001164 sum = "h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec=",
1165 version = "v0.0.0-20210720184732-4bb14d4b1be1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001166 )
1167 go_repository(
1168 name = "com_github_google_renameio",
1169 importpath = "github.com/google/renameio",
1170 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
1171 version = "v0.1.0",
1172 )
1173 go_repository(
1174 name = "com_github_google_shlex",
1175 importpath = "github.com/google/shlex",
1176 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
1177 version = "v0.0.0-20191202100458-e7afc7fbc510",
1178 )
1179 go_repository(
1180 name = "com_github_google_uuid",
1181 importpath = "github.com/google/uuid",
1182 sum = "h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=",
1183 version = "v1.1.2",
1184 )
1185 go_repository(
1186 name = "com_github_googleapis_gax_go",
1187 importpath = "github.com/googleapis/gax-go",
1188 sum = "h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww=",
1189 version = "v2.0.2+incompatible",
1190 )
1191 go_repository(
1192 name = "com_github_googleapis_gax_go_v2",
1193 importpath = "github.com/googleapis/gax-go/v2",
Kevin Lubick4a621312022-04-28 08:33:37 -04001194 sum = "h1:nRJtk3y8Fm770D42QV6T90ZnvFZyk7agSo3Q+Z9p3WI=",
1195 version = "v2.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001196 )
1197 go_repository(
1198 name = "com_github_googleapis_gnostic",
1199 importpath = "github.com/googleapis/gnostic",
Eric Borene5e32482022-10-18 10:42:17 -04001200 sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=",
1201 version = "v0.5.5",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001202 )
1203 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04001204 name = "com_github_googleapis_google_cloud_go_testing",
1205 importpath = "github.com/googleapis/google-cloud-go-testing",
1206 sum = "h1:tlyzajkF3030q6M8SvmJSemC9DTHL/xaMa18b65+JM4=",
1207 version = "v0.0.0-20200911160855-bcd43fbb19e8",
1208 )
1209
1210 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001211 name = "com_github_gopherjs_gopherjs",
1212 importpath = "github.com/gopherjs/gopherjs",
1213 sum = "h1:l5lAOZEym3oK3SQ2HBHWsJUfbNBiTXJDeW2QDxw9AQ0=",
1214 version = "v0.0.0-20200217142428-fce0ec30dd00",
1215 )
1216 go_repository(
1217 name = "com_github_gopherjs_gopherwasm",
1218 importpath = "github.com/gopherjs/gopherwasm",
1219 sum = "h1:32nge/RlujS1Im4HNCJPp0NbBOAeBXFuT1KonUuLl+Y=",
1220 version = "v1.0.0",
1221 )
1222 go_repository(
1223 name = "com_github_gorilla_context",
1224 importpath = "github.com/gorilla/context",
1225 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
1226 version = "v1.1.1",
1227 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001228
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001229 go_repository(
1230 name = "com_github_gorilla_handlers",
1231 importpath = "github.com/gorilla/handlers",
1232 sum = "h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg=",
1233 version = "v1.4.2",
1234 )
1235 go_repository(
1236 name = "com_github_gorilla_mux",
1237 importpath = "github.com/gorilla/mux",
1238 sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=",
1239 version = "v1.8.0",
1240 )
1241 go_repository(
1242 name = "com_github_gorilla_securecookie",
1243 importpath = "github.com/gorilla/securecookie",
1244 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
1245 version = "v1.1.1",
1246 )
1247 go_repository(
1248 name = "com_github_gorilla_websocket",
1249 importpath = "github.com/gorilla/websocket",
1250 sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=",
1251 version = "v1.4.2",
1252 )
1253 go_repository(
1254 name = "com_github_gregjones_httpcache",
1255 importpath = "github.com/gregjones/httpcache",
1256 sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
1257 version = "v0.0.0-20180305231024-9cad4c3443a7",
1258 )
1259 go_repository(
1260 name = "com_github_grpc_ecosystem_go_grpc_middleware",
1261 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
skia-autorollc2474502022-10-27 19:34:01 +00001262 sum = "h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c=",
1263 version = "v1.0.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001264 )
1265 go_repository(
1266 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
1267 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1268 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
1269 version = "v1.2.0",
1270 )
1271 go_repository(
1272 name = "com_github_grpc_ecosystem_grpc_gateway",
1273 importpath = "github.com/grpc-ecosystem/grpc-gateway",
Kevin Lubick4a621312022-04-28 08:33:37 -04001274 sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
1275 version = "v1.16.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001276 )
1277 go_repository(
1278 name = "com_github_hailocab_go_hostpool",
1279 importpath = "github.com/hailocab/go-hostpool",
1280 sum = "h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=",
1281 version = "v0.0.0-20160125115350-e80d13ce29ed",
1282 )
1283 go_repository(
1284 name = "com_github_hako_durafmt",
1285 importpath = "github.com/hako/durafmt",
1286 sum = "h1:BpJ2o0OR5FV7vrkDYfXYVJQeMNWa8RhklZOpW2ITAIQ=",
1287 version = "v0.0.0-20200710122514-c0fb7b4da026",
1288 )
1289 go_repository(
1290 name = "com_github_hashicorp_consul_api",
1291 importpath = "github.com/hashicorp/consul/api",
Kevin Lubick4a621312022-04-28 08:33:37 -04001292 sum = "h1:k3y1FYv6nuKyNTqj6w9gXOx5r5CfLj/k/euUeBXj1OY=",
1293 version = "v1.12.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001294 )
1295 go_repository(
1296 name = "com_github_hashicorp_consul_sdk",
1297 importpath = "github.com/hashicorp/consul/sdk",
Kevin Lubick4a621312022-04-28 08:33:37 -04001298 sum = "h1:OJtKBtEjboEZvG6AOUdh4Z1Zbyu0WcxQ0qatRrZHTVU=",
1299 version = "v0.8.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001300 )
1301 go_repository(
1302 name = "com_github_hashicorp_errwrap",
1303 importpath = "github.com/hashicorp/errwrap",
1304 sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=",
1305 version = "v1.1.0",
1306 )
1307 go_repository(
1308 name = "com_github_hashicorp_go_cleanhttp",
1309 importpath = "github.com/hashicorp/go-cleanhttp",
Kevin Lubick4a621312022-04-28 08:33:37 -04001310 sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=",
1311 version = "v0.5.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001312 )
1313 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04001314 name = "com_github_hashicorp_go_hclog",
1315 importpath = "github.com/hashicorp/go-hclog",
1316 sum = "h1:bkKf0BeBXcSYa7f5Fyi9gMuQ8gNsxeiNpZjR6VxNZeo=",
1317 version = "v1.0.0",
1318 )
1319
1320 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001321 name = "com_github_hashicorp_go_immutable_radix",
1322 importpath = "github.com/hashicorp/go-immutable-radix",
Kevin Lubick4a621312022-04-28 08:33:37 -04001323 sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=",
1324 version = "v1.3.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001325 )
1326 go_repository(
1327 name = "com_github_hashicorp_go_msgpack",
1328 importpath = "github.com/hashicorp/go-msgpack",
1329 sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=",
1330 version = "v0.5.3",
1331 )
1332 go_repository(
1333 name = "com_github_hashicorp_go_multierror",
1334 importpath = "github.com/hashicorp/go-multierror",
1335 sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=",
1336 version = "v1.1.0",
1337 )
1338 go_repository(
1339 name = "com_github_hashicorp_go_net",
1340 importpath = "github.com/hashicorp/go.net",
1341 sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=",
1342 version = "v0.0.1",
1343 )
1344 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04001345 name = "com_github_hashicorp_go_retryablehttp",
1346 importpath = "github.com/hashicorp/go-retryablehttp",
1347 sum = "h1:QlWt0KvWT0lq8MFppF9tsJGF+ynG7ztc2KIPhzRGk7s=",
1348 version = "v0.5.3",
1349 )
1350
1351 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001352 name = "com_github_hashicorp_go_rootcerts",
1353 importpath = "github.com/hashicorp/go-rootcerts",
Kevin Lubick4a621312022-04-28 08:33:37 -04001354 sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=",
1355 version = "v1.0.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001356 )
1357 go_repository(
1358 name = "com_github_hashicorp_go_sockaddr",
1359 importpath = "github.com/hashicorp/go-sockaddr",
1360 sum = "h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs=",
1361 version = "v1.0.0",
1362 )
1363 go_repository(
1364 name = "com_github_hashicorp_go_syslog",
1365 importpath = "github.com/hashicorp/go-syslog",
1366 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
1367 version = "v1.0.0",
1368 )
1369 go_repository(
1370 name = "com_github_hashicorp_go_uuid",
1371 importpath = "github.com/hashicorp/go-uuid",
1372 sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=",
1373 version = "v1.0.1",
1374 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001375
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001376 go_repository(
1377 name = "com_github_hashicorp_golang_lru",
1378 importpath = "github.com/hashicorp/golang-lru",
1379 sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=",
1380 version = "v0.5.4",
1381 )
1382 go_repository(
1383 name = "com_github_hashicorp_hcl",
1384 importpath = "github.com/hashicorp/hcl",
1385 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
1386 version = "v1.0.0",
1387 )
1388 go_repository(
1389 name = "com_github_hashicorp_logutils",
1390 importpath = "github.com/hashicorp/logutils",
1391 sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=",
1392 version = "v1.0.0",
1393 )
1394 go_repository(
1395 name = "com_github_hashicorp_mdns",
1396 importpath = "github.com/hashicorp/mdns",
Kevin Lubick4a621312022-04-28 08:33:37 -04001397 sum = "h1:sY0CMhFmjIPDMlTB+HfymFHCaYLhgifZ0QhjaYKD/UQ=",
1398 version = "v1.0.4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001399 )
1400 go_repository(
1401 name = "com_github_hashicorp_memberlist",
1402 importpath = "github.com/hashicorp/memberlist",
Kevin Lubick4a621312022-04-28 08:33:37 -04001403 sum = "h1:8+567mCcFDnS5ADl7lrpxPMWiFCElyUEeW0gtj34fMA=",
1404 version = "v0.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001405 )
1406 go_repository(
1407 name = "com_github_hashicorp_serf",
1408 importpath = "github.com/hashicorp/serf",
Kevin Lubick4a621312022-04-28 08:33:37 -04001409 sum = "h1:uuEX1kLR6aoda1TBttmJQKDLZE1Ob7KN0NPdE7EtCDc=",
1410 version = "v0.9.6",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001411 )
1412 go_repository(
1413 name = "com_github_hpcloud_tail",
1414 importpath = "github.com/hpcloud/tail",
1415 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
1416 version = "v1.0.0",
1417 )
1418 go_repository(
1419 name = "com_github_huandu_xstrings",
1420 importpath = "github.com/huandu/xstrings",
1421 sum = "h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=",
1422 version = "v1.3.2",
1423 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001424
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001425 go_repository(
1426 name = "com_github_iancoleman_orderedmap",
1427 importpath = "github.com/iancoleman/orderedmap",
1428 sum = "h1:i462o439ZjprVSFSZLZxcsoAe592sZB1rci2Z8j4wdk=",
1429 version = "v0.0.0-20190318233801-ac98e3ecb4b0",
1430 )
1431 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04001432 name = "com_github_iancoleman_strcase",
1433 importpath = "github.com/iancoleman/strcase",
1434 sum = "h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=",
1435 version = "v0.2.0",
1436 )
1437
1438 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001439 name = "com_github_ianlancetaylor_demangle",
1440 importpath = "github.com/ianlancetaylor/demangle",
1441 sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=",
1442 version = "v0.0.0-20200824232613-28f6c0f3b639",
1443 )
1444 go_repository(
1445 name = "com_github_imdario_mergo",
1446 importpath = "github.com/imdario/mergo",
1447 sum = "h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=",
1448 version = "v0.3.11",
1449 )
1450 go_repository(
1451 name = "com_github_inconshreveable_mousetrap",
1452 importpath = "github.com/inconshreveable/mousetrap",
1453 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
1454 version = "v1.0.0",
1455 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001456
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001457 go_repository(
1458 name = "com_github_jackc_chunkreader",
1459 importpath = "github.com/jackc/chunkreader",
1460 sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=",
1461 version = "v1.0.0",
1462 )
1463 go_repository(
1464 name = "com_github_jackc_chunkreader_v2",
1465 importpath = "github.com/jackc/chunkreader/v2",
1466 sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=",
1467 version = "v2.0.1",
1468 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001469
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001470 go_repository(
1471 name = "com_github_jackc_pgconn",
1472 importpath = "github.com/jackc/pgconn",
Eric Borene5e32482022-10-18 10:42:17 -04001473 sum = "h1:rsDFzIpRk7xT4B8FufgpCCeyjdNpKyghZeSefViE5W8=",
1474 version = "v1.12.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001475 )
1476 go_repository(
1477 name = "com_github_jackc_pgio",
1478 importpath = "github.com/jackc/pgio",
1479 sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=",
1480 version = "v1.0.0",
1481 )
1482 go_repository(
1483 name = "com_github_jackc_pgmock",
1484 importpath = "github.com/jackc/pgmock",
Eric Borene5e32482022-10-18 10:42:17 -04001485 sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=",
1486 version = "v0.0.0-20210724152146-4ad1a8207f65",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001487 )
1488 go_repository(
1489 name = "com_github_jackc_pgpassfile",
1490 importpath = "github.com/jackc/pgpassfile",
1491 sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=",
1492 version = "v1.0.0",
1493 )
1494 go_repository(
1495 name = "com_github_jackc_pgproto3",
1496 importpath = "github.com/jackc/pgproto3",
1497 sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=",
1498 version = "v1.1.0",
1499 )
1500 go_repository(
1501 name = "com_github_jackc_pgproto3_v2",
1502 importpath = "github.com/jackc/pgproto3/v2",
Eric Borene5e32482022-10-18 10:42:17 -04001503 sum = "h1:brH0pCGBDkBW07HWlN/oSBXrmo3WB0UvZd1pIuDcL8Y=",
1504 version = "v2.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001505 )
1506 go_repository(
1507 name = "com_github_jackc_pgservicefile",
1508 importpath = "github.com/jackc/pgservicefile",
1509 sum = "h1:C8S2+VttkHFdOOCXJe+YGfa4vHYwlt4Zx+IVXQ97jYg=",
1510 version = "v0.0.0-20200714003250-2b9c44734f2b",
1511 )
1512 go_repository(
1513 name = "com_github_jackc_pgtype",
1514 importpath = "github.com/jackc/pgtype",
Eric Borene5e32482022-10-18 10:42:17 -04001515 sum = "h1:u4uiGPz/1hryuXzyaBhSk6dnIyyG2683olG2OV+UUgs=",
1516 version = "v1.11.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001517 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001518
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001519 go_repository(
1520 name = "com_github_jackc_pgx_v4",
1521 importpath = "github.com/jackc/pgx/v4",
Eric Borene5e32482022-10-18 10:42:17 -04001522 sum = "h1:JzTglcal01DrghUqt+PmzWsZx/Yh7SC/CTQmSBMTd0Y=",
1523 version = "v4.16.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001524 )
1525 go_repository(
1526 name = "com_github_jackc_puddle",
1527 importpath = "github.com/jackc/puddle",
Eric Borene5e32482022-10-18 10:42:17 -04001528 sum = "h1:gI8os0wpRXFd4FiAY2dWiqRK037tjj3t7rKFeO4X5iw=",
1529 version = "v1.2.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001530 )
1531 go_repository(
1532 name = "com_github_jbenet_go_context",
1533 importpath = "github.com/jbenet/go-context",
1534 sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=",
1535 version = "v0.0.0-20150711004518-d14ea06fba99",
1536 )
1537 go_repository(
1538 name = "com_github_jcgregorio_logger",
1539 importpath = "github.com/jcgregorio/logger",
Eric Borene5e32482022-10-18 10:42:17 -04001540 sum = "h1:KKKWn4Q0bPpGtLFWEF3Pkv0VtX8Oru3cK0OH0ZozYik=",
1541 version = "v0.1.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001542 )
1543 go_repository(
1544 name = "com_github_jcgregorio_slog",
1545 importpath = "github.com/jcgregorio/slog",
1546 sum = "h1:H8hiPQr5PtkrB5z3Do/9iR5tEwuAFNim68cqcoAlHeY=",
1547 version = "v0.0.0-20190423190439-e6f2d537f900",
1548 )
1549 go_repository(
1550 name = "com_github_jeffail_gabs_v2",
1551 importpath = "github.com/Jeffail/gabs/v2",
1552 sum = "h1:WdCnGaDhNa4LSRTMwhLZzJ7SRDXjABNP13SOKvCpL5w=",
1553 version = "v2.6.0",
1554 )
1555 go_repository(
1556 name = "com_github_jellevandenhooff_dkim",
1557 importpath = "github.com/jellevandenhooff/dkim",
1558 sum = "h1:ujPKutqRlJtcfWk6toYVYagwra7HQHbXOaS171b4Tg8=",
1559 version = "v0.0.0-20150330215556-f50fe3d243e1",
1560 )
1561 go_repository(
1562 name = "com_github_jessevdk_go_flags",
1563 importpath = "github.com/jessevdk/go-flags",
1564 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
1565 version = "v1.4.0",
1566 )
1567 go_repository(
1568 name = "com_github_jinzhu_inflection",
1569 importpath = "github.com/jinzhu/inflection",
1570 sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=",
1571 version = "v1.0.0",
1572 )
1573 go_repository(
1574 name = "com_github_jinzhu_now",
1575 importpath = "github.com/jinzhu/now",
1576 sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=",
1577 version = "v1.1.1",
1578 )
1579 go_repository(
1580 name = "com_github_jmespath_go_jmespath",
1581 importpath = "github.com/jmespath/go-jmespath",
1582 sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=",
1583 version = "v0.4.0",
1584 )
1585 go_repository(
1586 name = "com_github_jmespath_go_jmespath_internal_testify",
1587 importpath = "github.com/jmespath/go-jmespath/internal/testify",
1588 sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
1589 version = "v1.5.1",
1590 )
1591 go_repository(
1592 name = "com_github_jmoiron_sqlx",
1593 importpath = "github.com/jmoiron/sqlx",
1594 sum = "h1:41Ip0zITnmWNR/vHV+S4m+VoUivnWY5E4OJfLZjCJMA=",
1595 version = "v1.2.0",
1596 )
1597 go_repository(
1598 name = "com_github_jonboulle_clockwork",
1599 importpath = "github.com/jonboulle/clockwork",
Eric Borene5e32482022-10-18 10:42:17 -04001600 sum = "h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=",
1601 version = "v0.2.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001602 )
1603 go_repository(
1604 name = "com_github_josharian_intern",
1605 importpath = "github.com/josharian/intern",
1606 sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=",
1607 version = "v1.0.0",
1608 )
1609 go_repository(
1610 name = "com_github_jpillora_backoff",
1611 importpath = "github.com/jpillora/backoff",
1612 sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=",
1613 version = "v1.0.0",
1614 )
1615 go_repository(
1616 name = "com_github_json_iterator_go",
1617 importpath = "github.com/json-iterator/go",
Kevin Lubick7c18d942022-04-08 11:26:02 -04001618 sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=",
1619 version = "v1.1.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001620 )
1621 go_repository(
1622 name = "com_github_jstemmer_go_junit_report",
1623 importpath = "github.com/jstemmer/go-junit-report",
1624 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
1625 version = "v0.9.1",
1626 )
1627 go_repository(
1628 name = "com_github_jtolds_gls",
1629 importpath = "github.com/jtolds/gls",
1630 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
1631 version = "v4.20.0+incompatible",
1632 )
1633 go_repository(
1634 name = "com_github_julienschmidt_httprouter",
1635 importpath = "github.com/julienschmidt/httprouter",
1636 sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=",
1637 version = "v1.3.0",
1638 )
1639 go_repository(
1640 name = "com_github_jung_kurt_gofpdf",
1641 importpath = "github.com/jung-kurt/gofpdf",
1642 sum = "h1:OrLyhb9VU2dNdxzDu5lpMhX5/vpfm6RY5Jlr4iPQ6ME=",
1643 version = "v1.13.0",
1644 )
1645 go_repository(
1646 name = "com_github_kardianos_osext",
1647 importpath = "github.com/kardianos/osext",
1648 sum = "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=",
1649 version = "v0.0.0-20190222173326-2bc1f35cddc0",
1650 )
1651 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04001652 name = "com_github_kballard_go_shellquote",
1653 importpath = "github.com/kballard/go-shellquote",
1654 sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
1655 version = "v0.0.0-20180428030007-95032a82bc51",
1656 )
1657
1658 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001659 name = "com_github_kevinburke_ssh_config",
1660 importpath = "github.com/kevinburke/ssh_config",
Kevin Lubickacab9112022-02-28 08:56:47 -05001661 sum = "h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=",
1662 version = "v0.0.0-20190725054713-01f96b0aa0cd",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001663 )
1664 go_repository(
1665 name = "com_github_kisielk_errcheck",
1666 importpath = "github.com/kisielk/errcheck",
1667 sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
1668 version = "v1.5.0",
1669 )
1670 go_repository(
1671 name = "com_github_kisielk_gotool",
1672 importpath = "github.com/kisielk/gotool",
1673 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
1674 version = "v1.0.0",
1675 )
1676 go_repository(
1677 name = "com_github_klauspost_compress",
1678 importpath = "github.com/klauspost/compress",
1679 sum = "h1:dB4Bn0tN3wdCzQxnS8r06kV74qN/TAfaIS0bVE8h3jc=",
1680 version = "v1.11.3",
1681 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001682
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001683 go_repository(
1684 name = "com_github_konsorten_go_windows_terminal_sequences",
1685 importpath = "github.com/konsorten/go-windows-terminal-sequences",
1686 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
1687 version = "v1.0.3",
1688 )
1689 go_repository(
1690 name = "com_github_kr_fs",
1691 importpath = "github.com/kr/fs",
1692 sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=",
1693 version = "v0.1.0",
1694 )
1695 go_repository(
1696 name = "com_github_kr_logfmt",
1697 importpath = "github.com/kr/logfmt",
1698 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
1699 version = "v0.0.0-20140226030751-b84e30acd515",
1700 )
1701 go_repository(
1702 name = "com_github_kr_pretty",
1703 importpath = "github.com/kr/pretty",
skia-autorolla8d1a552023-02-16 04:04:52 +00001704 sum = "h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=",
1705 version = "v0.2.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001706 )
1707 go_repository(
1708 name = "com_github_kr_pty",
1709 importpath = "github.com/kr/pty",
1710 sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=",
1711 version = "v1.1.8",
1712 )
1713 go_repository(
1714 name = "com_github_kr_text",
1715 importpath = "github.com/kr/text",
1716 sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=",
1717 version = "v0.2.0",
1718 )
1719 go_repository(
1720 name = "com_github_kylelemons_godebug",
1721 importpath = "github.com/kylelemons/godebug",
1722 sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
1723 version = "v1.1.0",
1724 )
Kevin Lubickacab9112022-02-28 08:56:47 -05001725
1726 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001727 name = "com_github_lib_pq",
1728 importpath = "github.com/lib/pq",
Eric Borene5e32482022-10-18 10:42:17 -04001729 sum = "h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8=",
1730 version = "v1.10.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001731 )
1732 go_repository(
1733 name = "com_github_liggitt_tabwriter",
1734 importpath = "github.com/liggitt/tabwriter",
1735 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
1736 version = "v0.0.0-20181228230101-89fcab3d43de",
1737 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001738
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001739 go_repository(
1740 name = "com_github_lithammer_dedent",
1741 importpath = "github.com/lithammer/dedent",
1742 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
1743 version = "v1.1.0",
1744 )
1745 go_repository(
1746 name = "com_github_luci_gtreap",
1747 importpath = "github.com/luci/gtreap",
1748 sum = "h1:Kkxfmkf53vnIADWIhzvJ0GvwVR/gz9U7F7Wqofqd7dU=",
1749 version = "v0.0.0-20161228054646-35df89791e8f",
1750 )
1751 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04001752 name = "com_github_lyft_protoc_gen_star",
1753 importpath = "github.com/lyft/protoc-gen-star",
1754 sum = "h1:zSGLzsUew8RT+ZKPHc3jnf8XLaVyHzTcAFBzHtCNR20=",
1755 version = "v0.5.3",
1756 )
1757
1758 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001759 name = "com_github_magiconair_properties",
1760 importpath = "github.com/magiconair/properties",
Kevin Lubick4a621312022-04-28 08:33:37 -04001761 sum = "h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=",
1762 version = "v1.8.5",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001763 )
1764 go_repository(
1765 name = "com_github_mailru_easyjson",
1766 importpath = "github.com/mailru/easyjson",
Eric Borene5e32482022-10-18 10:42:17 -04001767 sum = "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=",
1768 version = "v0.7.6",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001769 )
1770 go_repository(
1771 name = "com_github_makenowjust_heredoc",
1772 importpath = "github.com/MakeNowJust/heredoc",
1773 sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=",
1774 version = "v0.0.0-20170808103936-bb23615498cd",
1775 )
1776 go_repository(
1777 name = "com_github_markbates_pkger",
1778 importpath = "github.com/markbates/pkger",
skia-autorollc2474502022-10-27 19:34:01 +00001779 sum = "h1:3MPelV53RnGSW07izx5xGxl4e/sdRD6zqseIk0rMASY=",
1780 version = "v0.15.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001781 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001782
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001783 go_repository(
1784 name = "com_github_masterminds_goutils",
1785 importpath = "github.com/Masterminds/goutils",
1786 sum = "h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=",
1787 version = "v1.1.0",
1788 )
1789 go_repository(
1790 name = "com_github_masterminds_semver",
1791 importpath = "github.com/Masterminds/semver",
1792 sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=",
1793 version = "v1.5.0",
1794 )
1795 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04001796 name = "com_github_masterminds_semver_v3",
1797 importpath = "github.com/Masterminds/semver/v3",
1798 sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=",
1799 version = "v3.1.1",
1800 )
1801
1802 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001803 name = "com_github_masterminds_sprig",
1804 importpath = "github.com/Masterminds/sprig",
1805 sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=",
1806 version = "v2.22.0+incompatible",
1807 )
1808 go_repository(
1809 name = "com_github_mattn_go_colorable",
1810 importpath = "github.com/mattn/go-colorable",
Kevin Lubick4a621312022-04-28 08:33:37 -04001811 sum = "h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40=",
1812 version = "v0.1.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001813 )
1814 go_repository(
1815 name = "com_github_mattn_go_isatty",
1816 importpath = "github.com/mattn/go-isatty",
Kevin Lubick4a621312022-04-28 08:33:37 -04001817 sum = "h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=",
1818 version = "v0.0.14",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001819 )
1820 go_repository(
1821 name = "com_github_mattn_go_runewidth",
1822 importpath = "github.com/mattn/go-runewidth",
Kevin Lubickacab9112022-02-28 08:56:47 -05001823 sum = "h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=",
1824 version = "v0.0.7",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001825 )
1826 go_repository(
1827 name = "com_github_mattn_go_sqlite3",
1828 importpath = "github.com/mattn/go-sqlite3",
1829 sum = "h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=",
1830 version = "v2.0.3+incompatible",
1831 )
1832 go_repository(
1833 name = "com_github_matttproud_golang_protobuf_extensions",
1834 importpath = "github.com/matttproud/golang_protobuf_extensions",
1835 sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=",
1836 version = "v1.0.2-0.20181231171920-c182affec369",
1837 )
1838 go_repository(
1839 name = "com_github_microsoft_go_winio",
1840 importpath = "github.com/Microsoft/go-winio",
Eric Borene5e32482022-10-18 10:42:17 -04001841 sum = "h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=",
1842 version = "v0.5.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001843 )
1844 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04001845 name = "com_github_microsoft_hcsshim",
1846 importpath = "github.com/Microsoft/hcsshim",
1847 sum = "h1:jP+GMeRXIR1sH1kG4lJr9ShmSjVrua5jmFZDtfYGkn4=",
1848 version = "v0.8.24",
1849 )
1850
1851 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001852 name = "com_github_miekg_dns",
1853 importpath = "github.com/miekg/dns",
Kevin Lubick4a621312022-04-28 08:33:37 -04001854 sum = "h1:WMszZWJG0XmzbK9FEmzH2TVcqYzFesusSIB41b8KHxY=",
1855 version = "v1.1.41",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001856 )
1857 go_repository(
1858 name = "com_github_mitchellh_cli",
1859 importpath = "github.com/mitchellh/cli",
Kevin Lubick4a621312022-04-28 08:33:37 -04001860 sum = "h1:tEElEatulEHDeedTxwckzyYMA5c86fbmNIUL1hBIiTg=",
1861 version = "v1.1.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001862 )
1863 go_repository(
1864 name = "com_github_mitchellh_copystructure",
1865 importpath = "github.com/mitchellh/copystructure",
1866 sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=",
1867 version = "v1.0.0",
1868 )
1869 go_repository(
1870 name = "com_github_mitchellh_go_homedir",
1871 importpath = "github.com/mitchellh/go-homedir",
1872 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
1873 version = "v1.1.0",
1874 )
1875 go_repository(
1876 name = "com_github_mitchellh_go_testing_interface",
1877 importpath = "github.com/mitchellh/go-testing-interface",
1878 sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=",
1879 version = "v1.0.0",
1880 )
1881 go_repository(
1882 name = "com_github_mitchellh_go_wordwrap",
1883 importpath = "github.com/mitchellh/go-wordwrap",
1884 sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=",
1885 version = "v1.0.0",
1886 )
1887 go_repository(
1888 name = "com_github_mitchellh_gox",
1889 importpath = "github.com/mitchellh/gox",
1890 sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=",
1891 version = "v0.4.0",
1892 )
1893 go_repository(
1894 name = "com_github_mitchellh_iochan",
1895 importpath = "github.com/mitchellh/iochan",
1896 sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=",
1897 version = "v1.0.0",
1898 )
1899 go_repository(
1900 name = "com_github_mitchellh_mapstructure",
1901 importpath = "github.com/mitchellh/mapstructure",
Kevin Lubick4a621312022-04-28 08:33:37 -04001902 sum = "h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=",
1903 version = "v1.4.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001904 )
1905 go_repository(
1906 name = "com_github_mitchellh_reflectwalk",
1907 importpath = "github.com/mitchellh/reflectwalk",
1908 sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=",
1909 version = "v1.0.1",
1910 )
1911 go_repository(
1912 name = "com_github_moby_spdystream",
1913 importpath = "github.com/moby/spdystream",
1914 sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=",
1915 version = "v0.2.0",
1916 )
1917 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04001918 name = "com_github_moby_sys_mountinfo",
1919 importpath = "github.com/moby/sys/mountinfo",
1920 sum = "h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI=",
1921 version = "v0.5.0",
1922 )
1923
1924 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001925 name = "com_github_moby_term",
1926 importpath = "github.com/moby/term",
Eric Borene5e32482022-10-18 10:42:17 -04001927 sum = "h1:yH0SvLzcbZxcJXho2yh7CqdENGMQe73Cw3woZBpPli0=",
1928 version = "v0.0.0-20210610120745-9d4ed1856297",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001929 )
1930 go_repository(
1931 name = "com_github_modern_go_concurrent",
1932 importpath = "github.com/modern-go/concurrent",
1933 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
1934 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
1935 )
1936 go_repository(
1937 name = "com_github_modern_go_reflect2",
1938 importpath = "github.com/modern-go/reflect2",
Kevin Lubick7c18d942022-04-08 11:26:02 -04001939 sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=",
1940 version = "v1.0.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001941 )
1942 go_repository(
1943 name = "com_github_monochromegane_go_gitignore",
1944 importpath = "github.com/monochromegane/go-gitignore",
1945 sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=",
1946 version = "v0.0.0-20200626010858-205db1a8cc00",
1947 )
1948 go_repository(
1949 name = "com_github_morikuni_aec",
1950 importpath = "github.com/morikuni/aec",
1951 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
1952 version = "v1.0.0",
1953 )
1954 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04001955 name = "com_github_mrunalp_fileutils",
1956 importpath = "github.com/mrunalp/fileutils",
1957 sum = "h1:NKzVxiH7eSk+OQ4M+ZYW1K6h27RUV3MI6NUTsHhU6Z4=",
1958 version = "v0.5.0",
1959 )
1960
1961 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001962 name = "com_github_munnerz_goautoneg",
1963 importpath = "github.com/munnerz/goautoneg",
1964 sum = "h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs=",
1965 version = "v0.0.0-20120707110453-a547fc61f48d",
1966 )
1967 go_repository(
1968 name = "com_github_mutecomm_go_sqlcipher_v4",
1969 importpath = "github.com/mutecomm/go-sqlcipher/v4",
1970 sum = "h1:sV1tWCWGAVlPhNGT95Q+z/txFxuhAYWwHD1afF5bMZg=",
1971 version = "v4.4.0",
1972 )
1973 go_repository(
1974 name = "com_github_mwitkow_go_conntrack",
1975 importpath = "github.com/mwitkow/go-conntrack",
1976 sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=",
1977 version = "v0.0.0-20190716064945-2f068394615f",
1978 )
1979 go_repository(
1980 name = "com_github_mxk_go_flowrate",
1981 importpath = "github.com/mxk/go-flowrate",
1982 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
1983 version = "v0.0.0-20140419014527-cca7078d478f",
1984 )
1985 go_repository(
1986 name = "com_github_nakagami_firebirdsql",
1987 importpath = "github.com/nakagami/firebirdsql",
1988 sum = "h1:P48LjvUQpTReR3TQRbxSeSBsMXzfK0uol7eRcr7VBYQ=",
1989 version = "v0.0.0-20190310045651-3c02a58cfed8",
1990 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001991
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001992 go_repository(
1993 name = "com_github_nbutton23_zxcvbn_go",
1994 importpath = "github.com/nbutton23/zxcvbn-go",
1995 sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=",
1996 version = "v0.0.0-20180912185939-ae427f1e4c1d",
1997 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05001998
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05001999 go_repository(
2000 name = "com_github_neo4j_neo4j_go_driver",
2001 importpath = "github.com/neo4j/neo4j-go-driver",
2002 sum = "h1:fhFP5RliM2HW/8XdcO5QngSfFli9GcRIpMXvypTQt6E=",
2003 version = "v1.8.1-0.20200803113522-b626aa943eba",
2004 )
2005 go_repository(
2006 name = "com_github_nfnt_resize",
2007 importpath = "github.com/nfnt/resize",
2008 sum = "h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=",
2009 version = "v0.0.0-20180221191011-83c6a9932646",
2010 )
2011 go_repository(
2012 name = "com_github_niemeyer_pretty",
2013 importpath = "github.com/niemeyer/pretty",
2014 sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
2015 version = "v0.0.0-20200227124842-a10e7caefd8e",
2016 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002017
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002018 go_repository(
2019 name = "com_github_nxadm_tail",
2020 importpath = "github.com/nxadm/tail",
2021 sum = "h1:obHEce3upls1IBn1gTw/o7bCv7OJb6Ib/o7wNO+4eKw=",
2022 version = "v1.4.5",
2023 )
2024 go_repository(
2025 name = "com_github_nytimes_gziphandler",
2026 importpath = "github.com/NYTimes/gziphandler",
2027 sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=",
2028 version = "v0.0.0-20170623195520-56545f4a5d46",
2029 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002030
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002031 go_repository(
2032 name = "com_github_oklog_ulid",
2033 importpath = "github.com/oklog/ulid",
2034 sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
2035 version = "v1.3.1",
2036 )
2037 go_repository(
2038 name = "com_github_olekukonko_tablewriter",
2039 importpath = "github.com/olekukonko/tablewriter",
2040 sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=",
2041 version = "v0.0.4",
2042 )
2043 go_repository(
2044 name = "com_github_olivere_elastic_v7",
2045 importpath = "github.com/olivere/elastic/v7",
2046 sum = "h1:91kj/UMKWQt8VAHBm5BDHpVmzdfPCmICaUFy2oH4LkQ=",
2047 version = "v7.0.12",
2048 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002049
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002050 go_repository(
2051 name = "com_github_oneofone_xxhash",
2052 importpath = "github.com/OneOfOne/xxhash",
2053 sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=",
2054 version = "v1.2.2",
2055 )
2056 go_repository(
2057 name = "com_github_onsi_ginkgo",
2058 importpath = "github.com/onsi/ginkgo",
2059 sum = "h1:8mVmC9kjFFmA8H4pKMUhcblgifdkOIXPvbhN1T36q1M=",
2060 version = "v1.14.2",
2061 )
2062 go_repository(
2063 name = "com_github_onsi_gomega",
2064 importpath = "github.com/onsi/gomega",
2065 sum = "h1:gph6h/qe9GSUw1NhH1gp+qb+h8rXD8Cy60Z32Qw3ELA=",
2066 version = "v1.10.3",
2067 )
2068 go_repository(
2069 name = "com_github_op_go_logging",
2070 importpath = "github.com/op/go-logging",
2071 sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=",
2072 version = "v0.0.0-20160315200505-970db520ece7",
2073 )
2074 go_repository(
2075 name = "com_github_opencontainers_go_digest",
2076 importpath = "github.com/opencontainers/go-digest",
2077 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
2078 version = "v1.0.0",
2079 )
2080 go_repository(
2081 name = "com_github_opencontainers_image_spec",
2082 importpath = "github.com/opencontainers/image-spec",
2083 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
2084 version = "v1.0.1",
2085 )
2086 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002087 name = "com_github_opencontainers_runc",
2088 importpath = "github.com/opencontainers/runc",
2089 sum = "h1:nRCz/8sKg6K6jgYAFLDlXzPeITBZJyX28DBVhWD+5dg=",
2090 version = "v1.1.4",
2091 )
2092 go_repository(
2093 name = "com_github_opencontainers_runtime_spec",
2094 importpath = "github.com/opencontainers/runtime-spec",
2095 sum = "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=",
2096 version = "v1.0.3-0.20210326190908-1c3f411f0417",
2097 )
2098 go_repository(
2099 name = "com_github_opencontainers_selinux",
2100 importpath = "github.com/opencontainers/selinux",
2101 sum = "h1:09LIPVRP3uuZGQvgR+SgMSNBd1Eb3vlRbGqQpoHsF8w=",
2102 version = "v1.10.1",
2103 )
2104
2105 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002106 name = "com_github_opentracing_opentracing_go",
2107 importpath = "github.com/opentracing/opentracing-go",
2108 sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=",
2109 version = "v1.1.0",
2110 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002111
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002112 go_repository(
2113 name = "com_github_otiai10_copy",
2114 importpath = "github.com/otiai10/copy",
2115 sum = "h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ=",
2116 version = "v1.6.0",
2117 )
2118 go_repository(
2119 name = "com_github_otiai10_curr",
2120 importpath = "github.com/otiai10/curr",
2121 sum = "h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI=",
2122 version = "v1.0.0",
2123 )
2124 go_repository(
2125 name = "com_github_otiai10_mint",
2126 importpath = "github.com/otiai10/mint",
2127 sum = "h1:VYWnrP5fXmz1MXvjuUvcBrXSjGE6xjON+axB/UrpO3E=",
2128 version = "v1.3.2",
2129 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002130
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002131 go_repository(
2132 name = "com_github_pascaldekloe_goe",
2133 importpath = "github.com/pascaldekloe/goe",
Kevin Lubick4a621312022-04-28 08:33:37 -04002134 sum = "h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=",
2135 version = "v0.1.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002136 )
2137 go_repository(
2138 name = "com_github_patrickmn_go_cache",
2139 importpath = "github.com/patrickmn/go-cache",
2140 sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=",
2141 version = "v2.1.0+incompatible",
2142 )
2143 go_repository(
2144 name = "com_github_pborman_uuid",
2145 importpath = "github.com/pborman/uuid",
2146 sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=",
2147 version = "v1.2.1",
2148 )
2149 go_repository(
2150 name = "com_github_pelletier_go_buffruneio",
2151 importpath = "github.com/pelletier/go-buffruneio",
2152 sum = "h1:U4t4R6YkofJ5xHm3dJzuRpPZ0mr5MMCoAWooScCR7aA=",
2153 version = "v0.2.0",
2154 )
2155 go_repository(
2156 name = "com_github_pelletier_go_toml",
2157 importpath = "github.com/pelletier/go-toml",
Kevin Lubick4a621312022-04-28 08:33:37 -04002158 sum = "h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM=",
2159 version = "v1.9.4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002160 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002161
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002162 go_repository(
2163 name = "com_github_peterbourgon_diskv",
2164 importpath = "github.com/peterbourgon/diskv",
2165 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
2166 version = "v2.0.1+incompatible",
2167 )
2168 go_repository(
2169 name = "com_github_peterh_liner",
2170 importpath = "github.com/peterh/liner",
Kevin Lubickacab9112022-02-28 08:56:47 -05002171 sum = "h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=",
2172 version = "v1.1.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002173 )
2174 go_repository(
2175 name = "com_github_phpdave11_gofpdi",
2176 importpath = "github.com/phpdave11/gofpdi",
2177 sum = "h1:k2oy4yhkQopCK+qW8KjCla0iU2RpDow+QUDmH9DDt44=",
2178 version = "v1.0.7",
2179 )
2180 go_repository(
2181 name = "com_github_pierrec_lz4",
2182 importpath = "github.com/pierrec/lz4",
2183 sum = "h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I=",
2184 version = "v2.0.5+incompatible",
2185 )
2186 go_repository(
2187 name = "com_github_pkg_browser",
2188 importpath = "github.com/pkg/browser",
2189 sum = "h1:49lOXmGaUpV9Fz3gd7TFZY106KVlPVa5jcYD1gaQf98=",
2190 version = "v0.0.0-20180916011732-0a3d74bf9ce4",
2191 )
2192 go_repository(
2193 name = "com_github_pkg_errors",
2194 importpath = "github.com/pkg/errors",
2195 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
2196 version = "v0.9.1",
2197 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002198
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002199 go_repository(
2200 name = "com_github_pkg_sftp",
2201 importpath = "github.com/pkg/sftp",
Kevin Lubick4a621312022-04-28 08:33:37 -04002202 sum = "h1:I2qBYMChEhIjOgazfJmV3/mZM256btk6wkCDRmW7JYs=",
2203 version = "v1.13.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002204 )
2205 go_repository(
2206 name = "com_github_pmezard_go_difflib",
2207 importpath = "github.com/pmezard/go-difflib",
2208 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
2209 version = "v1.0.0",
2210 )
2211 go_repository(
2212 name = "com_github_posener_complete",
2213 importpath = "github.com/posener/complete",
Kevin Lubick4a621312022-04-28 08:33:37 -04002214 sum = "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=",
2215 version = "v1.2.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002216 )
2217 go_repository(
2218 name = "com_github_prometheus_client_golang",
2219 importpath = "github.com/prometheus/client_golang",
Kevin Lubick7c18d942022-04-08 11:26:02 -04002220 sum = "h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=",
2221 version = "v1.11.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002222 )
2223 go_repository(
2224 name = "com_github_prometheus_client_model",
2225 importpath = "github.com/prometheus/client_model",
2226 sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=",
2227 version = "v0.2.0",
2228 )
2229 go_repository(
2230 name = "com_github_prometheus_common",
2231 importpath = "github.com/prometheus/common",
Kevin Lubick7c18d942022-04-08 11:26:02 -04002232 sum = "h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ=",
2233 version = "v0.26.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002234 )
2235 go_repository(
2236 name = "com_github_prometheus_procfs",
2237 importpath = "github.com/prometheus/procfs",
Kevin Lubick7c18d942022-04-08 11:26:02 -04002238 sum = "h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=",
2239 version = "v0.6.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002240 )
2241 go_repository(
2242 name = "com_github_prometheus_tsdb",
2243 importpath = "github.com/prometheus/tsdb",
2244 sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
2245 version = "v0.7.1",
2246 )
2247 go_repository(
2248 name = "com_github_puerkitobio_goquery",
2249 importpath = "github.com/PuerkitoBio/goquery",
2250 sum = "h1:j7taAbelrdcsOlGeMenZxc2AWXD5fieT1/znArdnx94=",
2251 version = "v1.6.0",
2252 )
2253 go_repository(
2254 name = "com_github_puerkitobio_purell",
2255 importpath = "github.com/PuerkitoBio/purell",
2256 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
2257 version = "v1.1.1",
2258 )
2259 go_repository(
2260 name = "com_github_puerkitobio_urlesc",
2261 importpath = "github.com/PuerkitoBio/urlesc",
2262 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
2263 version = "v0.0.0-20170810143723-de5bf2ad4578",
2264 )
2265 go_repository(
skia-autoroll3f1fe0f2022-11-04 17:12:43 +00002266 name = "com_github_r3labs_sse_v2",
2267 importpath = "github.com/r3labs/sse/v2",
2268 sum = "h1:lZH+W4XOLIq88U5MIHOsLec7+R62uhz3bIi2yn0Sg8o=",
2269 version = "v2.8.1",
2270 )
2271
2272 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002273 name = "com_github_remyoudompheng_bigfft",
2274 importpath = "github.com/remyoudompheng/bigfft",
2275 sum = "h1:HQagqIiBmr8YXawX/le3+O26N+vPPC1PtjaF3mwnook=",
2276 version = "v0.0.0-20190728182440-6a916e37a237",
2277 )
2278 go_repository(
2279 name = "com_github_robertkrimen_otto",
2280 importpath = "github.com/robertkrimen/otto",
2281 sum = "h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=",
2282 version = "v0.0.0-20200922221731-ef014fd054ac",
2283 )
2284 go_repository(
2285 name = "com_github_rogpeppe_fastuuid",
2286 importpath = "github.com/rogpeppe/fastuuid",
Kevin Lubick4a621312022-04-28 08:33:37 -04002287 sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=",
2288 version = "v1.2.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002289 )
2290 go_repository(
2291 name = "com_github_rogpeppe_go_internal",
2292 importpath = "github.com/rogpeppe/go-internal",
Kevin Lubickacab9112022-02-28 08:56:47 -05002293 sum = "h1:RR9dF3JtopPvtkroDZuVD7qquD0bnHlKSqaQhgwt8yk=",
2294 version = "v1.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002295 )
2296 go_repository(
2297 name = "com_github_rs_cors",
2298 importpath = "github.com/rs/cors",
2299 sum = "h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=",
2300 version = "v1.6.0",
2301 )
2302 go_repository(
2303 name = "com_github_rs_xid",
2304 importpath = "github.com/rs/xid",
skia-autorolla8d1a552023-02-16 04:04:52 +00002305 sum = "h1:6NjYksEUlhurdVehpc7S7dk6DAmcKv8V9gG0FsVN2U4=",
2306 version = "v1.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002307 )
2308 go_repository(
2309 name = "com_github_rs_zerolog",
2310 importpath = "github.com/rs/zerolog",
skia-autorolla8d1a552023-02-16 04:04:52 +00002311 sum = "h1:/ihwxqH+4z8UxyI70wM1z9yCvkWcfz/a3mj48k/Zngc=",
2312 version = "v1.26.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002313 )
2314 go_repository(
2315 name = "com_github_russross_blackfriday",
2316 importpath = "github.com/russross/blackfriday",
2317 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
2318 version = "v1.5.2",
2319 )
2320 go_repository(
2321 name = "com_github_russross_blackfriday_v2",
2322 importpath = "github.com/russross/blackfriday/v2",
Kevin Lubick4a621312022-04-28 08:33:37 -04002323 sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
2324 version = "v2.1.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002325 )
2326 go_repository(
2327 name = "com_github_ruudk_golang_pdf417",
2328 importpath = "github.com/ruudk/golang-pdf417",
2329 sum = "h1:nlG4Wa5+minh3S9LVFtNoY+GVRiudA2e3EVfcCi3RCA=",
2330 version = "v0.0.0-20181029194003-1af4ab5afa58",
2331 )
2332 go_repository(
2333 name = "com_github_rwcarlsen_goexif",
2334 importpath = "github.com/rwcarlsen/goexif",
2335 sum = "h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc=",
2336 version = "v0.0.0-20190401172101-9e8deecbddbd",
2337 )
2338 go_repository(
2339 name = "com_github_ryanuber_columnize",
2340 importpath = "github.com/ryanuber/columnize",
2341 sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=",
2342 version = "v0.0.0-20160712163229-9b3edd62028f",
2343 )
2344 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002345 name = "com_github_sagikazarmark_crypt",
2346 importpath = "github.com/sagikazarmark/crypt",
2347 sum = "h1:Rqcx6Sf/bWQUmmfGQhcFx3wQQEfb2UZWhAKvGRairm0=",
2348 version = "v0.4.0",
2349 )
2350
2351 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002352 name = "com_github_satori_go_uuid",
2353 importpath = "github.com/satori/go.uuid",
2354 sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
2355 version = "v1.2.0",
2356 )
2357 go_repository(
2358 name = "com_github_sean_seed",
2359 importpath = "github.com/sean-/seed",
2360 sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=",
2361 version = "v0.0.0-20170313163322-e2103e2c3529",
2362 )
2363 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002364 name = "com_github_seccomp_libseccomp_golang",
2365 importpath = "github.com/seccomp/libseccomp-golang",
2366 sum = "h1:RpforrEYXWkmGwJHIGnLZ3tTWStkjVVstwzNGqxX2Ds=",
2367 version = "v0.9.2-0.20220502022130-f33da4d89646",
2368 )
2369 go_repository(
2370 name = "com_github_sendgrid_rest",
2371 importpath = "github.com/sendgrid/rest",
2372 sum = "h1:1EyIcsNdn9KIisLW50MKwmSRSK+ekueiEMJ7NEoxJo0=",
2373 version = "v2.6.9+incompatible",
2374 )
2375 go_repository(
2376 name = "com_github_sendgrid_sendgrid_go",
2377 importpath = "github.com/sendgrid/sendgrid-go",
2378 sum = "h1:ai0+woZ3r/+tKLQExznak5XerOFoD6S7ePO0lMV8WXo=",
2379 version = "v3.11.1+incompatible",
2380 )
2381
2382 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002383 name = "com_github_sergi_go_diff",
2384 importpath = "github.com/sergi/go-diff",
2385 sum = "h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=",
2386 version = "v1.2.0",
2387 )
2388 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002389 name = "com_github_shirou_gopsutil",
2390 importpath = "github.com/shirou/gopsutil",
2391 sum = "h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=",
2392 version = "v3.21.11+incompatible",
2393 )
2394
2395 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002396 name = "com_github_shopspring_decimal",
2397 importpath = "github.com/shopspring/decimal",
2398 sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=",
2399 version = "v1.2.0",
2400 )
2401 go_repository(
2402 name = "com_github_shurcool_sanitized_anchor_name",
2403 importpath = "github.com/shurcooL/sanitized_anchor_name",
2404 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
2405 version = "v1.0.0",
2406 )
2407 go_repository(
2408 name = "com_github_sirupsen_logrus",
2409 importpath = "github.com/sirupsen/logrus",
skia-autorolld29444d2023-02-17 04:05:34 +00002410 sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
2411 version = "v1.6.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002412 )
2413 go_repository(
2414 name = "com_github_skia_dev_go2ts",
2415 importpath = "github.com/skia-dev/go2ts",
2416 sum = "h1:AHQe+t5W18HFoTuApMeShiVMu2nBMHdHgLWo2b2y7/U=",
2417 version = "v1.5.0",
2418 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002419
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002420 go_repository(
2421 name = "com_github_skia_dev_google_api_go_client",
2422 importpath = "github.com/skia-dev/google-api-go-client",
2423 sum = "h1:Id5JdSD66PKQQiiVFG1VXDVCT5U3DcDzJSReXRxKRLk=",
2424 version = "v0.10.1-0.20200109184256-16c3d6f408b2",
2425 )
2426 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002427 name = "com_github_skia_dev_protoc_gen_twirp_typescript",
2428 importpath = "github.com/skia-dev/protoc-gen-twirp_typescript",
2429 sum = "h1:NDEFg8RXMMmc3j5fE+M7fJ2vqoCRRBu1excmvrhmA6Y=",
2430 version = "v0.0.0-20220429132620-ad26708b7787",
2431 )
2432
2433 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002434 name = "com_github_smartystreets_assertions",
2435 importpath = "github.com/smartystreets/assertions",
2436 sum = "h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=",
2437 version = "v1.2.0",
2438 )
2439 go_repository(
2440 name = "com_github_smartystreets_go_aws_auth",
2441 importpath = "github.com/smartystreets/go-aws-auth",
2442 sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=",
2443 version = "v0.0.0-20180515143844-0c1422d1fdb9",
2444 )
2445 go_repository(
2446 name = "com_github_smartystreets_goconvey",
2447 importpath = "github.com/smartystreets/goconvey",
2448 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
2449 version = "v1.6.4",
2450 )
2451 go_repository(
2452 name = "com_github_smartystreets_gunit",
2453 importpath = "github.com/smartystreets/gunit",
2454 sum = "h1:32x+htJCu3aMswhPw3teoJ+PnWPONqdNgaGs6Qt8ZaU=",
2455 version = "v1.1.3",
2456 )
2457 go_repository(
2458 name = "com_github_snowflakedb_glog",
2459 importpath = "github.com/snowflakedb/glog",
2460 sum = "h1:CGR1hXCOeoZ1aJhCs8qdKJuEu3xoZnxsLcYoh5Bnr+4=",
2461 version = "v0.0.0-20180824191149-f5055e6f21ce",
2462 )
2463 go_repository(
2464 name = "com_github_snowflakedb_gosnowflake",
2465 importpath = "github.com/snowflakedb/gosnowflake",
2466 sum = "h1:/Ep0cXv4/3o+iXQvh+6CDjHCRPk2AM42l/AMR9PM94Q=",
2467 version = "v1.3.5",
2468 )
2469 go_repository(
2470 name = "com_github_soheilhy_cmux",
2471 importpath = "github.com/soheilhy/cmux",
2472 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
2473 version = "v0.1.4",
2474 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002475
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002476 go_repository(
2477 name = "com_github_spaolacci_murmur3",
2478 importpath = "github.com/spaolacci/murmur3",
2479 sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
2480 version = "v0.0.0-20180118202830-f09979ecbc72",
2481 )
2482 go_repository(
2483 name = "com_github_spf13_afero",
2484 importpath = "github.com/spf13/afero",
Kevin Lubick4a621312022-04-28 08:33:37 -04002485 sum = "h1:5MmtuhAgYeU6qpa7w7bP0dv6MBYuup0vekhSpSkoq60=",
2486 version = "v1.8.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002487 )
2488 go_repository(
2489 name = "com_github_spf13_cast",
2490 importpath = "github.com/spf13/cast",
Kevin Lubick4a621312022-04-28 08:33:37 -04002491 sum = "h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA=",
2492 version = "v1.4.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002493 )
2494 go_repository(
2495 name = "com_github_spf13_cobra",
2496 importpath = "github.com/spf13/cobra",
Kevin Lubick4a621312022-04-28 08:33:37 -04002497 sum = "h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0=",
2498 version = "v1.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002499 )
2500 go_repository(
2501 name = "com_github_spf13_jwalterweatherman",
2502 importpath = "github.com/spf13/jwalterweatherman",
2503 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
2504 version = "v1.1.0",
2505 )
2506 go_repository(
2507 name = "com_github_spf13_pflag",
2508 importpath = "github.com/spf13/pflag",
2509 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
2510 version = "v1.0.5",
2511 )
2512 go_repository(
2513 name = "com_github_spf13_viper",
2514 importpath = "github.com/spf13/viper",
Kevin Lubick4a621312022-04-28 08:33:37 -04002515 sum = "h1:nuJZuYpG7gTj/XqiUwg8bA0cp1+M2mC3J4g5luUYBKk=",
2516 version = "v1.10.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002517 )
2518 go_repository(
2519 name = "com_github_src_d_gcfg",
2520 importpath = "github.com/src-d/gcfg",
2521 sum = "h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=",
2522 version = "v1.4.0",
2523 )
2524 go_repository(
2525 name = "com_github_stoewer_go_strcase",
2526 importpath = "github.com/stoewer/go-strcase",
2527 sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=",
2528 version = "v1.2.0",
2529 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002530
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002531 go_repository(
2532 name = "com_github_stretchr_objx",
2533 importpath = "github.com/stretchr/objx",
2534 sum = "h1:NGXK3lHquSN08v5vWalVI/L8XU9hdzE/G6xsrze47As=",
2535 version = "v0.3.0",
2536 )
2537 go_repository(
2538 name = "com_github_stretchr_testify",
2539 importpath = "github.com/stretchr/testify",
Kevin Lubick4a621312022-04-28 08:33:37 -04002540 sum = "h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=",
2541 version = "v1.7.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002542 )
2543 go_repository(
2544 name = "com_github_subosito_gotenv",
2545 importpath = "github.com/subosito/gotenv",
2546 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=",
2547 version = "v1.2.0",
2548 )
2549 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002550 name = "com_github_syndtr_gocapability",
2551 importpath = "github.com/syndtr/gocapability",
2552 sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=",
2553 version = "v0.0.0-20200815063812-42c35b437635",
2554 )
2555
2556 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002557 name = "com_github_syndtr_goleveldb",
2558 importpath = "github.com/syndtr/goleveldb",
2559 sum = "h1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=",
2560 version = "v1.0.0",
2561 )
2562 go_repository(
2563 name = "com_github_tarm_serial",
2564 importpath = "github.com/tarm/serial",
2565 sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=",
2566 version = "v0.0.0-20180830185346-98f6abe2eb07",
2567 )
2568 go_repository(
2569 name = "com_github_texttheater_golang_levenshtein",
2570 importpath = "github.com/texttheater/golang-levenshtein",
2571 sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=",
2572 version = "v1.0.1",
2573 )
2574 go_repository(
2575 name = "com_github_tidwall_pretty",
2576 importpath = "github.com/tidwall/pretty",
skia-autorollc2474502022-10-27 19:34:01 +00002577 sum = "h1:BP2bjP495BBPaBcS5rmqviTfrOkN5rO5ceKAMRZCRFc=",
2578 version = "v0.0.0-20180105212114-65a9db5fad51",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002579 )
2580 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002581 name = "com_github_tklauser_go_sysconf",
2582 importpath = "github.com/tklauser/go-sysconf",
2583 sum = "h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=",
2584 version = "v0.3.10",
2585 )
2586 go_repository(
2587 name = "com_github_tklauser_numcpus",
2588 importpath = "github.com/tklauser/numcpus",
2589 sum = "h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o=",
2590 version = "v0.4.0",
2591 )
2592
2593 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002594 name = "com_github_tmc_grpc_websocket_proxy",
2595 importpath = "github.com/tmc/grpc-websocket-proxy",
2596 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
2597 version = "v0.0.0-20190109142713-0ad062ec5ee5",
2598 )
2599 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002600 name = "com_github_tv42_httpunix",
2601 importpath = "github.com/tv42/httpunix",
2602 sum = "h1:G3dpKMzFDjgEh2q1Z7zUUtKa8ViPtH+ocF0bE0g00O8=",
2603 version = "v0.0.0-20150427012821-b75d8614f926",
2604 )
2605
2606 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002607 name = "com_github_twitchtv_twirp",
2608 importpath = "github.com/twitchtv/twirp",
2609 sum = "h1:3fNSDoSPyq+fTrifIvGue9XM/tptzuhiGY83rxPVNUg=",
2610 version = "v7.1.0+incompatible",
2611 )
2612 go_repository(
2613 name = "com_github_ugorji_go",
2614 importpath = "github.com/ugorji/go",
skia-autorollc2474502022-10-27 19:34:01 +00002615 sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=",
2616 version = "v1.1.4",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002617 )
2618 go_repository(
2619 name = "com_github_ugorji_go_codec",
2620 importpath = "github.com/ugorji/go/codec",
skia-autorollc2474502022-10-27 19:34:01 +00002621 sum = "h1:3SVOIvH7Ae1KRYyQWRjXWJEA9sS/c/pjvH++55Gr648=",
2622 version = "v0.0.0-20181204163529-d75b2dcb6bc8",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002623 )
2624 go_repository(
2625 name = "com_github_unrolled_secure",
2626 importpath = "github.com/unrolled/secure",
2627 sum = "h1:JaMvKbe4CRt8oyxVXn+xY+6jlqd7pyJNSVkmsBxxQsM=",
2628 version = "v1.0.8",
2629 )
2630 go_repository(
2631 name = "com_github_urfave_cli",
2632 importpath = "github.com/urfave/cli",
Eric Borene5e32482022-10-18 10:42:17 -04002633 sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=",
2634 version = "v1.22.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002635 )
2636 go_repository(
2637 name = "com_github_urfave_cli_v2",
2638 importpath = "github.com/urfave/cli/v2",
2639 sum = "h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=",
2640 version = "v2.3.0",
2641 )
2642 go_repository(
2643 name = "com_github_urfave_negroni",
2644 importpath = "github.com/urfave/negroni",
2645 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=",
2646 version = "v1.0.0",
2647 )
skia-autorolla8d1a552023-02-16 04:04:52 +00002648 go_repository(
2649 name = "com_github_vektra_mockery_v2",
2650 importpath = "github.com/vektra/mockery/v2",
2651 sum = "h1:9NkC3urGvJS9B0ve5aTbFjksbO9f/u5cZFgCTVJ30jg=",
2652 version = "v2.11.0",
2653 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002654
Chris Mumford4c967b72022-08-02 09:31:02 -07002655 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002656 name = "com_github_vishvananda_netlink",
2657 importpath = "github.com/vishvananda/netlink",
2658 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
2659 version = "v1.1.0",
2660 )
2661 go_repository(
2662 name = "com_github_vishvananda_netns",
2663 importpath = "github.com/vishvananda/netns",
2664 sum = "h1:OviZH7qLw/7ZovXvuNyL3XQl8UFofeikI1NW1Gypu7k=",
2665 version = "v0.0.0-20191106174202-0a2b9b5464df",
2666 )
2667
2668 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002669 name = "com_github_willf_bitset",
2670 importpath = "github.com/willf/bitset",
2671 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
2672 version = "v1.1.11",
2673 )
2674 go_repository(
2675 name = "com_github_xanzy_go_gitlab",
2676 importpath = "github.com/xanzy/go-gitlab",
2677 sum = "h1:rWtwKTgEnXyNUGrOArN7yyc3THRkpYcKXIXia9abywQ=",
2678 version = "v0.15.0",
2679 )
2680 go_repository(
2681 name = "com_github_xanzy_ssh_agent",
2682 importpath = "github.com/xanzy/ssh-agent",
Kevin Lubickacab9112022-02-28 08:56:47 -05002683 sum = "h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=",
2684 version = "v0.2.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002685 )
2686 go_repository(
2687 name = "com_github_xdg_scram",
2688 importpath = "github.com/xdg/scram",
2689 sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=",
2690 version = "v0.0.0-20180814205039-7eeb5667e42c",
2691 )
2692 go_repository(
2693 name = "com_github_xdg_stringprep",
2694 importpath = "github.com/xdg/stringprep",
2695 sum = "h1:d9X0esnoa3dFsV0FG35rAT0RIhYFlPq7MiP+DW89La0=",
2696 version = "v1.0.0",
2697 )
2698 go_repository(
2699 name = "com_github_xeipuuv_gojsonpointer",
2700 importpath = "github.com/xeipuuv/gojsonpointer",
2701 sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=",
2702 version = "v0.0.0-20180127040702-4e3ac2762d5f",
2703 )
2704 go_repository(
2705 name = "com_github_xeipuuv_gojsonreference",
2706 importpath = "github.com/xeipuuv/gojsonreference",
2707 sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=",
2708 version = "v0.0.0-20180127040603-bd5ef7bd5415",
2709 )
2710 go_repository(
2711 name = "com_github_xeipuuv_gojsonschema",
2712 importpath = "github.com/xeipuuv/gojsonschema",
2713 sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=",
2714 version = "v1.2.0",
2715 )
2716 go_repository(
2717 name = "com_github_xiang90_probing",
2718 importpath = "github.com/xiang90/probing",
2719 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
2720 version = "v0.0.0-20190116061207-43a291ad63a2",
2721 )
2722 go_repository(
2723 name = "com_github_xlab_treeprint",
2724 importpath = "github.com/xlab/treeprint",
2725 sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=",
2726 version = "v0.0.0-20181112141820-a009c3971eca",
2727 )
2728 go_repository(
2729 name = "com_github_xordataexchange_crypt",
2730 importpath = "github.com/xordataexchange/crypt",
2731 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
2732 version = "v0.0.3-0.20170626215501-b2862e3d0a77",
2733 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002734
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002735 go_repository(
2736 name = "com_github_yuin_goldmark",
2737 importpath = "github.com/yuin/goldmark",
Kevin Lubick4a621312022-04-28 08:33:37 -04002738 sum = "h1:/vn0k+RBvwlxEmP5E7SZMqNxPhfMVFEJiykr15/0XKM=",
2739 version = "v1.4.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002740 )
2741 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002742 name = "com_github_yusufpapurcu_wmi",
2743 importpath = "github.com/yusufpapurcu/wmi",
2744 sum = "h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg=",
2745 version = "v1.2.2",
2746 )
2747
2748 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002749 name = "com_github_zeebo_bencode",
2750 importpath = "github.com/zeebo/bencode",
2751 sum = "h1:zgop0Wu1nu4IexAZeCZ5qbsjU4O1vMrfCrVgUjbHVuA=",
2752 version = "v1.0.0",
2753 )
2754 go_repository(
2755 name = "com_github_zenazn_goji",
2756 importpath = "github.com/zenazn/goji",
2757 sum = "h1:RSQQAbXGArQ0dIDEq+PI6WqN6if+5KHu6x2Cx/GXLTQ=",
2758 version = "v0.9.0",
2759 )
2760 go_repository(
2761 name = "com_gitlab_nyarla_go_crypt",
2762 importpath = "gitlab.com/nyarla/go-crypt",
2763 sum = "h1:7gd+rd8P3bqcn/96gOZa3F5dpJr/vEiDQYlNb/y2uNs=",
2764 version = "v0.0.0-20160106005555-d9a5dc2b789b",
2765 )
2766 go_repository(
2767 name = "com_google_cloud_go",
2768 importpath = "cloud.google.com/go",
Kevin Lubick4a621312022-04-28 08:33:37 -04002769 sum = "h1:t9Iw5QH5v4XtlEQaCtUY7x6sCABps8sW0acw7e2WQ6Y=",
2770 version = "v0.100.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002771 )
2772 go_repository(
2773 name = "com_google_cloud_go_bigquery",
2774 importpath = "cloud.google.com/go/bigquery",
2775 sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=",
2776 version = "v1.8.0",
2777 )
2778 go_repository(
2779 name = "com_google_cloud_go_bigtable",
2780 importpath = "cloud.google.com/go/bigtable",
2781 sum = "h1:hcHWHVX8sfXW4qgfB0fYVd3i22Od2TK6gxoN7EWsbwY=",
2782 version = "v1.6.0",
2783 )
2784 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002785 name = "com_google_cloud_go_compute",
2786 importpath = "cloud.google.com/go/compute",
2787 sum = "h1:b1zWmYuuHz7gO9kDcM/EpHGr06UgsYNRpNJzI2kFiLM=",
2788 version = "v1.5.0",
2789 )
2790 go_repository(
2791 name = "com_google_cloud_go_container",
2792 importpath = "cloud.google.com/go/container",
2793 sum = "h1:LPKlQa4XfBTWdaBSDx/KQ/v45l8FDRzSV0tDpU6e/38=",
2794 version = "v1.2.0",
2795 )
2796
2797 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002798 name = "com_google_cloud_go_datastore",
2799 importpath = "cloud.google.com/go/datastore",
2800 sum = "h1:+T3aKNlZd+MABChjtgQqz5kVysNrFubz5HmljVQG4Zg=",
2801 version = "v1.3.0",
2802 )
2803 go_repository(
2804 name = "com_google_cloud_go_firestore",
2805 importpath = "cloud.google.com/go/firestore",
Kevin Lubick4a621312022-04-28 08:33:37 -04002806 sum = "h1:8rBq3zRjnHx8UtBvaOWqBB1xq9jH6/wltfQLlTMh2Fw=",
2807 version = "v1.6.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002808 )
2809 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002810 name = "com_google_cloud_go_iam",
2811 importpath = "cloud.google.com/go/iam",
Eric Borene5e32482022-10-18 10:42:17 -04002812 sum = "h1:exkAomrVUuzx9kWFI1wm3KI0uoDeUFPB4kKGzx6x+Gc=",
2813 version = "v0.3.0",
Kevin Lubick4a621312022-04-28 08:33:37 -04002814 )
2815 go_repository(
2816 name = "com_google_cloud_go_kms",
2817 importpath = "cloud.google.com/go/kms",
2818 sum = "h1:iElbfoE61VeLhnZcGOltqL8HIly8Nhbe5t6JlH9GXjo=",
2819 version = "v1.4.0",
2820 )
2821
2822 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002823 name = "com_google_cloud_go_logging",
2824 importpath = "cloud.google.com/go/logging",
2825 sum = "h1:mU+6wZyP0llWyobJ+aJFqeEfDzMp95R449wEPPILVX0=",
2826 version = "v1.1.1",
2827 )
2828 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002829 name = "com_google_cloud_go_monitoring",
2830 importpath = "cloud.google.com/go/monitoring",
2831 sum = "h1:ZltYv8e69fJVga7RTthUBGdx4+Pwz6GRF1V3zylERl4=",
2832 version = "v1.5.0",
2833 )
2834
2835 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002836 name = "com_google_cloud_go_pubsub",
2837 importpath = "cloud.google.com/go/pubsub",
2838 sum = "h1:kl5QdIn98mYhX+G7OzdQ9W3SQ0XXdhHlTw0GHa723pI=",
2839 version = "v1.8.3",
2840 )
2841 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04002842 name = "com_google_cloud_go_secretmanager",
2843 importpath = "cloud.google.com/go/secretmanager",
2844 sum = "h1:Cl+kDYvKHjPQ1l2DZDr2FG/cXUzNGCZkh05BARgddo8=",
2845 version = "v1.4.0",
2846 )
2847
2848 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002849 name = "com_google_cloud_go_spanner",
2850 importpath = "cloud.google.com/go/spanner",
2851 sum = "h1:WXuGWhUp5i7MeUMzMrJlodqJvSGtU0Cdw6BdHGgCgVo=",
2852 version = "v1.9.0",
2853 )
2854 go_repository(
2855 name = "com_google_cloud_go_storage",
2856 importpath = "cloud.google.com/go/storage",
Kevin Lubick4a621312022-04-28 08:33:37 -04002857 sum = "h1:6RRlFMv1omScs6iq2hfE3IvgE+l6RfJPampq8UZc5TU=",
2858 version = "v1.14.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002859 )
2860 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002861 name = "com_google_cloud_go_trace",
2862 importpath = "cloud.google.com/go/trace",
2863 sum = "h1:oIaB4KahkIUOpLSAAjEJ8y2desbjY/x/RfP4O3KAtTI=",
2864 version = "v1.2.0",
2865 )
2866
2867 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002868 name = "com_shuralyov_dmitri_gpu_mtl",
2869 importpath = "dmitri.shuralyov.com/gpu/mtl",
2870 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
2871 version = "v0.0.0-20190408044501-666a987793e9",
2872 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002873
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002874 go_repository(
2875 name = "in_gopkg_alecthomas_kingpin_v2",
2876 importpath = "gopkg.in/alecthomas/kingpin.v2",
2877 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
2878 version = "v2.2.6",
2879 )
2880 go_repository(
skia-autoroll3f1fe0f2022-11-04 17:12:43 +00002881 name = "in_gopkg_cenkalti_backoff_v1",
2882 importpath = "gopkg.in/cenkalti/backoff.v1",
2883 sum = "h1:Arh75ttbsvlpVA7WtVpH4u9h6Zl46xuptxqLxPiSo4Y=",
2884 version = "v1.1.0",
2885 )
2886
2887 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002888 name = "in_gopkg_check_v1",
2889 importpath = "gopkg.in/check.v1",
2890 sum = "h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=",
2891 version = "v1.0.0-20200902074654-038fdea0a05b",
2892 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002893
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002894 go_repository(
2895 name = "in_gopkg_errgo_v2",
2896 importpath = "gopkg.in/errgo.v2",
2897 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
2898 version = "v2.1.0",
2899 )
2900 go_repository(
2901 name = "in_gopkg_fsnotify_v1",
2902 importpath = "gopkg.in/fsnotify.v1",
2903 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
2904 version = "v1.4.7",
2905 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002906
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002907 go_repository(
2908 name = "in_gopkg_inconshreveable_log15_v2",
2909 importpath = "gopkg.in/inconshreveable/log15.v2",
2910 sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=",
2911 version = "v2.0.0-20180818164646-67afb5ed74ec",
2912 )
2913 go_repository(
2914 name = "in_gopkg_inf_v0",
2915 importpath = "gopkg.in/inf.v0",
2916 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
2917 version = "v0.9.1",
2918 )
2919 go_repository(
2920 name = "in_gopkg_ini_v1",
2921 importpath = "gopkg.in/ini.v1",
Kevin Lubick4a621312022-04-28 08:33:37 -04002922 sum = "h1:jRskFVxYaMGAMUbN0UZ7niA9gzL9B49DOqE78vg0k3w=",
2923 version = "v1.66.3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002924 )
2925 go_repository(
2926 name = "in_gopkg_olivere_elastic_v5",
2927 importpath = "gopkg.in/olivere/elastic.v5",
2928 sum = "h1:xFy6qRCGAmo5Wjx96srho9BitLhZl2fcnpuidPwduXM=",
2929 version = "v5.0.86",
2930 )
2931 go_repository(
2932 name = "in_gopkg_resty_v1",
2933 importpath = "gopkg.in/resty.v1",
2934 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
2935 version = "v1.12.0",
2936 )
2937 go_repository(
2938 name = "in_gopkg_sourcemap_v1",
2939 importpath = "gopkg.in/sourcemap.v1",
2940 sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=",
2941 version = "v1.0.5",
2942 )
2943 go_repository(
2944 name = "in_gopkg_src_d_go_billy_v4",
2945 importpath = "gopkg.in/src-d/go-billy.v4",
2946 sum = "h1:0SQA1pRztfTFx2miS8sA97XvooFeNOmvUenF4o0EcVg=",
2947 version = "v4.3.2",
2948 )
2949 go_repository(
2950 name = "in_gopkg_src_d_go_git_fixtures_v3",
2951 importpath = "gopkg.in/src-d/go-git-fixtures.v3",
2952 sum = "h1:ivZFOIltbce2Mo8IjzUHAFoq/IylO9WHhNOAJK+LsJg=",
2953 version = "v3.5.0",
2954 )
2955 go_repository(
2956 name = "in_gopkg_src_d_go_git_v4",
2957 importpath = "gopkg.in/src-d/go-git.v4",
2958 sum = "h1:SRtFyV8Kxc0UP7aCHcijOMQGPxHSmMOPrzulQWolkYE=",
2959 version = "v4.13.1",
2960 )
2961 go_repository(
2962 name = "in_gopkg_tomb_v1",
2963 importpath = "gopkg.in/tomb.v1",
2964 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
2965 version = "v1.0.0-20141024135613-dd632973f1e7",
2966 )
2967 go_repository(
2968 name = "in_gopkg_warnings_v0",
2969 importpath = "gopkg.in/warnings.v0",
2970 sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=",
2971 version = "v0.1.2",
2972 )
2973 go_repository(
2974 name = "in_gopkg_yaml_v1",
2975 importpath = "gopkg.in/yaml.v1",
2976 sum = "h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=",
2977 version = "v1.0.0-20140924161607-9f9df34309c0",
2978 )
2979 go_repository(
2980 name = "in_gopkg_yaml_v2",
2981 importpath = "gopkg.in/yaml.v2",
2982 sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
2983 version = "v2.4.0",
2984 )
2985 go_repository(
2986 name = "in_gopkg_yaml_v3",
2987 importpath = "gopkg.in/yaml.v3",
Kevin Lubick4a621312022-04-28 08:33:37 -04002988 sum = "h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo=",
2989 version = "v3.0.0-20210107192922-496545a6307b",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002990 )
2991 go_repository(
2992 name = "io_etcd_go_bbolt",
2993 importpath = "go.etcd.io/bbolt",
skia-autorollc2474502022-10-27 19:34:01 +00002994 sum = "h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk=",
2995 version = "v1.3.2",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002996 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05002997
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05002998 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04002999 name = "io_etcd_go_etcd_api_v3",
3000 importpath = "go.etcd.io/etcd/api/v3",
3001 sum = "h1:v28cktvBq+7vGyJXF8G+rWJmj+1XUmMtqcLnH8hDocM=",
3002 version = "v3.5.1",
3003 )
3004 go_repository(
3005 name = "io_etcd_go_etcd_client_pkg_v3",
3006 importpath = "go.etcd.io/etcd/client/pkg/v3",
3007 sum = "h1:XIQcHCFSG53bJETYeRJtIxdLv2EWRGxcfzR8lSnTH4E=",
3008 version = "v3.5.1",
3009 )
3010 go_repository(
3011 name = "io_etcd_go_etcd_client_v2",
3012 importpath = "go.etcd.io/etcd/client/v2",
3013 sum = "h1:vtxYCKWA9x31w0WJj7DdqsHFNjhkigdAnziDtkZb/l4=",
3014 version = "v2.305.1",
3015 )
3016
3017 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003018 name = "io_gorm_driver_postgres",
3019 importpath = "gorm.io/driver/postgres",
3020 sum = "h1:raX6ezL/ciUmaYTvOq48jq1GE95aMC0CmxQYbxQ4Ufw=",
3021 version = "v1.0.5",
3022 )
3023 go_repository(
3024 name = "io_gorm_gorm",
3025 importpath = "gorm.io/gorm",
3026 sum = "h1:qa7tC1WcU+DBI/ZKMxvXy1FcrlGsvxlaKufHrT2qQ08=",
3027 version = "v1.20.6",
3028 )
3029 go_repository(
3030 name = "io_k8s_api",
3031 importpath = "k8s.io/api",
Eric Borene5e32482022-10-18 10:42:17 -04003032 sum = "h1:HV4VjUSd7dTbKpop+1klDpRrLnXwN67oB0B+8abaH1k=",
3033 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003034 )
3035 go_repository(
3036 name = "io_k8s_apimachinery",
3037 importpath = "k8s.io/apimachinery",
Eric Borene5e32482022-10-18 10:42:17 -04003038 sum = "h1:yTZH8GEKWVm1/zpcBzbPBSxJ/kVlP1GDL75IFEnjOqw=",
3039 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003040 )
3041 go_repository(
3042 name = "io_k8s_cli_runtime",
3043 importpath = "k8s.io/cli-runtime",
Eric Borene5e32482022-10-18 10:42:17 -04003044 sum = "h1:eKr9OU3g8tmkspLLgS3r/ZpedIBIy7DMYAHc8m3XSO0=",
3045 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003046 )
3047 go_repository(
3048 name = "io_k8s_client_go",
3049 importpath = "k8s.io/client-go",
Eric Borene5e32482022-10-18 10:42:17 -04003050 sum = "h1:bzrRaanClLWgWSTH4rXFneXoiaXN4HepjIBlCZdfdqs=",
3051 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003052 )
3053 go_repository(
3054 name = "io_k8s_code_generator",
3055 importpath = "k8s.io/code-generator",
Eric Borene5e32482022-10-18 10:42:17 -04003056 sum = "h1:dq4tJwumapwd8jJ3glKoTTf8aXH7qhscA7ioujprzes=",
3057 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003058 )
3059 go_repository(
3060 name = "io_k8s_component_base",
3061 importpath = "k8s.io/component-base",
Eric Borene5e32482022-10-18 10:42:17 -04003062 sum = "h1:oT41IxxNidDJHfSzTwNwguYSgpAzU72D4ULpUOthVyM=",
3063 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003064 )
3065 go_repository(
3066 name = "io_k8s_component_helpers",
3067 importpath = "k8s.io/component-helpers",
Eric Borene5e32482022-10-18 10:42:17 -04003068 sum = "h1:iwMdVM1OaST0D4OV+Qz82e10pO1+HcplmD/MYQt+jVw=",
3069 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003070 )
3071 go_repository(
3072 name = "io_k8s_gengo",
3073 importpath = "k8s.io/gengo",
3074 sum = "h1:Uusb3oh8XcdzDF/ndlI4ToKTYVlkCSJP39SRY2mfRAw=",
3075 version = "v0.0.0-20201214224949-b6c5ce23f027",
3076 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05003077
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003078 go_repository(
3079 name = "io_k8s_klog_v2",
3080 importpath = "k8s.io/klog/v2",
Eric Borene5e32482022-10-18 10:42:17 -04003081 sum = "h1:D7HV+n1V57XeZ0m6tdRkfknthUaM06VFbWldOFh8kzM=",
3082 version = "v2.9.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003083 )
3084 go_repository(
3085 name = "io_k8s_kube_openapi",
3086 importpath = "k8s.io/kube-openapi",
Eric Borene5e32482022-10-18 10:42:17 -04003087 sum = "h1:jvamsI1tn9V0S8jicyX82qaFC0H/NKxv2e5mbqsgR80=",
3088 version = "v0.0.0-20211109043538-20434351676c",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003089 )
3090 go_repository(
3091 name = "io_k8s_kubectl",
3092 importpath = "k8s.io/kubectl",
Eric Borene5e32482022-10-18 10:42:17 -04003093 sum = "h1:DGC1afNdCcL8hEuFguBjL+R1sqbByFc8nCXoPdSQo1I=",
3094 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003095 )
3096 go_repository(
3097 name = "io_k8s_metrics",
3098 importpath = "k8s.io/metrics",
Eric Borene5e32482022-10-18 10:42:17 -04003099 sum = "h1:JQMOsup2nBuTGR9cpUTYvMMoHWaLjuqc1ObIq/BrsVA=",
3100 version = "v0.22.12",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003101 )
3102 go_repository(
3103 name = "io_k8s_sigs_kustomize_api",
3104 importpath = "sigs.k8s.io/kustomize/api",
Eric Borene5e32482022-10-18 10:42:17 -04003105 sum = "h1:LzQzlq6Z023b+mBtc6v72N2mSHYmN8x7ssgbf/hv0H8=",
3106 version = "v0.8.11",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003107 )
3108 go_repository(
3109 name = "io_k8s_sigs_kustomize_cmd_config",
3110 importpath = "sigs.k8s.io/kustomize/cmd/config",
Eric Borene5e32482022-10-18 10:42:17 -04003111 sum = "h1:lqOf0QcFhNvgZkgrPINNRs7TxEO7IGVtLMyUJId3oRE=",
3112 version = "v0.9.13",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003113 )
3114 go_repository(
3115 name = "io_k8s_sigs_kustomize_kustomize_v4",
3116 importpath = "sigs.k8s.io/kustomize/kustomize/v4",
Eric Borene5e32482022-10-18 10:42:17 -04003117 sum = "h1:RKgbyHgzuHQZ35sBDzWcbnR3HBlJSYdSN0H+sx3tUkk=",
3118 version = "v4.2.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003119 )
3120 go_repository(
3121 name = "io_k8s_sigs_kustomize_kyaml",
3122 importpath = "sigs.k8s.io/kustomize/kyaml",
Eric Borene5e32482022-10-18 10:42:17 -04003123 sum = "h1:9KhiCPKaVyuPcgOLJXkvytOvjMJLoxpjodiycb4gHsA=",
3124 version = "v0.11.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003125 )
Joe Gregorio3b8de102023-02-13 10:20:19 -05003126
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003127 go_repository(
3128 name = "io_k8s_sigs_structured_merge_diff_v4",
3129 importpath = "sigs.k8s.io/structured-merge-diff/v4",
Eric Borene5e32482022-10-18 10:42:17 -04003130 sum = "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=",
3131 version = "v4.2.1",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003132 )
3133 go_repository(
3134 name = "io_k8s_sigs_yaml",
3135 importpath = "sigs.k8s.io/yaml",
3136 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
3137 version = "v1.2.0",
3138 )
3139 go_repository(
3140 name = "io_k8s_utils",
3141 importpath = "k8s.io/utils",
Eric Borene5e32482022-10-18 10:42:17 -04003142 sum = "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=",
3143 version = "v0.0.0-20211116205334-6203023598ed",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003144 )
Kevin Lubickacab9112022-02-28 08:56:47 -05003145
3146 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003147 name = "io_opencensus_go",
3148 importpath = "go.opencensus.io",
Kevin Lubick4a621312022-04-28 08:33:37 -04003149 sum = "h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=",
3150 version = "v0.23.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003151 )
3152 go_repository(
3153 name = "io_opencensus_go_contrib_exporter_stackdriver",
3154 importpath = "contrib.go.opencensus.io/exporter/stackdriver",
3155 sum = "h1:ksUxwH3OD5sxkjzEqGxNTl+Xjsmu3BnC/300MhSVTSc=",
3156 version = "v0.13.4",
3157 )
3158 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04003159 name = "io_opentelemetry_go_contrib",
3160 importpath = "go.opentelemetry.io/contrib",
3161 sum = "h1:ubFQUn0VCZ0gPwIoJfBJVpeBlyRMxu8Mm/huKWYd9p0=",
3162 version = "v0.20.0",
3163 )
3164 go_repository(
3165 name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp",
3166 importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
3167 sum = "h1:Q3C9yzW6I9jqEc8sawxzxZmY48fs9u220KXq6d5s3XU=",
3168 version = "v0.20.0",
3169 )
3170 go_repository(
3171 name = "io_opentelemetry_go_otel",
3172 importpath = "go.opentelemetry.io/otel",
3173 sum = "h1:eaP0Fqu7SXHwvjiqDq83zImeehOHX8doTvU9AwXON8g=",
3174 version = "v0.20.0",
3175 )
3176 go_repository(
3177 name = "io_opentelemetry_go_otel_exporters_otlp",
3178 importpath = "go.opentelemetry.io/otel/exporters/otlp",
3179 sum = "h1:PTNgq9MRmQqqJY0REVbZFvwkYOA85vbdQU/nVfxDyqg=",
3180 version = "v0.20.0",
3181 )
3182 go_repository(
3183 name = "io_opentelemetry_go_otel_metric",
3184 importpath = "go.opentelemetry.io/otel/metric",
3185 sum = "h1:4kzhXFP+btKm4jwxpjIqjs41A7MakRFUS86bqLHTIw8=",
3186 version = "v0.20.0",
3187 )
3188 go_repository(
3189 name = "io_opentelemetry_go_otel_oteltest",
3190 importpath = "go.opentelemetry.io/otel/oteltest",
3191 sum = "h1:HiITxCawalo5vQzdHfKeZurV8x7ljcqAgiWzF6Vaeaw=",
3192 version = "v0.20.0",
3193 )
3194 go_repository(
3195 name = "io_opentelemetry_go_otel_sdk",
3196 importpath = "go.opentelemetry.io/otel/sdk",
3197 sum = "h1:JsxtGXd06J8jrnya7fdI/U/MR6yXA5DtbZy+qoHQlr8=",
3198 version = "v0.20.0",
3199 )
3200 go_repository(
3201 name = "io_opentelemetry_go_otel_sdk_export_metric",
3202 importpath = "go.opentelemetry.io/otel/sdk/export/metric",
3203 sum = "h1:c5VRjxCXdQlx1HjzwGdQHzZaVI82b5EbBgOu2ljD92g=",
3204 version = "v0.20.0",
3205 )
3206 go_repository(
3207 name = "io_opentelemetry_go_otel_sdk_metric",
3208 importpath = "go.opentelemetry.io/otel/sdk/metric",
3209 sum = "h1:7ao1wpzHRVKf0OQ7GIxiQJA6X7DLX9o14gmVon7mMK8=",
3210 version = "v0.20.0",
3211 )
3212 go_repository(
3213 name = "io_opentelemetry_go_otel_trace",
3214 importpath = "go.opentelemetry.io/otel/trace",
3215 sum = "h1:1DL6EXUdcg95gukhuRRvLDO/4X5THh/5dIV52lqtnbw=",
3216 version = "v0.20.0",
3217 )
3218
3219 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04003220 name = "io_opentelemetry_go_proto_otlp",
3221 importpath = "go.opentelemetry.io/proto/otlp",
3222 sum = "h1:rwOQPCuKAKmwGKq2aVNnYIibI6wnV7EvzgfTCzcdGg8=",
3223 version = "v0.7.0",
3224 )
3225
3226 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003227 name = "io_rsc_binaryregexp",
3228 importpath = "rsc.io/binaryregexp",
3229 sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
3230 version = "v0.2.0",
3231 )
3232 go_repository(
3233 name = "io_rsc_quote_v3",
3234 importpath = "rsc.io/quote/v3",
3235 sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=",
3236 version = "v3.1.0",
3237 )
3238 go_repository(
3239 name = "io_rsc_sampler",
3240 importpath = "rsc.io/sampler",
Kevin Lubickacab9112022-02-28 08:56:47 -05003241 sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=",
3242 version = "v1.3.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003243 )
3244 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04003245 name = "net_howett_plist",
3246 importpath = "howett.net/plist",
3247 sum = "h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=",
3248 version = "v1.0.0",
3249 )
3250
3251 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003252 name = "net_starlark_go",
3253 importpath = "go.starlark.net",
Kevin Lubickacab9112022-02-28 08:56:47 -05003254 sum = "h1:+FNtrFTmVw0YZGpBGX56XDee331t6JAXeK2bcyhLOOc=",
3255 version = "v0.0.0-20200306205701-8dd3e2ee1dd5",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003256 )
3257 go_repository(
Eric Borene5e32482022-10-18 10:42:17 -04003258 name = "org_bazil_fuse",
3259 importpath = "bazil.org/fuse",
3260 sum = "h1:SC+c6A1qTFstO9qmB86mPV2IpYme/2ZoEQ0hrP+wo+Q=",
3261 version = "v0.0.0-20160811212531-371fbbdaa898",
3262 )
3263
3264 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003265 name = "org_chromium_go_luci",
Kevin Lubick5fb37db2022-03-03 10:42:57 -05003266 # This module is distributed with pre-generated .pb.go files, so we disable generation of
3267 # go_proto_library targets.
3268 build_file_proto_mode = "disable",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003269 importpath = "go.chromium.org/luci",
3270 sum = "h1:Qe0s5XpxD36QC+7OVnc1Ce8igF3sfTo3f3ad4WKEpNo=",
3271 version = "v0.0.0-20201121231857-b9ab316d7198",
3272 )
3273 go_repository(
3274 name = "org_go4",
3275 importpath = "go4.org",
3276 sum = "h1:+hE86LblG4AyDgwMCLTE6FOlM9+qjHSYS+rKqxUVdsM=",
3277 version = "v0.0.0-20180809161055-417644f6feb5",
3278 )
3279 go_repository(
3280 name = "org_go4_grpc",
3281 importpath = "grpc.go4.org",
3282 sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=",
3283 version = "v0.0.0-20170609214715-11d0a25b4919",
3284 )
3285 go_repository(
3286 name = "org_golang_google_api",
3287 importpath = "google.golang.org/api",
Kevin Lubick4a621312022-04-28 08:33:37 -04003288 sum = "h1:ExR2D+5TYIrMphWgs5JCgwRhEDlPDXXrLwHHMgPHTXE=",
3289 version = "v0.74.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003290 )
3291 go_repository(
3292 name = "org_golang_google_appengine",
3293 importpath = "google.golang.org/appengine",
3294 sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=",
3295 version = "v1.6.7",
3296 )
3297 go_repository(
3298 name = "org_golang_google_genproto",
3299 importpath = "google.golang.org/genproto",
Eric Borene5e32482022-10-18 10:42:17 -04003300 sum = "h1:G1IeWbjrqEq9ChWxEuRPJu6laA67+XgTFHVSAvepr38=",
3301 version = "v0.0.0-20220426171045-31bebdecfb46",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003302 )
3303 go_repository(
3304 name = "org_golang_google_grpc",
3305 importpath = "google.golang.org/grpc",
Kevin Lubick4a621312022-04-28 08:33:37 -04003306 sum = "h1:NEpgUqV3Z+ZjkqMsxMg11IaDrXY4RY6CQukSGK0uI1M=",
3307 version = "v1.45.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003308 )
3309 go_repository(
Kevin Lubick4a621312022-04-28 08:33:37 -04003310 name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
3311 importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
3312 sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=",
3313 version = "v1.1.0",
3314 )
3315
3316 go_repository(
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003317 name = "org_golang_google_protobuf",
3318 importpath = "google.golang.org/protobuf",
Kevin Lubick4a621312022-04-28 08:33:37 -04003319 sum = "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=",
3320 version = "v1.28.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003321 )
3322 go_repository(
3323 name = "org_golang_x_build",
3324 importpath = "golang.org/x/build",
3325 sum = "h1:jjNoDZTS0vmbqBhqD5MPXauZW+kcGyflfDDFBNCPSVI=",
3326 version = "v0.0.0-20191031202223-0706ea4fce0c",
3327 )
3328 go_repository(
3329 name = "org_golang_x_crypto",
3330 importpath = "golang.org/x/crypto",
Kevin Lubick4a621312022-04-28 08:33:37 -04003331 sum = "h1:Roh6XWxHFKrPgC/EQhVubSAGQ6Ozk6IdxHSzt1mR0EI=",
3332 version = "v0.0.0-20220112180741-5e0467b6c7ce",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003333 )
3334 go_repository(
3335 name = "org_golang_x_exp",
3336 importpath = "golang.org/x/exp",
Kevin Lubickacab9112022-02-28 08:56:47 -05003337 sum = "h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y=",
3338 version = "v0.0.0-20200224162631-6cc2880d07d6",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003339 )
3340 go_repository(
3341 name = "org_golang_x_image",
3342 importpath = "golang.org/x/image",
3343 sum = "h1:hVwzHzIUGRjiF7EcUjqNxk3NCfkPxbDKRdnNE1Rpg0U=",
3344 version = "v0.0.0-20191009234506-e7c1f5e7dbb8",
3345 )
3346 go_repository(
3347 name = "org_golang_x_lint",
3348 importpath = "golang.org/x/lint",
Kevin Lubick4a621312022-04-28 08:33:37 -04003349 sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
3350 version = "v0.0.0-20210508222113-6edffad5e616",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003351 )
3352 go_repository(
3353 name = "org_golang_x_mobile",
3354 importpath = "golang.org/x/mobile",
3355 sum = "h1:CrJ8+QyIm2tcw/zt9Rp/vGFsey+jndL1y5EnFwzgGOg=",
3356 version = "v0.0.0-20191031020345-0945064e013a",
3357 )
3358 go_repository(
3359 name = "org_golang_x_mod",
3360 importpath = "golang.org/x/mod",
Kevin Lubick4a621312022-04-28 08:33:37 -04003361 sum = "h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o=",
3362 version = "v0.6.0-dev.0.20220106191415-9b9b3d81d5e3",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003363 )
3364 go_repository(
3365 name = "org_golang_x_net",
3366 importpath = "golang.org/x/net",
Kevin Lubick4a621312022-04-28 08:33:37 -04003367 sum = "h1:pZB1TWnKi+o4bENlbzAgLrEbY4RMYmUIRobMcSmfeYc=",
3368 version = "v0.0.0-20220325170049-de3da57026de",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003369 )
3370 go_repository(
3371 name = "org_golang_x_oauth2",
3372 importpath = "golang.org/x/oauth2",
Kevin Lubick4a621312022-04-28 08:33:37 -04003373 sum = "h1:qfl7ob3DIEs3Ml9oLuPwY2N04gymzAW04WsUQHIClgM=",
3374 version = "v0.0.0-20220309155454-6242fa91716a",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003375 )
3376 go_repository(
3377 name = "org_golang_x_perf",
3378 importpath = "golang.org/x/perf",
3379 sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=",
3380 version = "v0.0.0-20180704124530-6e6d33e29852",
3381 )
3382 go_repository(
3383 name = "org_golang_x_sync",
3384 importpath = "golang.org/x/sync",
Kevin Lubick7c18d942022-04-08 11:26:02 -04003385 sum = "h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=",
3386 version = "v0.0.0-20210220032951-036812b2e83c",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003387 )
3388 go_repository(
3389 name = "org_golang_x_sys",
3390 importpath = "golang.org/x/sys",
Eric Borene5e32482022-10-18 10:42:17 -04003391 sum = "h1:kHVeDEnfKn3T238CvrUcz6KeEsFHVaKh4kMTt6Wsysg=",
3392 version = "v0.0.0-20220405210540-1e041c57c461",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003393 )
3394 go_repository(
3395 name = "org_golang_x_term",
3396 importpath = "golang.org/x/term",
Kevin Lubick4a621312022-04-28 08:33:37 -04003397 sum = "h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY=",
3398 version = "v0.0.0-20210927222741-03fcf44c2211",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003399 )
3400 go_repository(
3401 name = "org_golang_x_text",
3402 importpath = "golang.org/x/text",
Kevin Lubick4a621312022-04-28 08:33:37 -04003403 sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=",
3404 version = "v0.3.7",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003405 )
3406 go_repository(
3407 name = "org_golang_x_time",
3408 importpath = "golang.org/x/time",
Eric Borene5e32482022-10-18 10:42:17 -04003409 sum = "h1:Dpdu/EMxGMFgq0CeYMh4fazTD2vtlZRYE7wyynxJb9U=",
3410 version = "v0.0.0-20220609170525-579cf78fd858",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003411 )
3412 go_repository(
3413 name = "org_golang_x_tools",
3414 importpath = "golang.org/x/tools",
Kevin Lubick4a621312022-04-28 08:33:37 -04003415 sum = "h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20=",
3416 version = "v0.1.10",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003417 )
3418 go_repository(
3419 name = "org_golang_x_xerrors",
3420 importpath = "golang.org/x/xerrors",
3421 sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=",
3422 version = "v0.0.0-20200804184101-5ec99f83aff1",
3423 )
3424 go_repository(
3425 name = "org_modernc_b",
3426 importpath = "modernc.org/b",
3427 sum = "h1:vpvqeyp17ddcQWF29Czawql4lDdABCDRbXRAS4+aF2o=",
3428 version = "v1.0.0",
3429 )
3430 go_repository(
3431 name = "org_modernc_db",
3432 importpath = "modernc.org/db",
3433 sum = "h1:2c6NdCfaLnshSvY7OU09cyAY0gYXUZj4lmg5ItHyucg=",
3434 version = "v1.0.0",
3435 )
3436 go_repository(
3437 name = "org_modernc_file",
3438 importpath = "modernc.org/file",
3439 sum = "h1:9/PdvjVxd5+LcWUQIfapAWRGOkDLK90rloa8s/au06A=",
3440 version = "v1.0.0",
3441 )
3442 go_repository(
3443 name = "org_modernc_fileutil",
3444 importpath = "modernc.org/fileutil",
3445 sum = "h1:Z1AFLZwl6BO8A5NldQg/xTSjGLetp+1Ubvl4alfGx8w=",
3446 version = "v1.0.0",
3447 )
3448 go_repository(
3449 name = "org_modernc_golex",
3450 importpath = "modernc.org/golex",
3451 sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=",
3452 version = "v1.0.0",
3453 )
3454 go_repository(
3455 name = "org_modernc_internal",
3456 importpath = "modernc.org/internal",
3457 sum = "h1:XMDsFDcBDsibbBnHB2xzljZ+B1yrOVLEFkKL2u15Glw=",
3458 version = "v1.0.0",
3459 )
3460 go_repository(
3461 name = "org_modernc_lldb",
3462 importpath = "modernc.org/lldb",
3463 sum = "h1:6vjDJxQEfhlOLwl4bhpwIz00uyFK4EmSYcbwqwbynsc=",
3464 version = "v1.0.0",
3465 )
3466 go_repository(
3467 name = "org_modernc_mathutil",
3468 importpath = "modernc.org/mathutil",
3469 sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=",
3470 version = "v1.0.0",
3471 )
3472 go_repository(
3473 name = "org_modernc_ql",
3474 importpath = "modernc.org/ql",
3475 sum = "h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU=",
3476 version = "v1.0.0",
3477 )
3478 go_repository(
3479 name = "org_modernc_sortutil",
3480 importpath = "modernc.org/sortutil",
3481 sum = "h1:oP3U4uM+NT/qBQcbg/K2iqAX0Nx7B1b6YZtq3Gk/PjM=",
3482 version = "v1.1.0",
3483 )
3484 go_repository(
3485 name = "org_modernc_strutil",
3486 importpath = "modernc.org/strutil",
3487 sum = "h1:+1/yCzZxY2pZwwrsbH+4T7BQMoLQ9QiBshRC9eicYsc=",
3488 version = "v1.1.0",
3489 )
3490 go_repository(
3491 name = "org_modernc_zappy",
3492 importpath = "modernc.org/zappy",
3493 sum = "h1:dPVaP+3ueIUv4guk8PuZ2wiUGcJ1WUVvIheeSSTD0yk=",
3494 version = "v1.0.0",
3495 )
3496 go_repository(
3497 name = "org_mongodb_go_mongo_driver",
3498 importpath = "go.mongodb.org/mongo-driver",
skia-autorollc2474502022-10-27 19:34:01 +00003499 sum = "h1:aeOqSrhl9eDRAap/3T5pCfMBEBxZ0vuXBP+RMtp2KX8=",
3500 version = "v1.1.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003501 )
3502 go_repository(
3503 name = "org_skia_go_infra",
3504 importpath = "go.skia.org/infra",
skia-autorolld29444d2023-02-17 04:05:34 +00003505 sum = "h1:7ZQb9YMSb92LsosC3INkudeAtB9WuJBaKhOzOsXGA9Y=",
3506 version = "v0.0.0-20230217022518-504d379dd182",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003507 )
3508 go_repository(
3509 name = "org_uber_go_atomic",
3510 importpath = "go.uber.org/atomic",
Kevin Lubick4a621312022-04-28 08:33:37 -04003511 sum = "h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=",
3512 version = "v1.7.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003513 )
3514 go_repository(
3515 name = "org_uber_go_multierr",
3516 importpath = "go.uber.org/multierr",
Kevin Lubick4a621312022-04-28 08:33:37 -04003517 sum = "h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=",
3518 version = "v1.6.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003519 )
3520 go_repository(
3521 name = "org_uber_go_tools",
3522 importpath = "go.uber.org/tools",
3523 sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
3524 version = "v0.0.0-20190618225709-2cfd321de3ee",
3525 )
3526 go_repository(
3527 name = "org_uber_go_zap",
3528 importpath = "go.uber.org/zap",
Kevin Lubick4a621312022-04-28 08:33:37 -04003529 sum = "h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U=",
3530 version = "v1.17.0",
Kevin Lubickcc9d0cd2021-11-23 14:58:20 -05003531 )
3532 go_repository(
3533 name = "tools_gotest_v3",
3534 importpath = "gotest.tools/v3",
3535 sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=",
3536 version = "v3.0.3",
3537 )