blob: 646e24abe7b669624c2aa2559ae0b9c4f1bb4d18 [file] [log] [blame]
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001load("@bazel_gazelle//:deps.bzl", "go_repository")
2
3def go_repositories():
4 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005 name = "af_inet_netaddr",
6 importpath = "inet.af/netaddr",
7 sum = "h1:U2fwK6P2EqmopP/hFLTOAjWTki0qgd4GMJn5X8wOleU=",
8 version = "v0.0.0-20220811202034-502d2d690317",
9 )
10 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020011 name = "ag_pack_amqp",
12 importpath = "pack.ag/amqp",
13 sum = "h1:cuNDWLUTbKRtEZwhB0WQBXf9pGbm87pUBXQhvcFxBWg=",
14 version = "v0.11.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +020015 )
16 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +010017 name = "cat_dario_mergo",
18 importpath = "dario.cat/mergo",
19 sum = "h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=",
20 version = "v1.0.0",
21 )
22 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020023 name = "cc_mvdan_interfacer",
24 importpath = "mvdan.cc/interfacer",
25 sum = "h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I=",
26 version = "v0.0.0-20180901003855-c20040233aed",
Serge Bazanskif369cfa2020-05-22 18:36:42 +020027 )
28 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020029 name = "cc_mvdan_lint",
30 importpath = "mvdan.cc/lint",
31 sum = "h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo=",
32 version = "v0.0.0-20170908181259-adc824a0674b",
33 )
Lorenz Brund13c1c62022-03-30 19:58:58 +020034 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +010035 name = "co_honnef_go_gotraceui",
36 importpath = "honnef.co/go/gotraceui",
37 sum = "h1:dmNsfQ9Vl3GwbiVD7Z8d/osC6WtGGrasyrC2suc4ZIQ=",
38 version = "v0.2.0",
39 )
40 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020041 name = "co_honnef_go_tools",
42 importpath = "honnef.co/go/tools",
Lorenz Brun65702192023-08-31 16:27:38 +020043 sum = "h1:6qXr+R5w+ktL5UkwEbPp+fEvfyoMPche6GkOpGHZcLc=",
44 version = "v0.4.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +020045 )
46 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020047 name = "com_4d63_gochecknoinits",
48 importpath = "4d63.com/gochecknoinits",
49 sum = "h1:bf5qocEKjrY58JO2GwywfLsb1199lIVs7qHkiplwHy0=",
50 version = "v0.0.0-20200108094044-eb73b47b9fc4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +020051 )
52 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +010053 name = "com_github_99designs_gqlgen",
54 importpath = "github.com/99designs/gqlgen",
55 sum = "h1:7Qc4Ll3mfN3doAyUWOgtGLcBGu+KDgK48HdkBGLZVFs=",
56 version = "v0.16.0",
57 )
58 go_repository(
59 name = "com_github_a8m_tree",
60 importpath = "github.com/a8m/tree",
61 sum = "h1:4E8RufAN3UQ/weB6AnQ4y5miZCO0Yco8ZdGId41WuQs=",
62 version = "v0.0.0-20210115125333-10a5fd5b637d",
63 )
64 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020065 name = "com_github_adalogics_go_fuzz_headers",
66 importpath = "github.com/AdaLogics/go-fuzz-headers",
Lorenz Brun6211e4d2023-11-14 19:09:40 +010067 sum = "h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU=",
68 version = "v0.0.0-20230811130428-ced1acdcaa24",
69 )
70 go_repository(
71 name = "com_github_adamkorcz_go_118_fuzz_build",
72 importpath = "github.com/AdamKorcz/go-118-fuzz-build",
73 sum = "h1:59MxjQVfjXsBpLy+dbd2/ELV5ofnUkUZBvWSC85sheA=",
74 version = "v0.0.0-20230306123547-8075edf89bb0",
Lorenz Brundcfc6782021-11-30 05:27:48 +010075 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +020076 go_repository(
Lorenz Brune6573102021-11-02 14:15:37 +010077 name = "com_github_adrg_xdg",
78 importpath = "github.com/adrg/xdg",
Lorenz Brune6573102021-11-02 14:15:37 +010079 sum = "h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=",
Lorenz Brund13c1c62022-03-30 19:58:58 +020080 version = "v0.4.0",
Lorenz Brune6573102021-11-02 14:15:37 +010081 )
82 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +020083 name = "com_github_afex_hystrix_go",
84 importpath = "github.com/afex/hystrix-go",
85 sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=",
86 version = "v0.0.0-20180502004556-fa1af6a1f4f5",
87 )
88 go_repository(
89 name = "com_github_agnivade_levenshtein",
90 importpath = "github.com/agnivade/levenshtein",
Lorenz Brun6211e4d2023-11-14 19:09:40 +010091 sum = "h1:n6qGwyHG61v3ABce1rPVZklEYRT8NFpCMrpZdBUbYGM=",
92 version = "v1.1.0",
93 )
94 go_repository(
95 name = "com_github_ajstarks_deck",
96 importpath = "github.com/ajstarks/deck",
97 sum = "h1:7kQgkwGRoLzC9K0oyXdJo7nve/bynv/KwUsxbiTlzAM=",
98 version = "v0.0.0-20200831202436-30c9fc6549a9",
99 )
100 go_repository(
101 name = "com_github_ajstarks_deck_generate",
102 importpath = "github.com/ajstarks/deck/generate",
103 sum = "h1:iXUgAaqDcIUGbRoy2TdeofRG/j1zpGRSEmNK05T+bi8=",
104 version = "v0.0.0-20210309230005-c3f852c02e19",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200105 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200106 go_repository(
107 name = "com_github_ajstarks_svgo",
108 importpath = "github.com/ajstarks/svgo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100109 sum = "h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=",
110 version = "v0.0.0-20211024235047-1546f124cd8b",
111 )
112 go_repository(
113 name = "com_github_akavel_rsrc",
114 importpath = "github.com/akavel/rsrc",
115 sum = "h1:Zxm8V5eI1hW4gGaYsJQUhxpjkENuG91ki8B4zCrvEsw=",
116 version = "v0.10.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200117 )
118 go_repository(
119 name = "com_github_alcortesm_tgz",
120 importpath = "github.com/alcortesm/tgz",
121 sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=",
122 version = "v0.0.0-20161220082320-9c5fe88206d7",
123 )
124 go_repository(
125 name = "com_github_alecthomas_kingpin",
126 importpath = "github.com/alecthomas/kingpin",
127 sum = "h1:5svnBTFgJjZvGKyYBtMB0+m5wvrbUHiqye8wRJMlnYI=",
128 version = "v2.2.6+incompatible",
129 )
130 go_repository(
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +0100131 name = "com_github_alecthomas_kingpin_v2",
132 importpath = "github.com/alecthomas/kingpin/v2",
133 sum = "h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=",
134 version = "v2.4.0",
135 )
136 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200137 name = "com_github_alecthomas_template",
138 importpath = "github.com/alecthomas/template",
139 sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
140 version = "v0.0.0-20190718012654-fb15b899a751",
141 )
142 go_repository(
143 name = "com_github_alecthomas_units",
144 importpath = "github.com/alecthomas/units",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +0100145 sum = "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=",
146 version = "v0.0.0-20211218093645-b94a6e3cc137",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200147 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200148 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200149 name = "com_github_alexflint_go_filemutex",
150 importpath = "github.com/alexflint/go-filemutex",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100151 sum = "h1:1v0TJPDtlhgpW4nJ+GvxCLSlUDC3+gW0CQQvlmfDR/s=",
152 version = "v1.2.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200153 )
154 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200155 name = "com_github_andreyvit_diff",
156 importpath = "github.com/andreyvit/diff",
157 sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=",
158 version = "v0.0.0-20170406064948-c7f18ee00883",
159 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000160 go_repository(
161 name = "com_github_andybalholm_brotli",
162 importpath = "github.com/andybalholm/brotli",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100163 sum = "h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=",
164 version = "v1.0.5",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000165 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200166 go_repository(
167 name = "com_github_anmitsu_go_shlex",
168 importpath = "github.com/anmitsu/go-shlex",
169 sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=",
170 version = "v0.0.0-20161002113705-648efa622239",
171 )
172 go_repository(
173 name = "com_github_antihax_optional",
174 importpath = "github.com/antihax/optional",
175 sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
176 version = "v1.0.0",
177 )
178 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +0100179 name = "com_github_antlr_antlr4_runtime_go_antlr_v4",
180 importpath = "github.com/antlr/antlr4/runtime/Go/antlr/v4",
181 sum = "h1:X8MJ0fnN5FPdcGF5Ij2/OW+HgiJrRg3AfHAx1PJtIzM=",
182 version = "v4.0.0-20230321174746-8dcc6526cfb1",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200183 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200184 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100185 name = "com_github_antonmedv_expr",
186 importpath = "github.com/antonmedv/expr",
187 sum = "h1:8YrTtlCzlOtXw+hpeCLDLL2uo0C0k6jmYpYTGws5c5w=",
188 version = "v1.13.0",
189 )
190 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +0100191 name = "com_github_aokoli_goutils",
192 importpath = "github.com/aokoli/goutils",
Lorenz Brundcfc6782021-11-30 05:27:48 +0100193 sum = "h1:7fpzNGoJ3VA8qcrm++XEE1QUe0mIwNeLa02Nwq7RDkg=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200194 version = "v1.0.1",
Lorenz Brundcfc6782021-11-30 05:27:48 +0100195 )
196 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200197 name = "com_github_apache_arrow_go_arrow",
198 importpath = "github.com/apache/arrow/go/arrow",
199 sum = "h1:HGREIyk0QRPt70R69Gm1JFHDgoiyYpCyuGE8E9k/nf0=",
200 version = "v0.0.0-20211013220434-5962184e7a30",
201 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200202 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100203 name = "com_github_apache_arrow_go_v10",
204 importpath = "github.com/apache/arrow/go/v10",
205 sum = "h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=",
206 version = "v10.0.1",
207 )
208 go_repository(
209 name = "com_github_apache_arrow_go_v11",
210 importpath = "github.com/apache/arrow/go/v11",
211 sum = "h1:hqauxvFQxww+0mEU/2XHG6LT7eZternCZq+A5Yly2uM=",
212 version = "v11.0.0",
213 )
214 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200215 name = "com_github_apache_beam",
216 importpath = "github.com/apache/beam",
217 sum = "h1:8MOeoZwBgORfaJjrZxpkqJWEIzwupRGLqUqG0/mvEtQ=",
218 version = "v2.32.0+incompatible",
219 )
220 go_repository(
221 name = "com_github_apache_thrift",
222 importpath = "github.com/apache/thrift",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100223 sum = "h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY=",
224 version = "v0.16.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200225 )
226 go_repository(
227 name = "com_github_apex_log",
228 importpath = "github.com/apex/log",
229 sum = "h1:3Zk+boorIQAAGBrHn0JUtAau4ihMamT4WdnfdnXM1zQ=",
230 version = "v1.1.4",
231 )
232 go_repository(
233 name = "com_github_apex_logs",
234 importpath = "github.com/apex/logs",
235 sum = "h1:KmEBVwfDUOTFcBO8cfkJYwdQ5487UZSN+GteOGPmiro=",
236 version = "v0.0.4",
237 )
238 go_repository(
239 name = "com_github_aphistic_golf",
240 importpath = "github.com/aphistic/golf",
241 sum = "h1:2KLQMJ8msqoPHIPDufkxVcoTtcmE5+1sL9950m4R9Pk=",
242 version = "v0.0.0-20180712155816-02c07f170c5a",
243 )
244 go_repository(
245 name = "com_github_aphistic_sweet",
246 importpath = "github.com/aphistic/sweet",
247 sum = "h1:I4z+fAUqvKfvZV/CHi5dV0QuwbmIvYYFDjG0Ss5QpAs=",
248 version = "v0.2.0",
249 )
250 go_repository(
251 name = "com_github_apparentlymart_go_cidr",
252 importpath = "github.com/apparentlymart/go-cidr",
253 sum = "h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=",
254 version = "v1.1.0",
255 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200256 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200257 name = "com_github_armon_circbuf",
258 importpath = "github.com/armon/circbuf",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200259 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200260 version = "v0.0.0-20150827004946-bbbad097214e",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200261 )
262 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200263 name = "com_github_armon_consul_api",
264 importpath = "github.com/armon/consul-api",
265 sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
266 version = "v0.0.0-20180202201655-eb2c6b5be1b6",
267 )
268 go_repository(
269 name = "com_github_armon_go_metrics",
270 importpath = "github.com/armon/go-metrics",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000271 sum = "h1:B7AQgHi8QSEi4uHu7Sbsga+IJDU+CENgjxoo81vDUqU=",
272 version = "v0.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200273 )
274 go_repository(
275 name = "com_github_armon_go_radix",
276 importpath = "github.com/armon/go-radix",
277 sum = "h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=",
278 version = "v0.0.0-20180808171621-7fddfc383310",
279 )
280 go_repository(
281 name = "com_github_armon_go_socks5",
282 importpath = "github.com/armon/go-socks5",
283 sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=",
284 version = "v0.0.0-20160902184237-e75332964ef5",
285 )
286 go_repository(
287 name = "com_github_aryann_difflib",
288 importpath = "github.com/aryann/difflib",
289 sum = "h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw=",
290 version = "v0.0.0-20170710044230-e206f873d14a",
291 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200292 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200293 name = "com_github_asaskevich_govalidator",
294 importpath = "github.com/asaskevich/govalidator",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200295 sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200296 version = "v0.0.0-20190424111038-f61b66f89f4a",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200297 )
298 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200299 name = "com_github_auth0_go_jwt_middleware",
300 importpath = "github.com/auth0/go-jwt-middleware",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100301 sum = "h1:irR1cO6eek3n5uquIVaRAsQmZnlsfPuHNz31cXo4eyk=",
302 version = "v0.0.0-20170425171159-5493cabe49f7",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200303 )
304 go_repository(
305 name = "com_github_aws_aws_lambda_go",
306 importpath = "github.com/aws/aws-lambda-go",
307 sum = "h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=",
308 version = "v1.13.3",
309 )
310 go_repository(
311 name = "com_github_aws_aws_sdk_go",
312 importpath = "github.com/aws/aws-sdk-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100313 sum = "h1:7JfwifGRGQMHd99PvfXqxBaZsjuRaOF6e3X9zRx2uYo=",
314 version = "v1.44.322",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200315 )
316 go_repository(
317 name = "com_github_aws_aws_sdk_go_v2",
318 importpath = "github.com/aws/aws-sdk-go-v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100319 sum = "h1:882kkTpSFhdgYRKVZ/VCgf7sd0ru57p2JCxz4/oN5RY=",
320 version = "v1.18.0",
321 )
322 go_repository(
323 name = "com_github_aws_aws_sdk_go_v2_aws_protocol_eventstream",
324 importpath = "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
325 sum = "h1:dK82zF6kkPeCo8J1e+tGx4JdvDIQzj7ygIoLg8WMuGs=",
326 version = "v1.4.10",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000327 )
328 go_repository(
329 name = "com_github_aws_aws_sdk_go_v2_config",
330 importpath = "github.com/aws/aws-sdk-go-v2/config",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100331 sum = "h1:ENTXWKwE8b9YXgQCsruGLhvA9bhg+RqAsL9XEMEsa2c=",
332 version = "v1.18.21",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000333 )
334 go_repository(
335 name = "com_github_aws_aws_sdk_go_v2_credentials",
336 importpath = "github.com/aws/aws-sdk-go-v2/credentials",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100337 sum = "h1:oZCEFcrMppP/CNiS8myzv9JgOzq2s0d3v3MXYil/mxQ=",
338 version = "v1.13.20",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000339 )
340 go_repository(
341 name = "com_github_aws_aws_sdk_go_v2_feature_ec2_imds",
342 importpath = "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100343 sum = "h1:jOzQAesnBFDmz93feqKnsTHsXrlwWORNZMFHMV+WLFU=",
344 version = "v1.13.2",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000345 )
346 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200347 name = "com_github_aws_aws_sdk_go_v2_feature_s3_manager",
348 importpath = "github.com/aws/aws-sdk-go-v2/feature/s3/manager",
349 sum = "h1:TnU1cY51027j/MQeFy7DIgk1UuzJY+wLFYqXceY/fiE=",
350 version = "v1.5.4",
351 )
352 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100353 name = "com_github_aws_aws_sdk_go_v2_internal_configsources",
354 importpath = "github.com/aws/aws-sdk-go-v2/internal/configsources",
355 sum = "h1:dpbVNUjczQ8Ae3QKHbpHBpfvaVkRdesxpTOe9pTouhU=",
356 version = "v1.1.32",
357 )
358 go_repository(
359 name = "com_github_aws_aws_sdk_go_v2_internal_endpoints_v2",
360 importpath = "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
361 sum = "h1:QH2kOS3Ht7x+u0gHCh06CXL/h6G8LQJFpZfFBYBNboo=",
362 version = "v2.4.26",
363 )
364 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200365 name = "com_github_aws_aws_sdk_go_v2_internal_ini",
366 importpath = "github.com/aws/aws-sdk-go-v2/internal/ini",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100367 sum = "h1:gGLG7yKaXG02/jBlg210R7VgQIotiQntNhsCFejawx8=",
368 version = "v1.3.34",
369 )
370 go_repository(
371 name = "com_github_aws_aws_sdk_go_v2_internal_v4a",
372 importpath = "github.com/aws/aws-sdk-go-v2/internal/v4a",
373 sum = "h1:zsg+5ouVLLbePknVZlUMm1ptwyQLkjjLMWnN+kVs5dA=",
374 version = "v1.0.24",
375 )
376 go_repository(
377 name = "com_github_aws_aws_sdk_go_v2_service_dynamodb",
378 importpath = "github.com/aws/aws-sdk-go-v2/service/dynamodb",
379 sum = "h1:0PlAM5X9Tbjr9OpQh3uVIwIbm3kxJpPculFAZQB2u8M=",
380 version = "v1.19.4",
381 )
382 go_repository(
383 name = "com_github_aws_aws_sdk_go_v2_service_ec2",
384 importpath = "github.com/aws/aws-sdk-go-v2/service/ec2",
385 sum = "h1:c6a19AjfhEXKlEX63cnlWtSQ4nzENihHZOG0I3wH6BE=",
386 version = "v1.93.2",
387 )
388 go_repository(
389 name = "com_github_aws_aws_sdk_go_v2_service_eventbridge",
390 importpath = "github.com/aws/aws-sdk-go-v2/service/eventbridge",
391 sum = "h1:ZRs58K4BH5u8Zzvsy0z9yZlhYW7BsbyUXEsDjy+wZVg=",
392 version = "v1.18.9",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200393 )
394 go_repository(
395 name = "com_github_aws_aws_sdk_go_v2_service_internal_accept_encoding",
396 importpath = "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100397 sum = "h1:y2+VQzC6Zh2ojtV2LoC0MNwHWc6qXv/j2vrQtlftkdA=",
398 version = "v1.9.11",
399 )
400 go_repository(
401 name = "com_github_aws_aws_sdk_go_v2_service_internal_checksum",
402 importpath = "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
403 sum = "h1:qIw7Hg5eJEc1uSxg3hRwAthPAO7NeOd4dPxhaTi0yB0=",
404 version = "v1.1.27",
405 )
406 go_repository(
407 name = "com_github_aws_aws_sdk_go_v2_service_internal_endpoint_discovery",
408 importpath = "github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery",
409 sum = "h1:XsLNgECTon/ughUzILFbbeC953tTbXnJv4GQPUHm80A=",
410 version = "v1.7.26",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200411 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200412 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +0000413 name = "com_github_aws_aws_sdk_go_v2_service_internal_presigned_url",
414 importpath = "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100415 sum = "h1:uUt4XctZLhl9wBE1L8lobU3bVN8SNUP7T+olb0bWBO4=",
416 version = "v1.9.26",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000417 )
418 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200419 name = "com_github_aws_aws_sdk_go_v2_service_internal_s3shared",
420 importpath = "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100421 sum = "h1:lRWp3bNu5wy0X3a8GS42JvZFlv++AKsMdzEnoiVJrkg=",
422 version = "v1.14.1",
423 )
424 go_repository(
425 name = "com_github_aws_aws_sdk_go_v2_service_kinesis",
426 importpath = "github.com/aws/aws-sdk-go-v2/service/kinesis",
427 sum = "h1:bfR+hoEQD1vokNTV1JxSmmaBskT4yI/iF1SjvAYzbvA=",
428 version = "v1.17.10",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200429 )
430 go_repository(
431 name = "com_github_aws_aws_sdk_go_v2_service_s3",
432 importpath = "github.com/aws/aws-sdk-go-v2/service/s3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100433 sum = "h1:NAc8WQsVQ3+kz3rU619mlz8NcbpZI6FVJHQfH33QK0g=",
434 version = "v1.32.0",
435 )
436 go_repository(
437 name = "com_github_aws_aws_sdk_go_v2_service_sfn",
438 importpath = "github.com/aws/aws-sdk-go-v2/service/sfn",
439 sum = "h1:u6nKx6nKoDrWVpeLqwMFs2eC4Emn2Fjm+2iZ3+qJQYY=",
440 version = "v1.17.9",
441 )
442 go_repository(
443 name = "com_github_aws_aws_sdk_go_v2_service_sns",
444 importpath = "github.com/aws/aws-sdk-go-v2/service/sns",
445 sum = "h1:wy1jYAot40/Odzpzeq9S3OfSddJJ5RmpaKujvj5Hz7k=",
446 version = "v1.20.8",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200447 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200448 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +0000449 name = "com_github_aws_aws_sdk_go_v2_service_sqs",
450 importpath = "github.com/aws/aws-sdk-go-v2/service/sqs",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100451 sum = "h1:SDZBYFUp70hI2T0z9z+KD1iJBz9jGeT7xgU5hPPC9zs=",
452 version = "v1.20.8",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000453 )
454 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200455 name = "com_github_aws_aws_sdk_go_v2_service_sso",
456 importpath = "github.com/aws/aws-sdk-go-v2/service/sso",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100457 sum = "h1:5cb3D6xb006bPTqEfCNaEA6PPEfBXxxy4NNeX/44kGk=",
458 version = "v1.12.8",
459 )
460 go_repository(
461 name = "com_github_aws_aws_sdk_go_v2_service_ssooidc",
462 importpath = "github.com/aws/aws-sdk-go-v2/service/ssooidc",
463 sum = "h1:NZaj0ngZMzsubWZbrEFSB4rgSQRbFq38Sd6KBxHuOIU=",
464 version = "v1.14.8",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200465 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200466 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +0000467 name = "com_github_aws_aws_sdk_go_v2_service_sts",
468 importpath = "github.com/aws/aws-sdk-go-v2/service/sts",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100469 sum = "h1:Qf1aWwnsNkyAoqDqmdM3nHwN78XQjec27LjM6b9vyfI=",
470 version = "v1.18.9",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000471 )
472 go_repository(
473 name = "com_github_aws_smithy_go",
474 importpath = "github.com/aws/smithy-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100475 sum = "h1:hgz0X/DX0dGqTYpGALqXJoRKRj5oQ7150i5FdTePzO8=",
476 version = "v1.13.5",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200477 )
478 go_repository(
479 name = "com_github_aybabtme_rgbterm",
480 importpath = "github.com/aybabtme/rgbterm",
481 sum = "h1:WWB576BN5zNSZc/M9d/10pqEx5VHNhaQ/yOVAkmj5Yo=",
482 version = "v0.0.0-20170906152045-cc83f3b3ce59",
483 )
484 go_repository(
485 name = "com_github_azure_azure_amqp_common_go_v2",
486 importpath = "github.com/Azure/azure-amqp-common-go/v2",
487 sum = "h1:+QbFgmWCnPzdaRMfsI0Yb6GrRdBj5jVL8N3EXuEUcBQ=",
488 version = "v2.1.0",
489 )
490 go_repository(
491 name = "com_github_azure_azure_pipeline_go",
492 importpath = "github.com/Azure/azure-pipeline-go",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200493 sum = "h1:7U9HBg1JFK3jHl5qmo4CTZKFTVgMwdFHMVtCdfBE21U=",
494 version = "v0.2.3",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200495 )
496 go_repository(
497 name = "com_github_azure_azure_sdk_for_go",
498 importpath = "github.com/Azure/azure-sdk-for-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100499 sum = "h1:fcYLmCpyNYRnvJbPerq7U0hS+6+I79yEDJBqVNcqUzU=",
500 version = "v68.0.0+incompatible",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200501 )
502 go_repository(
503 name = "com_github_azure_azure_service_bus_go",
504 importpath = "github.com/Azure/azure-service-bus-go",
505 sum = "h1:G1qBLQvHCFDv9pcpgwgFkspzvnGknJRR0PYJ9ytY/JA=",
506 version = "v0.9.1",
507 )
508 go_repository(
509 name = "com_github_azure_azure_storage_blob_go",
510 importpath = "github.com/Azure/azure-storage-blob-go",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200511 sum = "h1:1BCg74AmVdYwO3dlKwtFU1V0wU2PZdREkXvAmZJRUlM=",
512 version = "v0.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200513 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200514 go_repository(
515 name = "com_github_azure_go_ansiterm",
516 importpath = "github.com/Azure/go-ansiterm",
517 sum = "h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=",
518 version = "v0.0.0-20210617225240-d185dfc1b5a1",
519 )
520 go_repository(
521 name = "com_github_azure_go_autorest",
522 importpath = "github.com/Azure/go-autorest",
523 sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
524 version = "v14.2.0+incompatible",
525 )
526 go_repository(
527 name = "com_github_azure_go_autorest_autorest",
528 importpath = "github.com/Azure/go-autorest/autorest",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100529 sum = "h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw=",
530 version = "v0.11.29",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200531 )
532 go_repository(
533 name = "com_github_azure_go_autorest_autorest_adal",
534 importpath = "github.com/Azure/go-autorest/autorest/adal",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100535 sum = "h1:Yepx8CvFxwNKpH6ja7RZ+sKX+DWYNldbLiALMC3BTz8=",
536 version = "v0.9.23",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200537 )
538 go_repository(
539 name = "com_github_azure_go_autorest_autorest_azure_auth",
540 importpath = "github.com/Azure/go-autorest/autorest/azure/auth",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100541 sum = "h1:wkAZRgT/pn8HhFyzfe9UnqOjJYqlembgCTi72Bm/xKk=",
542 version = "v0.5.12",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200543 )
544 go_repository(
545 name = "com_github_azure_go_autorest_autorest_azure_cli",
546 importpath = "github.com/Azure/go-autorest/autorest/azure/cli",
547 sum = "h1:0W/yGmFdTIT77fvdlGZ0LMISoLHFJ7Tx4U0yeB+uFs4=",
548 version = "v0.4.5",
549 )
550 go_repository(
551 name = "com_github_azure_go_autorest_autorest_date",
552 importpath = "github.com/Azure/go-autorest/autorest/date",
553 sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
554 version = "v0.3.0",
555 )
556 go_repository(
557 name = "com_github_azure_go_autorest_autorest_mocks",
558 importpath = "github.com/Azure/go-autorest/autorest/mocks",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000559 sum = "h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw=",
560 version = "v0.4.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200561 )
562 go_repository(
563 name = "com_github_azure_go_autorest_autorest_to",
564 importpath = "github.com/Azure/go-autorest/autorest/to",
565 sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=",
566 version = "v0.4.0",
567 )
568 go_repository(
569 name = "com_github_azure_go_autorest_autorest_validation",
570 importpath = "github.com/Azure/go-autorest/autorest/validation",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100571 sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=",
572 version = "v0.3.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200573 )
574 go_repository(
575 name = "com_github_azure_go_autorest_logger",
576 importpath = "github.com/Azure/go-autorest/logger",
577 sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=",
578 version = "v0.2.1",
579 )
580 go_repository(
581 name = "com_github_azure_go_autorest_tracing",
582 importpath = "github.com/Azure/go-autorest/tracing",
583 sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
584 version = "v0.6.0",
585 )
Leopoldbe326c22023-01-04 20:42:59 +0100586 go_repository(
587 name = "com_github_bazelbuild_buildtools",
588 importpath = "github.com/bazelbuild/buildtools",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +0100589 replace = "github.com/bazelbuild/buildtools",
590 sum = "h1:HTepWP/jhtWTC1gvK0RnvKCgjh4gLqiwaOwGozAXcbw=",
591 version = "v0.0.0-20231103205921-433ea8554e82",
Leopoldbe326c22023-01-04 20:42:59 +0100592 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200593 go_repository(
594 name = "com_github_bazelbuild_rules_go",
595 importpath = "github.com/bazelbuild/rules_go",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +0100596 sum = "h1:Q+vDhH4yzafZ0xHBT0JEVawb+1nDHUXhjvWTqSGCCyU=",
597 version = "v0.43.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200598 )
599 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +0200600 name = "com_github_beevik_ntp",
601 importpath = "github.com/beevik/ntp",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +0100602 sum = "h1:/w5VhpW5BGKS37vFm1p9oVk/t4HnnkKZAZIubHM6F7Q=",
603 version = "v1.3.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +0200604 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +0200605 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200606 name = "com_github_benbjohnson_clock",
607 importpath = "github.com/benbjohnson/clock",
Lorenz Brun65702192023-08-31 16:27:38 +0200608 sum = "h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=",
609 version = "v1.3.5",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200610 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200611 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200612 name = "com_github_beorn7_perks",
613 importpath = "github.com/beorn7/perks",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200614 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200615 version = "v1.0.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200616 )
617 go_repository(
618 name = "com_github_bgentry_speakeasy",
619 importpath = "github.com/bgentry/speakeasy",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200620 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200621 version = "v0.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200622 )
623 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200624 name = "com_github_bifurcation_mint",
625 importpath = "github.com/bifurcation/mint",
626 sum = "h1:fUjoj2bT6dG8LoEe+uNsKk8J+sLkDbQkJnB6Z1F02Bc=",
627 version = "v0.0.0-20180715133206-93c51c6ce115",
628 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000629 go_repository(
630 name = "com_github_bitly_go_hostpool",
631 importpath = "github.com/bitly/go-hostpool",
632 sum = "h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY=",
633 version = "v0.0.0-20171023180738-a3a6125de932",
634 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200635 go_repository(
636 name = "com_github_bitly_go_simplejson",
637 importpath = "github.com/bitly/go-simplejson",
638 sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=",
639 version = "v0.5.0",
640 )
641 go_repository(
642 name = "com_github_bits_and_blooms_bitset",
643 importpath = "github.com/bits-and-blooms/bitset",
644 sum = "h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=",
645 version = "v1.2.0",
646 )
647 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200648 name = "com_github_bkaradzic_go_lz4",
649 importpath = "github.com/bkaradzic/go-lz4",
650 sum = "h1:RXc4wYsyz985CkXXeX04y4VnZFGG8Rd43pRaHsOXAKk=",
651 version = "v1.0.0",
652 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200653 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200654 name = "com_github_bketelsen_crypt",
655 importpath = "github.com/bketelsen/crypt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100656 sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=",
657 version = "v0.0.3-0.20200106085610-5cbc8cc4026c",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200658 )
659 go_repository(
660 name = "com_github_blakesmith_ar",
661 importpath = "github.com/blakesmith/ar",
662 sum = "h1:m935MPodAbYS46DG4pJSv7WO+VECIWUQ7OJYSoTrMh4=",
663 version = "v0.0.0-20190502131153-809d4375e1fb",
664 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200665 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200666 name = "com_github_blang_semver",
667 importpath = "github.com/blang/semver",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200668 sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=",
669 version = "v3.5.1+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200670 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +0200671 go_repository(
672 name = "com_github_blang_semver_v4",
673 importpath = "github.com/blang/semver/v4",
674 sum = "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=",
675 version = "v4.0.0",
676 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200677 go_repository(
678 name = "com_github_bmizerany_assert",
679 importpath = "github.com/bmizerany/assert",
680 sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=",
681 version = "v0.0.0-20160611221934-b7ed37b82869",
682 )
683 go_repository(
684 name = "com_github_boltdb_bolt",
685 importpath = "github.com/boltdb/bolt",
686 sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=",
687 version = "v1.3.1",
688 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000689 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200690 name = "com_github_boombuler_barcode",
691 importpath = "github.com/boombuler/barcode",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100692 sum = "h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs=",
693 version = "v1.0.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200694 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200695 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +0000696 name = "com_github_bradfitz_gomemcache",
697 importpath = "github.com/bradfitz/gomemcache",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100698 sum = "h1:hjXJeBcAMS1WGENGqDpzvmgS43oECTx8UXq31UBu0Jw=",
699 version = "v0.0.0-20221031212613-62deef7fc822",
Lorenz Brun6f852d52022-06-28 12:50:25 +0000700 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200701 go_repository(
702 name = "com_github_bshuster_repo_logrus_logstash_hook",
703 importpath = "github.com/bshuster-repo/logrus-logstash-hook",
704 sum = "h1:pgAtgj+A31JBVtEHu2uHuEx0n+2ukqUJnS2vVe5pQNA=",
705 version = "v0.4.1",
706 )
707 go_repository(
708 name = "com_github_buger_jsonparser",
709 importpath = "github.com/buger/jsonparser",
710 sum = "h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=",
711 version = "v1.1.1",
712 )
713 go_repository(
714 name = "com_github_bugsnag_bugsnag_go",
715 importpath = "github.com/bugsnag/bugsnag-go",
716 sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=",
717 version = "v0.0.0-20141110184014-b1d153021fcd",
718 )
719 go_repository(
720 name = "com_github_bugsnag_osext",
721 importpath = "github.com/bugsnag/osext",
722 sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=",
723 version = "v0.0.0-20130617224835-0dd3f918b21b",
724 )
725 go_repository(
726 name = "com_github_bugsnag_panicwrap",
727 importpath = "github.com/bugsnag/panicwrap",
728 sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=",
729 version = "v0.0.0-20151223152923-e2c28503fcd0",
730 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200731 go_repository(
732 name = "com_github_burntsushi_toml",
733 importpath = "github.com/BurntSushi/toml",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100734 sum = "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=",
735 version = "v1.2.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200736 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200737 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +0100738 name = "com_github_bytecodealliance_wasmtime_go_v14",
739 importpath = "github.com/bytecodealliance/wasmtime-go/v14",
740 sum = "h1:ur7S3P+PAeJmgllhSrKnGQOAmmtUbLQxb/nw2NZiaEM=",
741 version = "v14.0.0",
Serge Bazanski46e72ab2022-09-05 15:13:22 +0200742 )
Serge Bazanski46e72ab2022-09-05 15:13:22 +0200743 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100744 name = "com_github_bytedance_sonic",
745 importpath = "github.com/bytedance/sonic",
746 sum = "h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=",
747 version = "v1.9.1",
748 )
749 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200750 name = "com_github_caarlos0_ctrlc",
751 importpath = "github.com/caarlos0/ctrlc",
752 sum = "h1:2DtF8GSIcajgffDFJzyG15vO+1PuBWOMUdFut7NnXhw=",
753 version = "v1.0.0",
754 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200755 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200756 name = "com_github_caddyserver_caddy",
757 importpath = "github.com/caddyserver/caddy",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200758 sum = "h1:i9gRhBgvc5ifchwWtSe7pDpsdS9+Q0Rw9oYQmYUTw1w=",
759 version = "v1.0.3",
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200760 )
761 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200762 name = "com_github_campoy_unique",
763 importpath = "github.com/campoy/unique",
764 sum = "h1:V9a67dfYqPLAvzk5hMQOXYJlZ4SLIXgyKIE+ZiHzgGQ=",
765 version = "v0.0.0-20180121183637-88950e537e7e",
766 )
767 go_repository(
768 name = "com_github_casbin_casbin_v2",
769 importpath = "github.com/casbin/casbin/v2",
770 sum = "h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g=",
771 version = "v2.1.2",
772 )
773 go_repository(
774 name = "com_github_cavaliercoder_go_cpio",
775 importpath = "github.com/cavaliercoder/go-cpio",
776 sum = "h1:hHg27A0RSSp2Om9lubZpiMgVbvn39bsUmW9U5h0twqc=",
777 version = "v0.0.0-20180626203310-925f9528c45e",
778 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200779 go_repository(
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +0100780 name = "com_github_cavaliergopher_cpio",
781 importpath = "github.com/cavaliergopher/cpio",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200782 sum = "h1:KQFSeKmZhv0cr+kawA3a0xTQCU4QxXF1vhU7P7av2KM=",
783 version = "v1.0.1",
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +0100784 )
785 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200786 name = "com_github_cenkalti_backoff",
787 importpath = "github.com/cenkalti/backoff",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200788 sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=",
789 version = "v2.2.1+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200790 )
791 go_repository(
792 name = "com_github_cenkalti_backoff_v4",
793 importpath = "github.com/cenkalti/backoff/v4",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100794 sum = "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=",
795 version = "v4.2.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200796 )
797 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200798 name = "com_github_census_instrumentation_opencensus_proto",
799 importpath = "github.com/census-instrumentation/opencensus-proto",
Serge Bazanskia6d8b392023-04-03 15:23:57 +0200800 sum = "h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=",
801 version = "v0.4.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200802 )
803 go_repository(
804 name = "com_github_certifi_gocertifi",
805 importpath = "github.com/certifi/gocertifi",
806 sum = "h1:uH66TXeswKn5PW5zdZ39xEwfS9an067BirqA+P4QaLI=",
807 version = "v0.0.0-20200922220541-2c3bb06c6054",
808 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200809 go_repository(
810 name = "com_github_cespare_xxhash",
811 importpath = "github.com/cespare/xxhash",
812 sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
813 version = "v1.1.0",
814 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200815 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200816 name = "com_github_cespare_xxhash_v2",
817 importpath = "github.com/cespare/xxhash/v2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +0200818 sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=",
819 version = "v2.2.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200820 )
821 go_repository(
822 name = "com_github_chai2010_gettext_go",
823 importpath = "github.com/chai2010/gettext-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100824 sum = "h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=",
825 version = "v1.0.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200826 )
827 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200828 name = "com_github_checkpoint_restore_go_criu_v4",
829 importpath = "github.com/checkpoint-restore/go-criu/v4",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100830 sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200831 version = "v4.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200832 )
833 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200834 name = "com_github_checkpoint_restore_go_criu_v5",
835 importpath = "github.com/checkpoint-restore/go-criu/v5",
836 sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=",
837 version = "v5.3.0",
838 )
839 go_repository(
840 name = "com_github_cheekybits_genny",
841 importpath = "github.com/cheekybits/genny",
842 sum = "h1:a1zrFsLFac2xoM6zG1u72DWJwZG3ayttYLfmLbxVETk=",
843 version = "v0.0.0-20170328200008-9127e812e1e9",
844 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200845 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100846 name = "com_github_chenzhuoyu_base64x",
847 importpath = "github.com/chenzhuoyu/base64x",
848 sum = "h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams=",
849 version = "v0.0.0-20221115062448-fe3a3abad311",
850 )
851 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200852 name = "com_github_chzyer_logex",
853 importpath = "github.com/chzyer/logex",
854 sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=",
855 version = "v1.1.10",
856 )
857 go_repository(
858 name = "com_github_chzyer_readline",
859 importpath = "github.com/chzyer/readline",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100860 sum = "h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI=",
861 version = "v1.5.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200862 )
863 go_repository(
864 name = "com_github_chzyer_test",
865 importpath = "github.com/chzyer/test",
866 sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=",
867 version = "v0.0.0-20180213035817-a1ea475d72b1",
868 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200869 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200870 name = "com_github_cilium_ebpf",
871 importpath = "github.com/cilium/ebpf",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +0100872 replace = "github.com/cilium/ebpf",
873 sum = "h1:8ht6F9MquybnY97at+VDZb3eQQr8ev79RueWeVaEcG4=",
874 version = "v0.12.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200875 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000876 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200877 name = "com_github_clbanning_x2j",
878 importpath = "github.com/clbanning/x2j",
879 sum = "h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo=",
880 version = "v0.0.0-20191024224557-825249438eec",
881 )
882 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200883 name = "com_github_clickhouse_clickhouse_go",
884 importpath = "github.com/ClickHouse/clickhouse-go",
885 sum = "h1:iAFMa2UrQdR5bHJ2/yaSLffZkxpcOYQMCUuKeNXGdqc=",
886 version = "v1.4.3",
887 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200888 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100889 name = "com_github_client9_misspell",
890 importpath = "github.com/client9/misspell",
891 sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
892 version = "v0.3.4",
893 )
894 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200895 name = "com_github_cloudflare_golz4",
896 importpath = "github.com/cloudflare/golz4",
897 sum = "h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=",
898 version = "v0.0.0-20150217214814-ef862a3cdc58",
899 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200900 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200901 name = "com_github_clusterhq_flocker_go",
902 importpath = "github.com/clusterhq/flocker-go",
903 sum = "h1:eIHD9GNM3Hp7kcRW5mvcz7WTR3ETeoYYKwpgA04kaXE=",
904 version = "v0.0.0-20160920122132-2b8b7259d313",
905 )
906 go_repository(
907 name = "com_github_cncf_udpa_go",
908 importpath = "github.com/cncf/udpa/go",
Serge Bazanskia6d8b392023-04-03 15:23:57 +0200909 sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=",
910 version = "v0.0.0-20220112060539-c52dc94e7fbe",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200911 )
912 go_repository(
913 name = "com_github_cncf_xds_go",
914 importpath = "github.com/cncf/xds/go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100915 sum = "h1:/inchEIKaYC1Akx+H+gqO04wryn5h75LSazbRlnya1k=",
916 version = "v0.0.0-20230607035331-e9ce68804cb4",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200917 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000918 go_repository(
919 name = "com_github_cockroachdb_apd",
920 importpath = "github.com/cockroachdb/apd",
921 sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=",
922 version = "v1.1.0",
923 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +0200924 go_repository(
925 name = "com_github_cockroachdb_cockroach_go_v2",
926 importpath = "github.com/cockroachdb/cockroach-go/v2",
927 sum = "h1:O7Hl8m0rs/oJNBmRr14ED3Q3+AmugMK9DtJwRDHZ2DA=",
928 version = "v2.2.10",
929 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200930 go_repository(
931 name = "com_github_cockroachdb_datadriven",
932 importpath = "github.com/cockroachdb/datadriven",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100933 sum = "h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=",
934 version = "v1.0.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200935 )
936 go_repository(
937 name = "com_github_cockroachdb_errors",
938 importpath = "github.com/cockroachdb/errors",
939 sum = "h1:Lap807SXTH5tri2TivECb/4abUkMZC9zRoLarvcKDqs=",
940 version = "v1.2.4",
941 )
942 go_repository(
943 name = "com_github_cockroachdb_logtags",
944 importpath = "github.com/cockroachdb/logtags",
945 sum = "h1:o/kfcElHqOiXqcou5a3rIlMc7oJbMQkeLk0VQJ7zgqY=",
946 version = "v0.0.0-20190617123548-eb05cc24525f",
947 )
948 go_repository(
949 name = "com_github_codahale_hdrhistogram",
950 importpath = "github.com/codahale/hdrhistogram",
951 sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=",
952 version = "v0.0.0-20161010025455-3a0bb77429bd",
953 )
954 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100955 name = "com_github_codahale_rfc6979",
956 importpath = "github.com/codahale/rfc6979",
957 sum = "h1:EDmT6Q9Zs+SbUoc7Ik9EfrFqcylYqgPZ9ANSbTAntnE=",
958 version = "v0.0.0-20141003034818-6a90f24967eb",
959 )
960 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200961 name = "com_github_codegangsta_negroni",
962 importpath = "github.com/codegangsta/negroni",
963 sum = "h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=",
964 version = "v1.0.0",
965 )
Lorenz Brun6f852d52022-06-28 12:50:25 +0000966 go_repository(
967 name = "com_github_confluentinc_confluent_kafka_go",
968 importpath = "github.com/confluentinc/confluent-kafka-go",
969 sum = "h1:GCEMecax8zLZsCVn1cea7Y1uR/lRCdCDednpkc0NLsY=",
970 version = "v1.4.0",
971 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200972 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100973 name = "com_github_confluentinc_confluent_kafka_go_v2",
974 importpath = "github.com/confluentinc/confluent-kafka-go/v2",
975 sum = "h1:qwZtgyGS4OjvebR4TkZPxHAQRN/IbdaxpCQyhDpxeaE=",
976 version = "v2.1.1",
977 )
978 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200979 name = "com_github_container_storage_interface_spec",
980 importpath = "github.com/container-storage-interface/spec",
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100981 sum = "h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI=",
982 version = "v1.8.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200983 )
984 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +0200985 name = "com_github_containerd_aufs",
986 importpath = "github.com/containerd/aufs",
987 sum = "h1:2oeJiwX5HstO7shSrPZjrohJZLzK36wvpdmzDRkL/LY=",
988 version = "v1.0.0",
989 )
Lorenz Brund13c1c62022-03-30 19:58:58 +0200990 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200991 name = "com_github_containerd_btrfs",
992 importpath = "github.com/containerd/btrfs",
Lorenz Brund13c1c62022-03-30 19:58:58 +0200993 sum = "h1:osn1exbzdub9L5SouXO5swW4ea/xVdJZ3wokxN5GrnA=",
994 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200995 )
996 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +0100997 name = "com_github_containerd_btrfs_v2",
998 importpath = "github.com/containerd/btrfs/v2",
999 sum = "h1:FN4wsx7KQrYoLXN7uLP0vBV4oVWHOIKDRQ1G2Z0oL5M=",
1000 version = "v2.0.0",
1001 )
1002 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001003 name = "com_github_containerd_cgroups",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001004 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001005 importpath = "github.com/containerd/cgroups",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001006 sum = "h1:v8rEWFl6EoqHB+swVNjVoCJE8o3jX7e8nqBGPLaDFBM=",
1007 version = "v1.1.0",
1008 )
1009 go_repository(
1010 name = "com_github_containerd_cgroups_v3",
1011 build_file_proto_mode = "disable",
1012 importpath = "github.com/containerd/cgroups/v3",
1013 sum = "h1:f5WFqIVSgo5IZmtTT3qVBo6TzI1ON6sycSBKkymb9L0=",
1014 version = "v3.0.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001015 )
1016 go_repository(
1017 name = "com_github_containerd_console",
1018 importpath = "github.com/containerd/console",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01001019 sum = "h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=",
1020 version = "v1.0.4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001021 )
1022 go_repository(
1023 name = "com_github_containerd_containerd",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001024 build_file_proto_mode = "disable",
Serge Bazanski2876efa2023-06-20 14:30:40 +02001025 build_tags = ["no_btrfs"], # keep
Lorenz Brund13c1c62022-03-30 19:58:58 +02001026 importpath = "github.com/containerd/containerd",
1027 patch_args = ["-p1"],
1028 pre_patches = [
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001029 # We build with newer CRI API definitions.
1030 "//third_party/go/patches:containerd-grpc-inherit-unimplemented.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001031 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001032 sum = "h1:afEHXdil9iAm03BmhjzKyXnnEBtjaLJefdU7DV0IFes=",
1033 version = "v1.7.15",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001034 )
1035 go_repository(
1036 name = "com_github_containerd_continuity",
1037 importpath = "github.com/containerd/continuity",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001038 sum = "h1:v3y/4Yz5jwnvqPKJJ+7Wf93fyWoCB3F5EclWG023MDM=",
1039 version = "v0.4.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001040 )
1041 go_repository(
1042 name = "com_github_containerd_fifo",
1043 importpath = "github.com/containerd/fifo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001044 sum = "h1:4I2mbh5stb1u6ycIABlBw9zgtlK8viPI9QkQNRQEEmY=",
1045 version = "v1.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001046 )
1047 go_repository(
1048 name = "com_github_containerd_go_cni",
1049 importpath = "github.com/containerd/go-cni",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001050 sum = "h1:ORi7P1dYzCwVM6XPN4n3CbkuOx/NZ2DOqy+SHRdo9rU=",
1051 version = "v1.1.9",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001052 )
1053 go_repository(
1054 name = "com_github_containerd_go_runc",
1055 importpath = "github.com/containerd/go-runc",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001056 sum = "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=",
1057 version = "v1.0.0",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001058 )
1059 go_repository(
1060 name = "com_github_containerd_imgcrypt",
1061 importpath = "github.com/containerd/imgcrypt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001062 sum = "h1:WSf9o9EQ0KGHiUx2ESFZ+PKf4nxK9BcvV/nJDX8RkB4=",
1063 version = "v1.1.7",
1064 )
1065 go_repository(
1066 name = "com_github_containerd_log",
1067 importpath = "github.com/containerd/log",
1068 sum = "h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=",
1069 version = "v0.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001070 )
1071 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001072 name = "com_github_containerd_nri",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001073 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001074 importpath = "github.com/containerd/nri",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001075 sum = "h1:hdztxwL0gCS1CrCa9bvD1SoJiFN4jBuRQhplCvCPMj8=",
1076 version = "v0.6.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001077 )
1078 go_repository(
1079 name = "com_github_containerd_stargz_snapshotter_estargz",
1080 importpath = "github.com/containerd/stargz-snapshotter/estargz",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001081 sum = "h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=",
1082 version = "v0.14.3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001083 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001084 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001085 name = "com_github_containerd_ttrpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001086 build_file_proto_mode = "disable",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001087 importpath = "github.com/containerd/ttrpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001088 sum = "h1:4jlhbXIGvijRtNC8F/5CpuJZ7yKOBFGFOOXg1bkISz0=",
1089 version = "v1.2.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001090 )
1091 go_repository(
1092 name = "com_github_containerd_typeurl",
1093 importpath = "github.com/containerd/typeurl",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001094 sum = "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=",
1095 version = "v1.0.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001096 )
1097 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001098 name = "com_github_containerd_typeurl_v2",
1099 importpath = "github.com/containerd/typeurl/v2",
1100 sum = "h1:3Q4Pt7i8nYwy2KmQWIw2+1hTvwTE/6w9FqcttATPO/4=",
1101 version = "v2.1.1",
1102 )
1103 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001104 name = "com_github_containerd_zfs",
1105 importpath = "github.com/containerd/zfs",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001106 sum = "h1:n7OZ7jZumLIqNJqXrEc/paBM840mORnmGdJDmAmJZHM=",
1107 version = "v1.1.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001108 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001109 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001110 name = "com_github_containernetworking_cni",
1111 importpath = "github.com/containernetworking/cni",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001112 patch_args = ["-p1"],
Lorenz Brun74e8e5c2021-01-26 14:00:50 +01001113 patches = [
1114 "//third_party/go/patches:cni-fix-cachepath.patch",
1115 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001116 sum = "h1:wtRGZVv7olUHMOqouPpn3cXJWpJgM6+EUl31EQbXALQ=",
1117 version = "v1.1.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001118 )
1119 go_repository(
1120 name = "com_github_containernetworking_plugins",
1121 importpath = "github.com/containernetworking/plugins",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001122 sum = "h1:SWgg3dQG1yzUo4d9iD8cwSVh1VqI+bP7mkPDoSfP9VU=",
1123 version = "v1.2.0",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001124 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001125 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001126 name = "com_github_containers_ocicrypt",
1127 importpath = "github.com/containers/ocicrypt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001128 sum = "h1:uoG52u2e91RE4UqmBICZY8dNshgfvkdl3BW6jnxiFaI=",
1129 version = "v1.1.6",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001130 )
1131 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001132 name = "com_github_coredns_caddy",
1133 importpath = "github.com/coredns/caddy",
1134 sum = "h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=",
1135 version = "v1.1.1",
1136 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001137 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001138 name = "com_github_coredns_coredns",
1139 importpath = "github.com/coredns/coredns",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001140 patch_args = ["-p1"],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001141 pre_patches = [
1142 "//third_party/go/patches:coredns-remove-unused-plugins.patch",
1143 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001144 sum = "h1:IYBM+j/Xx3nTV4HE1s626G9msmJZSdKL9k0ZagYcZFQ=",
1145 version = "v1.11.1",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001146 )
1147 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001148 name = "com_github_coredns_corefile_migration",
1149 importpath = "github.com/coredns/corefile-migration",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001150 sum = "h1:MdOkT6F3ehju/n9tgxlGct8XAajOX2vN+wG7To4BWSI=",
1151 version = "v1.0.20",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001152 )
1153 go_repository(
1154 name = "com_github_coreos_bbolt",
1155 importpath = "github.com/coreos/bbolt",
1156 sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
1157 version = "v1.3.2",
1158 )
1159 go_repository(
1160 name = "com_github_coreos_etcd",
1161 importpath = "github.com/coreos/etcd",
1162 sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=",
1163 version = "v3.3.13+incompatible",
1164 )
1165 go_repository(
1166 name = "com_github_coreos_go_etcd",
1167 importpath = "github.com/coreos/go-etcd",
1168 sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=",
1169 version = "v2.0.0+incompatible",
1170 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001171 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001172 name = "com_github_coreos_go_iptables",
1173 importpath = "github.com/coreos/go-iptables",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001174 sum = "h1:is9qnZMPYjLd8LYqmm/qlE+wwEgJIkTYdhV3rfZo4jk=",
1175 version = "v0.6.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001176 )
1177 go_repository(
1178 name = "com_github_coreos_go_oidc",
1179 importpath = "github.com/coreos/go-oidc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001180 sum = "h1:mh48q/BqXqgjVHpy2ZY7WnWAbenxRjsz9N1i1YxjHAk=",
1181 version = "v2.2.1+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001182 )
1183 go_repository(
1184 name = "com_github_coreos_go_semver",
1185 importpath = "github.com/coreos/go-semver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001186 sum = "h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=",
1187 version = "v0.3.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001188 )
1189 go_repository(
1190 name = "com_github_coreos_go_systemd",
1191 importpath = "github.com/coreos/go-systemd",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01001192 sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=",
1193 version = "v0.0.0-20190719114852-fd7a80b32e1f",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001194 )
1195 go_repository(
1196 name = "com_github_coreos_go_systemd_v22",
1197 importpath = "github.com/coreos/go-systemd/v22",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01001198 sum = "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=",
1199 version = "v22.5.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001200 )
1201 go_repository(
1202 name = "com_github_coreos_pkg",
1203 importpath = "github.com/coreos/pkg",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001204 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001205 version = "v0.0.0-20180928190104-399ea9e2e55f",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001206 )
1207 go_repository(
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001208 name = "com_github_corverroos_commentwrap",
1209 importpath = "github.com/corverroos/commentwrap",
Leopold506b8862023-01-31 14:54:13 +01001210 patch_args = ["-p1"],
1211 patches = [
1212 "//third_party/go/patches:commentwrap-uri.patch",
1213 ],
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001214 sum = "h1:toeMwwechJKH0iwOoGJLZK6x42Ba9si+816KxqmgFc8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001215 version = "v0.0.0-20191204065359-2926638be44c",
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001216 )
1217 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001218 name = "com_github_cosiner_argv",
1219 importpath = "github.com/cosiner/argv",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001220 sum = "h1:BVDiEL32lwHukgJKP87btEPenzrrHUjajs/8yzaqcXg=",
1221 version = "v0.1.0",
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001222 )
1223 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001224 name = "com_github_cpuguy83_go_md2man",
1225 importpath = "github.com/cpuguy83/go-md2man",
1226 sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=",
1227 version = "v1.0.10",
1228 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001229 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001230 name = "com_github_cpuguy83_go_md2man_v2",
1231 importpath = "github.com/cpuguy83/go-md2man/v2",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01001232 sum = "h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=",
1233 version = "v2.0.3",
Serge Bazanski14cf7502020-05-28 14:29:56 +02001234 )
1235 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001236 name = "com_github_creack_pty",
1237 importpath = "github.com/creack/pty",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001238 sum = "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=",
1239 version = "v1.1.18",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001240 )
Leopoldbe326c22023-01-04 20:42:59 +01001241 go_repository(
1242 name = "com_github_crillab_gophersat",
1243 importpath = "github.com/crillab/gophersat",
1244 sum = "h1:l4fgnEMmy1+b7pn3nvPwj1ja3Z9MgXE4hUIl9TU8v+M=",
1245 version = "v1.3.1",
1246 )
Serge Bazanski213d90c2023-04-19 17:42:06 +02001247 go_repository(
1248 name = "com_github_cubicdaiya_gonp",
1249 importpath = "github.com/cubicdaiya/gonp",
1250 sum = "h1:ky2uIAJh81WiLcGKBVD5R7KsM/36W6IqqTy6Bo6rGws=",
1251 version = "v1.0.4",
1252 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001253 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001254 name = "com_github_cyphar_filepath_securejoin",
1255 importpath = "github.com/cyphar/filepath-securejoin",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01001256 sum = "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=",
1257 version = "v0.2.4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001258 )
1259 go_repository(
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001260 name = "com_github_cznic_mathutil",
1261 importpath = "github.com/cznic/mathutil",
1262 sum = "h1:iwZdTE0PVqJCos1vaoKsclOGD3ADKpshg3SRtYBbwso=",
1263 version = "v0.0.0-20181122101859-297441e03548",
1264 )
1265 go_repository(
1266 name = "com_github_cznic_sortutil",
1267 importpath = "github.com/cznic/sortutil",
1268 sum = "h1:LpMLYGyy67BoAFGda1NeOBQwqlv7nUXpm+rIVHGxZZ4=",
1269 version = "v0.0.0-20181122101858-f5f958428db8",
1270 )
1271 go_repository(
1272 name = "com_github_cznic_strutil",
1273 importpath = "github.com/cznic/strutil",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01001274 sum = "h1:MZRmHqDBd0vxNwenEbKSQqRVT24d3C05ft8kduSwlqM=",
1275 version = "v0.0.0-20181122101858-275e90344537",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001276 )
Serge Bazanski46e72ab2022-09-05 15:13:22 +02001277 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001278 name = "com_github_d2g_dhcp4",
1279 importpath = "github.com/d2g/dhcp4",
1280 sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=",
1281 version = "v0.0.0-20170904100407-a1d1b6c41b1c",
1282 )
1283 go_repository(
1284 name = "com_github_d2g_dhcp4client",
1285 importpath = "github.com/d2g/dhcp4client",
1286 sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=",
1287 version = "v1.0.0",
1288 )
1289 go_repository(
1290 name = "com_github_d2g_dhcp4server",
1291 importpath = "github.com/d2g/dhcp4server",
1292 sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=",
1293 version = "v0.0.0-20181031114812-7d4a0a7f59a5",
1294 )
1295 go_repository(
1296 name = "com_github_d2g_hardwareaddr",
1297 importpath = "github.com/d2g/hardwareaddr",
1298 sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=",
1299 version = "v0.0.0-20190221164911-e7d9fbe030e4",
1300 )
1301 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001302 name = "com_github_datadog_appsec_internal_go",
1303 importpath = "github.com/DataDog/appsec-internal-go",
1304 sum = "h1:2u5IkF4DBj3KVeQn5Vg2vjPUtt513zxEYglcqnd500U=",
1305 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001306 )
1307 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001308 name = "com_github_datadog_datadog_agent_pkg_obfuscate",
1309 importpath = "github.com/DataDog/datadog-agent/pkg/obfuscate",
1310 sum = "h1:XyYvstMFpSyZtfJHWJm1Sf1meNyCdfhKJrjB6+rUNOk=",
1311 version = "v0.45.0-rc.1",
1312 )
1313 go_repository(
1314 name = "com_github_datadog_datadog_agent_pkg_remoteconfig_state",
1315 importpath = "github.com/DataDog/datadog-agent/pkg/remoteconfig/state",
1316 sum = "h1:PbzrhHhs2+RRdKKti7JBSM8ATIeiji2T2cVt/d8GT8k=",
1317 version = "v0.48.0-devel.0.20230725154044-2549ba9058df",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001318 )
1319 go_repository(
1320 name = "com_github_datadog_datadog_go_v5",
1321 importpath = "github.com/DataDog/datadog-go/v5",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001322 sum = "h1:JLZ6s2K1pG2h9GkvEvMdEGqMDyVLEAccdX5TltWcLMU=",
1323 version = "v5.1.1",
1324 )
1325 go_repository(
1326 name = "com_github_datadog_go_libddwaf",
1327 importpath = "github.com/DataDog/go-libddwaf",
1328 sum = "h1:JgHc+ARmfIzVqEl31HLedVYiNCu3LAQiluvpeNnEx2o=",
1329 version = "v1.4.2",
1330 )
1331 go_repository(
1332 name = "com_github_datadog_go_tuf",
1333 importpath = "github.com/DataDog/go-tuf",
1334 sum = "h1:gld/e3MXfFVB/O8hc3mloP1ayFk75Mmdkmll/9lyd9I=",
1335 version = "v1.0.1-0.5.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001336 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001337 go_repository(
1338 name = "com_github_datadog_gostackparse",
1339 importpath = "github.com/DataDog/gostackparse",
1340 sum = "h1:jb72P6GFHPHz2W0onsN51cS3FkaMDcjb0QzgxxA4gDk=",
1341 version = "v0.5.0",
1342 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001343 go_repository(
1344 name = "com_github_datadog_sketches_go",
1345 importpath = "github.com/DataDog/sketches-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001346 sum = "h1:qTBzWLnZ3kM2kw39ymh6rMcnN+5VULwFs++lEYUUsro=",
1347 version = "v1.2.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001348 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001349 go_repository(
1350 name = "com_github_datadog_zstd",
1351 importpath = "github.com/DataDog/zstd",
1352 sum = "h1:DtpNbljikUepEPD16hD4LvIcmhnhdLTiW/5pHgbmp14=",
1353 version = "v1.3.5",
1354 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001355 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001356 name = "com_github_davecgh_go_spew",
1357 importpath = "github.com/davecgh/go-spew",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001358 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001359 version = "v1.1.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001360 )
1361 go_repository(
1362 name = "com_github_daviddengcn_go_colortext",
1363 importpath = "github.com/daviddengcn/go-colortext",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001364 sum = "h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE=",
1365 version = "v1.0.0",
1366 )
1367 go_repository(
1368 name = "com_github_decred_dcrd_dcrec_secp256k1_v4",
1369 importpath = "github.com/decred/dcrd/dcrec/secp256k1/v4",
1370 sum = "h1:1iy2qD6JEhHKKhUOA9IWs7mjco7lnw2qx8FsRI2wirE=",
1371 version = "v4.0.0-20210816181553-5444fa50b93d",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001372 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001373 go_repository(
1374 name = "com_github_denisenkom_go_mssqldb",
1375 importpath = "github.com/denisenkom/go-mssqldb",
1376 sum = "h1:9rHa233rhdOyrz2GcP9NM+gi2psgJZ4GWDpL/7ND8HI=",
1377 version = "v0.11.0",
1378 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001379 go_repository(
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01001380 name = "com_github_dennwc_btrfs",
1381 importpath = "github.com/dennwc/btrfs",
1382 sum = "h1:ue4Es4Xzz255hWQ7NAWzZxuXG+YOV7URzzusLLSe0zU=",
1383 version = "v0.0.0-20230312211831-a1f570bd01a1",
1384 )
1385 go_repository(
1386 name = "com_github_dennwc_ioctl",
1387 importpath = "github.com/dennwc/ioctl",
1388 sum = "h1:DsWAAjIxRqNcLn9x6mwfuf2pet3iB7aK90K4tF16rLg=",
1389 version = "v1.0.0",
1390 )
1391 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001392 name = "com_github_denverdino_aliyungo",
1393 importpath = "github.com/denverdino/aliyungo",
1394 sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=",
1395 version = "v0.0.0-20190125010748-a747050bb1ba",
1396 )
1397 go_repository(
1398 name = "com_github_derekparker_trie",
1399 importpath = "github.com/derekparker/trie",
1400 sum = "h1:G765iDCq7bP5opdrPkXk+4V3yfkgV9iGFuheWZ/X/zY=",
1401 version = "v0.0.0-20200317170641-1fdf38b7b0e9",
1402 )
1403 go_repository(
Serge Bazanskia9590fe2022-09-13 13:51:41 +02001404 name = "com_github_desertbit_timer",
1405 importpath = "github.com/desertbit/timer",
1406 sum = "h1:U5y3Y5UE0w7amNe7Z5G/twsBW0KEalRQXZzf8ufSh9I=",
1407 version = "v0.0.0-20180107155436-c41aec40b27f",
1408 )
Serge Bazanskia9590fe2022-09-13 13:51:41 +02001409 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001410 name = "com_github_devigned_tab",
1411 importpath = "github.com/devigned/tab",
1412 sum = "h1:3mD6Kb1mUOYeLpJvTVSDwSg5ZsfSxfvxGRTxRsJsITA=",
1413 version = "v0.1.1",
1414 )
1415 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001416 name = "com_github_dgrijalva_jwt_go",
1417 importpath = "github.com/dgrijalva/jwt-go",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001418 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001419 version = "v3.2.0+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001420 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02001421 go_repository(
1422 name = "com_github_dgryski_go_farm",
1423 importpath = "github.com/dgryski/go-farm",
1424 sum = "h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=",
1425 version = "v0.0.0-20190423205320-6a90982ecee2",
1426 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001427 go_repository(
1428 name = "com_github_dgryski_go_rendezvous",
1429 importpath = "github.com/dgryski/go-rendezvous",
1430 sum = "h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=",
1431 version = "v0.0.0-20200823014737-9f7001d12a5f",
1432 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001433 go_repository(
1434 name = "com_github_dgryski_go_sip13",
1435 importpath = "github.com/dgryski/go-sip13",
1436 sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=",
1437 version = "v0.0.0-20181026042036-e10d5fee7954",
1438 )
1439 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001440 name = "com_github_dhui_dktest",
1441 importpath = "github.com/dhui/dktest",
1442 sum = "h1:0frpeeoM9pHouHjhLeZDuDTJ0PqjDTrycaHaMmkJAo8=",
1443 version = "v0.3.10",
1444 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001445 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001446 name = "com_github_dimchansky_utfbom",
1447 importpath = "github.com/dimchansky/utfbom",
1448 sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=",
1449 version = "v1.1.1",
1450 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001451 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001452 name = "com_github_dimfeld_httptreemux_v5",
1453 importpath = "github.com/dimfeld/httptreemux/v5",
1454 sum = "h1:p8jkiMrCuZ0CmhwYLcbNbl7DDo21fozhKHQ2PccwOFQ=",
1455 version = "v5.5.0",
1456 )
1457 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001458 name = "com_github_diskfs_go_diskfs",
1459 importpath = "github.com/diskfs/go-diskfs",
Lorenz Brun57479bb2021-10-26 14:01:06 +02001460 sum = "h1:Ow4xorEDw1VNYKbC+SA/qQNwi5gWIwdKUxmUcLFST24=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001461 version = "v1.2.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001462 )
1463 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001464 name = "com_github_dnaeon_go_vcr",
1465 importpath = "github.com/dnaeon/go-vcr",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001466 sum = "h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=",
1467 version = "v1.2.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001468 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001469 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001470 name = "com_github_dnstap_golang_dnstap",
1471 importpath = "github.com/dnstap/golang-dnstap",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001472 sum = "h1:KRHBoURygdGtBjDI2w4HifJfMAhhOqDuktAokaSa234=",
1473 version = "v0.4.0",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001474 )
1475 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001476 name = "com_github_docker_cli",
1477 importpath = "github.com/docker/cli",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001478 sum = "h1:Zcse1DuDqBdgI7OQDV8Go7b83xLgfhW1eza4HfEdxpY=",
1479 version = "v23.0.3+incompatible",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001480 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001481 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001482 name = "com_github_docker_distribution",
1483 importpath = "github.com/docker/distribution",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001484 sum = "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=",
1485 version = "v2.8.2+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001486 )
1487 go_repository(
1488 name = "com_github_docker_docker",
1489 importpath = "github.com/docker/docker",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001490 sum = "h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=",
1491 version = "v23.0.3+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001492 )
1493 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001494 name = "com_github_docker_docker_credential_helpers",
1495 importpath = "github.com/docker/docker-credential-helpers",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001496 sum = "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=",
1497 version = "v0.7.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001498 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001499 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001500 name = "com_github_docker_go_connections",
1501 importpath = "github.com/docker/go-connections",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001502 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001503 version = "v0.4.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001504 )
1505 go_repository(
1506 name = "com_github_docker_go_events",
1507 importpath = "github.com/docker/go-events",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001508 sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001509 version = "v0.0.0-20190806004212-e31b211e4f1c",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001510 )
1511 go_repository(
1512 name = "com_github_docker_go_metrics",
1513 importpath = "github.com/docker/go-metrics",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001514 sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001515 version = "v0.0.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001516 )
1517 go_repository(
1518 name = "com_github_docker_go_units",
1519 importpath = "github.com/docker/go-units",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01001520 sum = "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=",
1521 version = "v0.5.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001522 )
1523 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001524 name = "com_github_docker_libtrust",
1525 importpath = "github.com/docker/libtrust",
1526 sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=",
1527 version = "v0.0.0-20150114040149-fa567046d9b1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001528 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001529 go_repository(
1530 name = "com_github_docopt_docopt_go",
1531 importpath = "github.com/docopt/docopt-go",
1532 sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
1533 version = "v0.0.0-20180111231733-ee0de3bc6815",
1534 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001535 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001536 name = "com_github_dougm_pretty",
1537 importpath = "github.com/dougm/pretty",
1538 sum = "h1:tR3jsKPiO/mb6ntzk/dJlHZtm37CPfVp1C9KIo534+4=",
1539 version = "v0.0.0-20171025230240-2ee9d7453c02",
1540 )
1541 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001542 name = "com_github_dustin_go_humanize",
1543 importpath = "github.com/dustin/go-humanize",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001544 sum = "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=",
1545 version = "v1.0.1",
1546 )
1547 go_repository(
1548 name = "com_github_dvyukov_go_fuzz",
1549 importpath = "github.com/dvyukov/go-fuzz",
1550 sum = "h1:q1oJaUPdmpDm/VyXosjgPgr6wS7c5iV2p0PwJD73bUI=",
1551 version = "v0.0.0-20210103155950-6a8e9d1f2415",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001552 )
1553 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001554 name = "com_github_eapache_go_resiliency",
1555 importpath = "github.com/eapache/go-resiliency",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001556 sum = "h1:RRL0nge+cWGlxXbUzJ7yMcq6w2XBEr19dCN6HECGaT0=",
1557 version = "v1.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001558 )
1559 go_repository(
1560 name = "com_github_eapache_go_xerial_snappy",
1561 importpath = "github.com/eapache/go-xerial-snappy",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001562 sum = "h1:8yY/I9ndfrgrXUbOGObLHKBR4Fl3nZXwM2c7OYTT8hM=",
1563 version = "v0.0.0-20230111030713-bf00bc1b83b6",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001564 )
1565 go_repository(
1566 name = "com_github_eapache_queue",
1567 importpath = "github.com/eapache/queue",
1568 sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=",
1569 version = "v1.1.0",
1570 )
1571 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001572 name = "com_github_ebitengine_purego",
1573 importpath = "github.com/ebitengine/purego",
1574 sum = "h1:pNZNC8WofBTN3Nm196An50C5taL/87BhFR/RzKy2o4k=",
1575 version = "v0.5.0-alpha",
1576 )
1577 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001578 name = "com_github_edsrzf_mmap_go",
1579 importpath = "github.com/edsrzf/mmap-go",
1580 sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=",
1581 version = "v1.0.0",
1582 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001583 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001584 name = "com_github_elastic_elastic_transport_go_v8",
1585 importpath = "github.com/elastic/elastic-transport-go/v8",
1586 sum = "h1:NeqEz1ty4RQz+TVbUrpSU7pZ48XkzGWQj02k5koahIE=",
1587 version = "v8.1.0",
1588 )
1589 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00001590 name = "com_github_elastic_go_elasticsearch_v6",
1591 importpath = "github.com/elastic/go-elasticsearch/v6",
1592 sum = "h1:U2HtkBseC1FNBmDr0TR2tKltL6FxoY+niDAlj5M8TK8=",
1593 version = "v6.8.5",
1594 )
1595 go_repository(
1596 name = "com_github_elastic_go_elasticsearch_v7",
1597 importpath = "github.com/elastic/go-elasticsearch/v7",
1598 sum = "h1:49mHcHx7lpCL8cW1aioEwSEVKQF3s+Igi4Ye/QTWwmk=",
1599 version = "v7.17.1",
1600 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001601 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001602 name = "com_github_elastic_go_elasticsearch_v8",
1603 importpath = "github.com/elastic/go-elasticsearch/v8",
1604 sum = "h1:Rn1mcqaIMcNT43hnx2H62cIFZ+B6mjWtzj85BDKrvCE=",
1605 version = "v8.4.0",
1606 )
1607 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02001608 name = "com_github_elazarl_goproxy",
1609 importpath = "github.com/elazarl/goproxy",
Lorenz Bruned0503c2020-07-28 17:21:25 +02001610 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001611 version = "v0.0.0-20180725130230-947c36da3153",
Lorenz Bruned0503c2020-07-28 17:21:25 +02001612 )
1613 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +02001614 name = "com_github_ema_qdisc",
1615 importpath = "github.com/ema/qdisc",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01001616 sum = "h1:EHLG08FVRbWLg8uRICa3xzC9Zm0m7HyMHfXobWFnXYg=",
1617 version = "v1.0.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02001618 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02001619 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001620 name = "com_github_emicklei_go_restful",
1621 importpath = "github.com/emicklei/go-restful",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001622 sum = "h1:rgqiKNjTnFQA6kkhFe16D8epTksy9HQ1MyrbDXSdYhM=",
1623 version = "v2.16.0+incompatible",
1624 )
1625 go_repository(
1626 name = "com_github_emicklei_go_restful_v3",
1627 importpath = "github.com/emicklei/go-restful/v3",
1628 sum = "h1:hIovbnmBTLjHXkqEBUz3HGpXZdM7ZrE9fJIZIqlJLqE=",
1629 version = "v3.10.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001630 )
1631 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001632 name = "com_github_emirpasic_gods",
1633 importpath = "github.com/emirpasic/gods",
1634 sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=",
1635 version = "v1.12.0",
1636 )
1637 go_repository(
1638 name = "com_github_envoyproxy_go_control_plane",
1639 importpath = "github.com/envoyproxy/go-control-plane",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001640 sum = "h1:wSUXTlLfiAQRWs2F+p+EKOY9rUyis1MyGqJ2DIk5HpM=",
1641 version = "v0.11.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001642 )
1643 go_repository(
1644 name = "com_github_envoyproxy_protoc_gen_validate",
1645 importpath = "github.com/envoyproxy/protoc-gen-validate",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001646 sum = "h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA=",
1647 version = "v1.0.2",
Lorenz Brun6f852d52022-06-28 12:50:25 +00001648 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001649 go_repository(
1650 name = "com_github_etcd_io_gofail",
1651 importpath = "github.com/etcd-io/gofail",
1652 sum = "h1:Y2I0lxOttdUKz+hNaIdG3FtjuQrTmwXun1opRV65IZc=",
1653 version = "v0.0.0-20190801230047-ad7f989257ca",
1654 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001655 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001656 name = "com_github_euank_go_kmsg_parser",
1657 importpath = "github.com/euank/go-kmsg-parser",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001658 sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001659 version = "v2.0.0+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001660 )
1661 go_repository(
1662 name = "com_github_evanphx_json_patch",
1663 importpath = "github.com/evanphx/json-patch",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001664 sum = "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=",
1665 version = "v5.6.0+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001666 )
1667 go_repository(
1668 name = "com_github_exponent_io_jsonpath",
1669 importpath = "github.com/exponent-io/jsonpath",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001670 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001671 version = "v0.0.0-20151013193312-d6023ce2651d",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001672 )
1673 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001674 name = "com_github_fanliao_go_promise",
1675 importpath = "github.com/fanliao/go-promise",
1676 sum = "h1:0eU/faU2oDIB2BkQVM02hgRLJjGzzUuRf19HUhp0394=",
1677 version = "v0.0.0-20141029170127-1890db352a72",
1678 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001679 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001680 name = "com_github_farsightsec_golang_framestream",
1681 importpath = "github.com/farsightsec/golang-framestream",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001682 sum = "h1:/spFQHucTle/ZIPkYqrfshQqPe2VQEzesH243TjIwqA=",
1683 version = "v0.3.0",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001684 )
1685 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001686 name = "com_github_fatih_camelcase",
1687 importpath = "github.com/fatih/camelcase",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001688 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001689 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001690 )
1691 go_repository(
1692 name = "com_github_fatih_color",
1693 importpath = "github.com/fatih/color",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001694 sum = "h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s=",
1695 version = "v1.9.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001696 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001697 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01001698 name = "com_github_fatih_structtag",
1699 importpath = "github.com/fatih/structtag",
1700 sum = "h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4=",
1701 version = "v1.2.0",
1702 )
1703 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001704 name = "com_github_felixge_httpsnoop",
1705 importpath = "github.com/felixge/httpsnoop",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001706 sum = "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=",
1707 version = "v1.0.3",
1708 )
1709 go_repository(
1710 name = "com_github_flynn_go_docopt",
1711 importpath = "github.com/flynn/go-docopt",
1712 sum = "h1:Ss/B3/5wWRh8+emnK0++g5zQzwDTi30W10pKxKc4JXI=",
1713 version = "v0.0.0-20140912013429-f6dd2ebbb31e",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001714 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001715 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001716 name = "com_github_flynn_go_shlex",
1717 importpath = "github.com/flynn/go-shlex",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001718 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001719 version = "v0.0.0-20150515145356-3f9db97f8568",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001720 )
1721 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001722 name = "com_github_fogleman_gg",
1723 importpath = "github.com/fogleman/gg",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001724 sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=",
1725 version = "v1.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001726 )
1727 go_repository(
1728 name = "com_github_form3tech_oss_jwt_go",
1729 importpath = "github.com/form3tech-oss/jwt-go",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001730 sum = "h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=",
1731 version = "v3.2.5+incompatible",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001732 )
1733 go_repository(
1734 name = "com_github_fortytw2_leaktest",
1735 importpath = "github.com/fortytw2/leaktest",
1736 sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
1737 version = "v1.3.0",
1738 )
1739 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001740 name = "com_github_francoispqt_gojay",
1741 importpath = "github.com/francoispqt/gojay",
1742 sum = "h1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=",
1743 version = "v1.2.13",
1744 )
1745 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001746 name = "com_github_franela_goblin",
1747 importpath = "github.com/franela/goblin",
1748 sum = "h1:gb2Z18BhTPJPpLQWj4T+rfKHYCHxRHCtRxhKKjRidVw=",
1749 version = "v0.0.0-20200105215937-c9ffbefa60db",
1750 )
1751 go_repository(
1752 name = "com_github_franela_goreq",
1753 importpath = "github.com/franela/goreq",
1754 sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=",
1755 version = "v0.0.0-20171204163338-bcd34c9993f8",
1756 )
1757 go_repository(
1758 name = "com_github_frankban_quicktest",
1759 importpath = "github.com/frankban/quicktest",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01001760 sum = "h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA=",
1761 version = "v1.14.5",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001762 )
1763 go_repository(
1764 name = "com_github_fsnotify_fsnotify",
1765 importpath = "github.com/fsnotify/fsnotify",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001766 sum = "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=",
1767 version = "v1.6.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001768 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001769 go_repository(
1770 name = "com_github_fsouza_fake_gcs_server",
1771 importpath = "github.com/fsouza/fake-gcs-server",
1772 sum = "h1:OeH75kBZcZa3ZE+zz/mFdJ2btt9FgqfjI7gIh9+5fvk=",
1773 version = "v1.17.0",
1774 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001775 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001776 name = "com_github_fullsailor_pkcs7",
1777 importpath = "github.com/fullsailor/pkcs7",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001778 sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=",
1779 version = "v0.0.0-20190404230743-d7302db945fa",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001780 )
1781 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001782 name = "com_github_fullstorydev_grpcurl",
1783 importpath = "github.com/fullstorydev/grpcurl",
1784 sum = "h1:2II5e++aFnctnPJir3GL6cPSwF69Ord1u/9O+fv1vrI=",
1785 version = "v1.8.2",
1786 )
1787 go_repository(
1788 name = "com_github_fvbommel_sortorder",
1789 importpath = "github.com/fvbommel/sortorder",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001790 sum = "h1:fUmoe+HLsBTctBDoaBwpQo5N+nrCp8g/BjKb/6ZQmYw=",
1791 version = "v1.1.0",
1792 )
1793 go_repository(
1794 name = "com_github_fxamacker_cbor_v2",
1795 importpath = "github.com/fxamacker/cbor/v2",
1796 sum = "h1:ri0ArlOR+5XunOP8CRUowT0pSJOwhW098ZCUyskZD88=",
1797 version = "v2.4.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001798 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001799 go_repository(
1800 name = "com_github_gabriel_vasile_mimetype",
1801 importpath = "github.com/gabriel-vasile/mimetype",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001802 sum = "h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU=",
1803 version = "v1.4.2",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001804 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001805 go_repository(
1806 name = "com_github_garyburd_redigo",
1807 importpath = "github.com/garyburd/redigo",
Lorenz Brun6f852d52022-06-28 12:50:25 +00001808 sum = "h1:HCeeRluvAgMusMomi1+6Y5dmFOdYV/JzoRrrbFlkGIc=",
1809 version = "v1.6.3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001810 )
1811 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001812 name = "com_github_getsentry_raven_go",
1813 importpath = "github.com/getsentry/raven-go",
1814 sum = "h1:no+xWJRb5ZI7eE8TWgIq1jLulQiIoLG0IfYxv5JYMGs=",
1815 version = "v0.2.0",
1816 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001817 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001818 name = "com_github_ghodss_yaml",
1819 importpath = "github.com/ghodss/yaml",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001820 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001821 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001822 )
1823 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001824 name = "com_github_gin_contrib_sse",
1825 importpath = "github.com/gin-contrib/sse",
1826 sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=",
1827 version = "v0.1.0",
1828 )
1829 go_repository(
1830 name = "com_github_gin_gonic_gin",
1831 importpath = "github.com/gin-gonic/gin",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001832 sum = "h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg=",
1833 version = "v1.9.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001834 )
1835 go_repository(
1836 name = "com_github_gliderlabs_ssh",
1837 importpath = "github.com/gliderlabs/ssh",
1838 sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=",
1839 version = "v0.2.2",
1840 )
1841 go_repository(
1842 name = "com_github_globalsign_mgo",
1843 importpath = "github.com/globalsign/mgo",
1844 sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=",
1845 version = "v0.0.0-20181015135952-eeefdecb41b8",
1846 )
1847 go_repository(
1848 name = "com_github_go_acme_lego",
1849 importpath = "github.com/go-acme/lego",
1850 sum = "h1:5fNN9yRQfv8ymH3DSsxla+4aYeQt2IgfZqHKVnK8f0s=",
1851 version = "v2.5.0+incompatible",
1852 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001853 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001854 name = "com_github_go_bindata_go_bindata",
1855 importpath = "github.com/go-bindata/go-bindata",
1856 sum = "h1:tR4f0e4VTO7LK6B2YWyAoVEzG9ByG1wrXB4TL9+jiYg=",
1857 version = "v3.1.1+incompatible",
1858 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00001859 go_repository(
1860 name = "com_github_go_chi_chi",
1861 importpath = "github.com/go-chi/chi",
1862 sum = "h1:2ZcJZozJ+rj6BA0c19ffBUGXEKAT/aOLOtQjD46vBRA=",
1863 version = "v1.5.0",
1864 )
1865 go_repository(
1866 name = "com_github_go_chi_chi_v5",
1867 importpath = "github.com/go-chi/chi/v5",
1868 sum = "h1:DBPx88FjZJH3FsICfDAfIfnb7XxKIYVGG6lOPlhENAg=",
1869 version = "v5.0.0",
1870 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001871 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001872 name = "com_github_go_delve_delve",
1873 importpath = "github.com/go-delve/delve",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001874 patch_args = ["-p1"],
Lorenz Brun65702192023-08-31 16:27:38 +02001875 # https://github.com/bazelbuild/bazel-gazelle/issues/1424#issuecomment-1568744161
1876 patch_tool = "patch",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001877 patches = [
1878 "//third_party/go/patches:delve-fix-cgo.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001879 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02001880 sum = "h1:gsRTPR3Yi61RpeuCFvJb6vIxB3xABx6pnNKGISxdsSU=",
1881 version = "v1.8.2",
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001882 )
1883 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001884 name = "com_github_go_delve_liner",
1885 importpath = "github.com/go-delve/liner",
1886 sum = "h1:0hGpZh6vjI6LFTlXuHFCX9PebaluzDzps2owdMrrSuk=",
1887 version = "v1.2.2-1",
1888 )
1889 go_repository(
1890 name = "com_github_go_errors_errors",
1891 importpath = "github.com/go-errors/errors",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001892 sum = "h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA=",
1893 version = "v1.4.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001894 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001895 go_repository(
1896 name = "com_github_go_fonts_dejavu",
1897 importpath = "github.com/go-fonts/dejavu",
1898 sum = "h1:JSajPXURYqpr+Cu8U9bt8K+XcACIHWqWrvWCKyeFmVQ=",
1899 version = "v0.1.0",
1900 )
1901 go_repository(
1902 name = "com_github_go_fonts_latin_modern",
1903 importpath = "github.com/go-fonts/latin-modern",
1904 sum = "h1:5/Tv1Ek/QCr20C6ZOz15vw3g7GELYL98KWr8Hgo+3vk=",
1905 version = "v0.2.0",
1906 )
1907 go_repository(
1908 name = "com_github_go_fonts_liberation",
1909 importpath = "github.com/go-fonts/liberation",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001910 sum = "h1:jAkAWJP4S+OsrPLZM4/eC9iW7CtHy+HBXrEwZXWo5VM=",
1911 version = "v0.2.0",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001912 )
1913 go_repository(
1914 name = "com_github_go_fonts_stix",
1915 importpath = "github.com/go-fonts/stix",
1916 sum = "h1:UlZlgrvvmT/58o573ot7NFw0vZasZ5I6bcIft/oMdgg=",
1917 version = "v0.1.0",
1918 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001919 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001920 name = "com_github_go_ini_ini",
1921 importpath = "github.com/go-ini/ini",
1922 sum = "h1:Mujh4R/dH6YL8bxuISne3xX2+qcQ9p0IxKAP6ExWoUo=",
1923 version = "v1.25.4",
1924 )
1925 go_repository(
1926 name = "com_github_go_kit_kit",
1927 importpath = "github.com/go-kit/kit",
1928 sum = "h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo=",
1929 version = "v0.10.0",
1930 )
1931 go_repository(
1932 name = "com_github_go_kit_log",
1933 importpath = "github.com/go-kit/log",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01001934 sum = "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=",
1935 version = "v0.2.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00001936 )
1937 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02001938 name = "com_github_go_latex_latex",
1939 importpath = "github.com/go-latex/latex",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001940 sum = "h1:6zl3BbBhdnMkpSj2YY30qV3gDcVBGtFgVsV3+/i+mKQ=",
1941 version = "v0.0.0-20210823091927-c0d11ff05a81",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001942 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001943 go_repository(
1944 name = "com_github_go_logfmt_logfmt",
1945 importpath = "github.com/go-logfmt/logfmt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001946 sum = "h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA=",
1947 version = "v0.5.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001948 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001949 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001950 name = "com_github_go_logr_logr",
1951 importpath = "github.com/go-logr/logr",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001952 sum = "h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY=",
1953 version = "v1.3.0",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001954 )
1955 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02001956 name = "com_github_go_logr_stdr",
1957 importpath = "github.com/go-logr/stdr",
1958 sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=",
1959 version = "v1.2.2",
1960 )
1961 go_repository(
1962 name = "com_github_go_logr_zapr",
1963 importpath = "github.com/go-logr/zapr",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001964 sum = "h1:a9vnzlIBPQBBkeaR9IuMUfmVOrQlkoC4YfPoFkX3T7A=",
1965 version = "v1.2.3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001966 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02001967 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001968 name = "com_github_go_openapi_analysis",
1969 importpath = "github.com/go-openapi/analysis",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001970 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001971 version = "v0.19.5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001972 )
1973 go_repository(
1974 name = "com_github_go_openapi_errors",
1975 importpath = "github.com/go-openapi/errors",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001976 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001977 version = "v0.19.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001978 )
1979 go_repository(
1980 name = "com_github_go_openapi_jsonpointer",
1981 importpath = "github.com/go-openapi/jsonpointer",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001982 sum = "h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE=",
1983 version = "v0.19.6",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001984 )
1985 go_repository(
1986 name = "com_github_go_openapi_jsonreference",
1987 importpath = "github.com/go-openapi/jsonreference",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01001988 sum = "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=",
1989 version = "v0.20.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001990 )
1991 go_repository(
1992 name = "com_github_go_openapi_loads",
1993 importpath = "github.com/go-openapi/loads",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001994 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02001995 version = "v0.19.4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001996 )
1997 go_repository(
1998 name = "com_github_go_openapi_runtime",
1999 importpath = "github.com/go-openapi/runtime",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002000 sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002001 version = "v0.19.4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002002 )
2003 go_repository(
2004 name = "com_github_go_openapi_spec",
2005 importpath = "github.com/go-openapi/spec",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002006 sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002007 version = "v0.19.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002008 )
2009 go_repository(
2010 name = "com_github_go_openapi_strfmt",
2011 importpath = "github.com/go-openapi/strfmt",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002012 sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002013 version = "v0.19.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002014 )
2015 go_repository(
2016 name = "com_github_go_openapi_swag",
2017 importpath = "github.com/go-openapi/swag",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002018 sum = "h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g=",
2019 version = "v0.22.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002020 )
2021 go_repository(
2022 name = "com_github_go_openapi_validate",
2023 importpath = "github.com/go-openapi/validate",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002024 sum = "h1:QhCBKRYqZR+SKo4gl1lPhPahope8/RLt6EVgY8X80w0=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002025 version = "v0.19.5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002026 )
2027 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002028 name = "com_github_go_ozzo_ozzo_validation",
2029 importpath = "github.com/go-ozzo/ozzo-validation",
2030 sum = "h1:sUy/in/P6askYr16XJgTKq/0SZhiWsdg4WZGaLsGQkM=",
2031 version = "v3.5.0+incompatible",
2032 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002033 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002034 name = "com_github_go_pdf_fpdf",
2035 importpath = "github.com/go-pdf/fpdf",
2036 sum = "h1:MlgtGIfsdMEEQJr2le6b/HNr1ZlQwxyWr77r2aj2U/8=",
2037 version = "v0.6.0",
2038 )
2039 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00002040 name = "com_github_go_pg_pg_v10",
2041 importpath = "github.com/go-pg/pg/v10",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002042 sum = "h1:CMKJqLgTrfpE/aOVeLdybezR2om071Vh38OLZjsyMI0=",
2043 version = "v10.11.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002044 )
2045 go_repository(
2046 name = "com_github_go_pg_zerochecker",
2047 importpath = "github.com/go-pg/zerochecker",
2048 sum = "h1:pp7f72c3DobMWOb2ErtZsnrPaSvHd2W4o9//8HtF4mU=",
2049 version = "v0.2.0",
2050 )
2051 go_repository(
2052 name = "com_github_go_playground_assert_v2",
2053 importpath = "github.com/go-playground/assert/v2",
2054 sum = "h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=",
2055 version = "v2.0.1",
2056 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002057 go_repository(
2058 name = "com_github_go_playground_locales",
2059 importpath = "github.com/go-playground/locales",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002060 sum = "h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=",
2061 version = "v0.14.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002062 )
2063 go_repository(
2064 name = "com_github_go_playground_universal_translator",
2065 importpath = "github.com/go-playground/universal-translator",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002066 sum = "h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=",
2067 version = "v0.18.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002068 )
2069 go_repository(
2070 name = "com_github_go_playground_validator_v10",
2071 importpath = "github.com/go-playground/validator/v10",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002072 sum = "h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg/+t63MyGU2n5js=",
2073 version = "v10.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002074 )
2075 go_repository(
2076 name = "com_github_go_redis_redis",
2077 importpath = "github.com/go-redis/redis",
2078 sum = "h1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg=",
2079 version = "v6.15.9+incompatible",
2080 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002081 go_repository(
2082 name = "com_github_go_redis_redis_v7",
2083 importpath = "github.com/go-redis/redis/v7",
2084 sum = "h1:I4C4a8UGbFejiVjtYVTRVOiMIJ5pm5Yru6ibvDX/OS0=",
2085 version = "v7.1.0",
2086 )
2087 go_repository(
2088 name = "com_github_go_redis_redis_v8",
2089 importpath = "github.com/go-redis/redis/v8",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002090 sum = "h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=",
2091 version = "v8.11.5",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002092 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002093 go_repository(
2094 name = "com_github_go_sql_driver_mysql",
2095 importpath = "github.com/go-sql-driver/mysql",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002096 sum = "h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=",
2097 version = "v1.7.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002098 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002099 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002100 name = "com_github_go_stack_stack",
2101 importpath = "github.com/go-stack/stack",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002102 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002103 version = "v1.8.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002104 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002105 go_repository(
Lorenz Brun6107ed12022-06-28 12:56:28 +00002106 name = "com_github_go_task_slim_sprig",
2107 importpath = "github.com/go-task/slim-sprig",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002108 sum = "h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=",
2109 version = "v0.0.0-20230315185526-52ccab3ef572",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002110 )
2111 go_repository(
2112 name = "com_github_gobuffalo_attrs",
2113 importpath = "github.com/gobuffalo/attrs",
2114 sum = "h1:hSkbZ9XSyjyBirMeqSqUrK+9HboWrweVlzRNqoBi2d4=",
2115 version = "v0.0.0-20190224210810-a9411de4debd",
2116 )
2117 go_repository(
2118 name = "com_github_gobuffalo_depgen",
2119 importpath = "github.com/gobuffalo/depgen",
2120 sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=",
2121 version = "v0.1.0",
2122 )
2123 go_repository(
2124 name = "com_github_gobuffalo_envy",
2125 importpath = "github.com/gobuffalo/envy",
2126 sum = "h1:GlXgaiBkmrYMHco6t4j7SacKO4XUjvh5pwXh0f4uxXU=",
2127 version = "v1.7.0",
2128 )
2129 go_repository(
2130 name = "com_github_gobuffalo_flect",
2131 importpath = "github.com/gobuffalo/flect",
2132 sum = "h1:3GQ53z7E3o00C/yy7Ko8VXqQXoJGLkrTQCLTF1EjoXU=",
2133 version = "v0.1.3",
2134 )
2135 go_repository(
2136 name = "com_github_gobuffalo_genny",
2137 importpath = "github.com/gobuffalo/genny",
2138 sum = "h1:iQ0D6SpNXIxu52WESsD+KoQ7af2e3nCfnSBoSF/hKe0=",
2139 version = "v0.1.1",
2140 )
2141 go_repository(
2142 name = "com_github_gobuffalo_gitgen",
2143 importpath = "github.com/gobuffalo/gitgen",
2144 sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=",
2145 version = "v0.0.0-20190315122116-cc086187d211",
2146 )
2147 go_repository(
2148 name = "com_github_gobuffalo_gogen",
2149 importpath = "github.com/gobuffalo/gogen",
2150 sum = "h1:dLg+zb+uOyd/mKeQUYIbwbNmfRsr9hd/WtYWepmayhI=",
2151 version = "v0.1.1",
2152 )
2153 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002154 name = "com_github_gobuffalo_here",
2155 importpath = "github.com/gobuffalo/here",
2156 sum = "h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=",
2157 version = "v0.6.0",
2158 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002159 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00002160 name = "com_github_gobuffalo_logger",
2161 importpath = "github.com/gobuffalo/logger",
2162 sum = "h1:8thhT+kUJMTMy3HlX4+y9Da+BNJck+p109tqqKp7WDs=",
2163 version = "v0.0.0-20190315122211-86e12af44bc2",
2164 )
2165 go_repository(
2166 name = "com_github_gobuffalo_mapi",
2167 importpath = "github.com/gobuffalo/mapi",
2168 sum = "h1:fq9WcL1BYrm36SzK6+aAnZ8hcp+SrmnDyAxhNx8dvJk=",
2169 version = "v1.0.2",
2170 )
2171 go_repository(
2172 name = "com_github_gobuffalo_packd",
2173 importpath = "github.com/gobuffalo/packd",
2174 sum = "h1:4sGKOD8yaYJ+dek1FDkwcxCHA40M4kfKgFHx8N2kwbU=",
2175 version = "v0.1.0",
2176 )
2177 go_repository(
2178 name = "com_github_gobuffalo_packr_v2",
2179 importpath = "github.com/gobuffalo/packr/v2",
2180 sum = "h1:Ir9W9XIm9j7bhhkKE9cokvtTl1vBm62A/fene/ZCj6A=",
2181 version = "v2.2.0",
2182 )
2183 go_repository(
2184 name = "com_github_gobuffalo_syncx",
2185 importpath = "github.com/gobuffalo/syncx",
2186 sum = "h1:tpom+2CJmpzAWj5/VEHync2rJGi+epHNIeRSWjzGA+4=",
2187 version = "v0.0.0-20190224160051-33c29581e754",
2188 )
2189 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002190 name = "com_github_gobwas_glob",
2191 importpath = "github.com/gobwas/glob",
2192 sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=",
2193 version = "v0.2.3",
2194 )
2195 go_repository(
Serge Bazanskia9590fe2022-09-13 13:51:41 +02002196 name = "com_github_gobwas_httphead",
2197 importpath = "github.com/gobwas/httphead",
2198 sum = "h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0=",
2199 version = "v0.0.0-20180130184737-2c6c146eadee",
2200 )
2201 go_repository(
2202 name = "com_github_gobwas_pool",
2203 importpath = "github.com/gobwas/pool",
2204 sum = "h1:QEmUOlnSjWtnpRGHF3SauEiOsy82Cup83Vf2LcMlnc8=",
2205 version = "v0.2.0",
2206 )
2207 go_repository(
2208 name = "com_github_gobwas_ws",
2209 importpath = "github.com/gobwas/ws",
2210 sum = "h1:CoAavW/wd/kulfZmSIBt6p24n4j7tHgNVCjsfHVNUbo=",
2211 version = "v1.0.2",
2212 )
Serge Bazanskia9590fe2022-09-13 13:51:41 +02002213 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002214 name = "com_github_goccy_go_json",
2215 importpath = "github.com/goccy/go-json",
2216 sum = "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=",
2217 version = "v0.10.2",
2218 )
2219 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00002220 name = "com_github_gocql_gocql",
2221 importpath = "github.com/gocql/gocql",
2222 sum = "h1:6ImvI6U901e1ezn/8u2z3bh1DZIvMOia0yTSBxhy4Ao=",
2223 version = "v0.0.0-20220224095938-0eacd3183625",
2224 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002225 go_repository(
2226 name = "com_github_godbus_dbus",
2227 importpath = "github.com/godbus/dbus",
2228 sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=",
2229 version = "v0.0.0-20190422162347-ade71ed3457e",
2230 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002231 go_repository(
2232 name = "com_github_godbus_dbus_v5",
2233 importpath = "github.com/godbus/dbus/v5",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01002234 sum = "h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=",
2235 version = "v5.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002236 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002237 go_repository(
2238 name = "com_github_gofiber_fiber_v2",
2239 importpath = "github.com/gofiber/fiber/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002240 sum = "h1:yit3E4kHf178B60p5CQBa/3v+WVuziWMa/G2ZNyLJB0=",
2241 version = "v2.43.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002242 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002243 go_repository(
2244 name = "com_github_gofrs_flock",
2245 importpath = "github.com/gofrs/flock",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002246 sum = "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=",
2247 version = "v0.8.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002248 )
2249 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002250 name = "com_github_gofrs_uuid",
2251 importpath = "github.com/gofrs/uuid",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002252 sum = "h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=",
2253 version = "v4.4.0+incompatible",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002254 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002255 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002256 name = "com_github_gogo_googleapis",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002257 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002258 importpath = "github.com/gogo/googleapis",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002259 sum = "h1:1Yx4Myt7BxzvUr5ldGSbwYiZG6t9wGBZ+8/fX3Wvtq0=",
2260 version = "v1.4.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002261 )
2262 go_repository(
2263 name = "com_github_gogo_protobuf",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002264 build_file_proto_mode = "disable",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002265 importpath = "github.com/gogo/protobuf",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002266 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
2267 version = "v1.3.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002268 )
2269 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002270 name = "com_github_golang_freetype",
2271 importpath = "github.com/golang/freetype",
2272 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
2273 version = "v0.0.0-20170609003504-e2365dfdc4a0",
2274 )
2275 go_repository(
2276 name = "com_github_golang_glog",
2277 importpath = "github.com/golang/glog",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002278 sum = "h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=",
2279 version = "v1.1.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002280 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002281 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002282 name = "com_github_golang_groupcache",
2283 importpath = "github.com/golang/groupcache",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002284 sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=",
2285 version = "v0.0.0-20210331224755-41bb18bfe9da",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002286 )
2287 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002288 name = "com_github_golang_jwt_jwt_v4",
2289 importpath = "github.com/golang-jwt/jwt/v4",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002290 sum = "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=",
2291 version = "v4.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002292 )
2293 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002294 name = "com_github_golang_migrate_migrate_v4",
2295 importpath = "github.com/golang-migrate/migrate/v4",
2296 sum = "h1:vU+M05vs6jWHKDdmE1Ecwj0BznygFc4QsdRe2E/L7kc=",
2297 version = "v4.15.2",
2298 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002299 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002300 name = "com_github_golang_mock",
2301 importpath = "github.com/golang/mock",
2302 sum = "h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=",
2303 version = "v1.6.0",
2304 )
2305 go_repository(
2306 name = "com_github_golang_protobuf",
2307 importpath = "github.com/golang/protobuf",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002308 sum = "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=",
2309 version = "v1.5.4",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002310 )
2311 go_repository(
2312 name = "com_github_golang_snappy",
2313 importpath = "github.com/golang/snappy",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02002314 sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=",
2315 version = "v0.0.4",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002316 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002317 go_repository(
2318 name = "com_github_golang_sql_civil",
2319 importpath = "github.com/golang-sql/civil",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002320 sum = "h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=",
2321 version = "v0.0.0-20220223132316-b832511892a9",
2322 )
2323 go_repository(
2324 name = "com_github_golang_sql_sqlexp",
2325 importpath = "github.com/golang-sql/sqlexp",
2326 sum = "h1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=",
2327 version = "v0.1.0",
2328 )
2329 go_repository(
2330 name = "com_github_golangplus_bytes",
2331 importpath = "github.com/golangplus/bytes",
2332 sum = "h1:YQKBijBVMsBxIiXT4IEhlKR2zHohjEqPole4umyDX+c=",
2333 version = "v1.0.0",
2334 )
2335 go_repository(
2336 name = "com_github_golangplus_fmt",
2337 importpath = "github.com/golangplus/fmt",
2338 sum = "h1:FnUKtw86lXIPfBMc3FimNF3+ABcV+aH5F17OOitTN+E=",
2339 version = "v1.0.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002340 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002341 go_repository(
2342 name = "com_github_golangplus_testing",
2343 importpath = "github.com/golangplus/testing",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002344 sum = "h1:+ZeeiKZENNOMkTTELoSySazi+XaEhVO0mb+eanrSEUQ=",
2345 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002346 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002347 go_repository(
2348 name = "com_github_gomodule_redigo",
2349 importpath = "github.com/gomodule/redigo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002350 sum = "h1:Sl3u+2BI/kk+VEatbj0scLdrFhjPmbxOc1myhDP41ws=",
2351 version = "v1.8.9",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002352 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002353 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002354 name = "com_github_google_btree",
2355 importpath = "github.com/google/btree",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002356 sum = "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=",
2357 version = "v1.0.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002358 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002359 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002360 name = "com_github_google_cadvisor",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002361 build_file_proto_mode = "disable_global", # keep
Serge Bazanskibb7db922020-04-30 12:43:10 +02002362 importpath = "github.com/google/cadvisor",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002363 sum = "h1:5XKTHBduWlBjmgw07uwEiC+Xa/FRd0MZI37oqlTagO0=",
2364 version = "v0.47.3",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002365 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002366 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002367 name = "com_github_google_cel_go",
Lorenz Brun918d3e32022-05-16 15:41:29 +02002368 # Gazelle needs to regenerate the upstream build files due to a
2369 # mismatch in how the Google APIs repository is canonically called.
2370 # See https://github.com/bazelbuild/rules_go/issues/1986 for more
2371 # details.
2372 build_file_generation = "on",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002373 build_naming_convention = "go_default_library",
2374 importpath = "github.com/google/cel-go",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002375 replace = "github.com/google/cel-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002376 sum = "h1:3hZfSNiAU3KOiNtxuFXVp5WFy4hf/Ly3Sa4/7F8SXNo=",
2377 version = "v0.16.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002378 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002379 go_repository(
Lorenz Bruna50e8452020-09-09 17:09:27 +02002380 name = "com_github_google_certificate_transparency_go",
2381 importpath = "github.com/google/certificate-transparency-go",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002382 sum = "h1:4hE0GEId6NAW28dFpC+LrRGwQX5dtmXQGDbg8+/MZOM=",
2383 version = "v1.1.2",
Lorenz Bruna50e8452020-09-09 17:09:27 +02002384 )
2385 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002386 name = "com_github_google_flatbuffers",
2387 importpath = "github.com/google/flatbuffers",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002388 sum = "h1:ivUb1cGomAB101ZM1T0nOiWz9pSrTMoa9+EiY7igmkM=",
2389 version = "v2.0.8+incompatible",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002390 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002391 go_repository(
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02002392 name = "com_github_google_gnostic",
2393 build_file_proto_mode = "disable",
2394 importpath = "github.com/google/gnostic",
2395 sum = "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=",
2396 version = "v0.5.7-v3refs",
2397 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02002398 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002399 name = "com_github_google_gnostic_models",
2400 build_file_proto_mode = "disable",
2401 importpath = "github.com/google/gnostic-models",
2402 sum = "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=",
2403 version = "v0.6.8",
2404 )
2405 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002406 name = "com_github_google_go_attestation",
2407 importpath = "github.com/google/go-attestation",
2408 sum = "h1:hHhPfym1TZm88L7sWmdc/moikHt80ls6mEiU+QvhRvk=",
2409 version = "v0.4.3",
2410 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002411 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002412 name = "com_github_google_go_cmp",
2413 importpath = "github.com/google/go-cmp",
Lorenz Brun321cd712023-11-22 21:22:16 +01002414 sum = "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=",
2415 version = "v0.6.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002416 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02002417 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002418 name = "com_github_google_go_containerregistry",
2419 importpath = "github.com/google/go-containerregistry",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002420 sum = "h1:z58vMqHxuwvAsVwvKEkmVBz2TlgBgH5k6koEXBtlYkw=",
2421 version = "v0.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002422 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002423 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002424 name = "com_github_google_go_dap",
2425 importpath = "github.com/google/go-dap",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002426 sum = "h1:Y1RHGUtv3R8y6sXq2dtGRMYrFB2hSqyFVws7jucrzX4=",
2427 version = "v0.6.0",
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002428 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002429 go_repository(
2430 name = "com_github_google_go_github_v28",
2431 importpath = "github.com/google/go-github/v28",
2432 sum = "h1:kORf5ekX5qwXO2mGzXXOjMe/g6ap8ahVe0sBEulhSxo=",
2433 version = "v28.1.1",
2434 )
2435 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002436 name = "com_github_google_go_github_v39",
2437 importpath = "github.com/google/go-github/v39",
2438 sum = "h1:rNNM311XtPOz5rDdsJXAp2o8F67X9FnROXTvto3aSnQ=",
2439 version = "v39.2.0",
2440 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002441 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002442 name = "com_github_google_go_licenses",
2443 importpath = "github.com/google/go-licenses",
2444 sum = "h1:JtmsUf+m+KdwCOgLG578T0Mvd0+l+dezPrJh5KYnXZg=",
2445 version = "v0.0.0-20210329231322-ce1d9163b77d",
2446 )
2447 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002448 name = "com_github_google_go_pkcs11",
2449 importpath = "github.com/google/go-pkcs11",
2450 sum = "h1:5meDPB26aJ98f+K9G21f0AqZwo/S5BJMJh8nuhMbdsI=",
2451 version = "v0.2.0",
2452 )
2453 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002454 name = "com_github_google_go_querystring",
2455 importpath = "github.com/google/go-querystring",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002456 sum = "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=",
2457 version = "v1.1.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002458 )
2459 go_repository(
2460 name = "com_github_google_go_replayers_grpcreplay",
2461 importpath = "github.com/google/go-replayers/grpcreplay",
2462 sum = "h1:eNb1y9rZFmY4ax45uEEECSa8fsxGRU+8Bil52ASAwic=",
2463 version = "v0.1.0",
2464 )
2465 go_repository(
2466 name = "com_github_google_go_replayers_httpreplay",
2467 importpath = "github.com/google/go-replayers/httpreplay",
2468 sum = "h1:AX7FUb4BjrrzNvblr/OlgwrmFiep6soj5K2QSDW7BGk=",
2469 version = "v0.1.0",
2470 )
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002471 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002472 name = "com_github_google_go_tpm",
2473 importpath = "github.com/google/go-tpm",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002474 sum = "h1:P/ZFNBZYXRxc+z7i5uyd8VP7MaDteuLZInzrH2idRGo=",
2475 version = "v0.3.3",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002476 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02002477 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002478 name = "com_github_google_go_tpm_tools",
2479 importpath = "github.com/google/go-tpm-tools",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002480 patch_args = ["-p1"],
2481 pre_patches = [
2482 "//third_party/go/patches:go-tpm-tools-fix-proto-paths.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002483 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02002484 sum = "h1:gcjAoa/iK98ybY41Icn2zkGlJLhVg44nOmI6fFju5IY=",
2485 version = "v0.3.5",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002486 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002487 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002488 name = "com_github_google_go_tspi",
2489 importpath = "github.com/google/go-tspi",
2490 sum = "h1:LnpS22S8V1HqbxjveESGAazHhi6BX9SwI2Rij7qZcXQ=",
2491 version = "v0.2.1-0.20190423175329-115dea689aad",
2492 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002493 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002494 name = "com_github_google_gofuzz",
2495 importpath = "github.com/google/gofuzz",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002496 sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
2497 version = "v1.2.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002498 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002499 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02002500 name = "com_github_google_gopacket",
2501 importpath = "github.com/google/gopacket",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002502 sum = "h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF8=",
2503 version = "v1.1.19",
Serge Bazanski14cf7502020-05-28 14:29:56 +02002504 )
2505 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002506 name = "com_github_google_licenseclassifier",
2507 importpath = "github.com/google/licenseclassifier",
2508 sum = "h1:EfzlPF5MRmoWsCGvSkPZ1Nh9uVzHf4FfGnDQ6CXd2NA=",
2509 version = "v0.0.0-20210325184830-bb04aff29e72",
Lorenz Brunc88c82d2020-05-08 14:35:04 +02002510 )
Lorenz Brunc88c82d2020-05-08 14:35:04 +02002511 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002512 name = "com_github_google_martian",
2513 importpath = "github.com/google/martian",
2514 sum = "h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE=",
2515 version = "v2.1.1-0.20190517191504-25dcb96d9e51+incompatible",
2516 )
2517 go_repository(
2518 name = "com_github_google_martian_v3",
2519 importpath = "github.com/google/martian/v3",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002520 sum = "h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=",
2521 version = "v3.3.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002522 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002523 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02002524 name = "com_github_google_nftables",
2525 importpath = "github.com/google/nftables",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002526 sum = "h1:UpwO4s4fHzquJ3SjQpZhcg1fga6RA4PsrKBGOj/ilvg=",
2527 version = "v0.0.0-20220221214239-211824995dcb",
Lorenz Brun52f7f292020-06-24 16:42:02 +02002528 )
2529 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002530 name = "com_github_google_pprof",
2531 importpath = "github.com/google/pprof",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002532 sum = "h1:PEOGDI1kkyW37YqPWHLHc+D20D9+87Wt12TCcfTUo5Q=",
2533 version = "v0.0.0-20230509042627-b1315fad0c5a",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002534 )
2535 go_repository(
2536 name = "com_github_google_renameio",
2537 importpath = "github.com/google/renameio",
2538 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
2539 version = "v0.1.0",
2540 )
2541 go_repository(
2542 name = "com_github_google_rpmpack",
2543 importpath = "github.com/google/rpmpack",
2544 sum = "h1:BW6OvS3kpT5UEPbCZ+KyX/OB4Ks9/MNMhWjqPPkZxsE=",
2545 version = "v0.0.0-20191226140753-aa36bfddb3a0",
2546 )
2547 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002548 name = "com_github_google_s2a_go",
2549 importpath = "github.com/google/s2a-go",
2550 sum = "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=",
2551 version = "v0.1.4",
2552 )
2553 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002554 name = "com_github_google_shlex",
2555 importpath = "github.com/google/shlex",
2556 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
2557 version = "v0.0.0-20191202100458-e7afc7fbc510",
2558 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002559 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002560 name = "com_github_google_subcommands",
2561 importpath = "github.com/google/subcommands",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002562 sum = "h1:8nlgEAjIalk6uj/CGKCdOO8CQqTeysvcW4RFZ6HbkGM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002563 version = "v1.0.2-0.20190508160503-636abe8753b8",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002564 )
2565 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002566 name = "com_github_google_trillian",
2567 importpath = "github.com/google/trillian",
2568 sum = "h1:Wa7XHCVzl8RLsUOr2SzoHUZHYjv0G8KMO1xZGamYkbA=",
2569 version = "v1.4.0",
2570 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002571 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002572 name = "com_github_google_uuid",
2573 importpath = "github.com/google/uuid",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002574 sum = "h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=",
2575 version = "v1.3.1",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002576 )
2577 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002578 name = "com_github_google_wire",
2579 importpath = "github.com/google/wire",
2580 sum = "h1:imGQZGEVEHpje5056+K+cgdO72p0LQv2xIIFXNGUf60=",
2581 version = "v0.3.0",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002582 )
2583 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02002584 name = "com_github_googleapis_enterprise_certificate_proxy",
2585 importpath = "github.com/googleapis/enterprise-certificate-proxy",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002586 sum = "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=",
2587 version = "v0.2.5",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02002588 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02002589 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002590 name = "com_github_googleapis_gax_go",
2591 importpath = "github.com/googleapis/gax-go",
2592 sum = "h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww=",
2593 version = "v2.0.2+incompatible",
2594 )
2595 go_repository(
2596 name = "com_github_googleapis_gax_go_v2",
Lorenz Brun65702192023-08-31 16:27:38 +02002597 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002598 importpath = "github.com/googleapis/gax-go/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002599 sum = "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=",
2600 version = "v2.12.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002601 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002602 go_repository(
2603 name = "com_github_googleapis_gnostic",
2604 build_file_proto_mode = "disable",
2605 importpath = "github.com/googleapis/gnostic",
Lorenz Brun65702192023-08-31 16:27:38 +02002606 sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=",
2607 version = "v0.5.5",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002608 )
2609 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002610 name = "com_github_googleapis_go_type_adapters",
2611 importpath = "github.com/googleapis/go-type-adapters",
2612 sum = "h1:9XdMn+d/G57qq1s8dNc5IesGCXHf6V2HZ2JwRxfA2tA=",
2613 version = "v1.0.0",
2614 )
2615 go_repository(
2616 name = "com_github_googleapis_google_cloud_go_testing",
2617 importpath = "github.com/googleapis/google-cloud-go-testing",
2618 sum = "h1:tlyzajkF3030q6M8SvmJSemC9DTHL/xaMa18b65+JM4=",
2619 version = "v0.0.0-20200911160855-bcd43fbb19e8",
2620 )
2621 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002622 name = "com_github_googlecloudplatform_cloudsql_proxy",
2623 importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy",
2624 sum = "h1:sTOp2Ajiew5XIH92YSdwhYc+bgpUX5j5TKK/Ac8Saw8=",
2625 version = "v0.0.0-20191009163259-e802c2cb94ae",
2626 )
2627 go_repository(
2628 name = "com_github_googlecloudplatform_k8s_cloud_provider",
2629 importpath = "github.com/GoogleCloudPlatform/k8s-cloud-provider",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002630 sum = "h1:Heo1J/ttaQFgGJSVnCZquy3e5eH5j1nqxBuomztB3P0=",
2631 version = "v1.18.1-0.20220218231025-f11817397a1b",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002632 )
2633 go_repository(
2634 name = "com_github_gopherjs_gopherjs",
2635 importpath = "github.com/gopherjs/gopherjs",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002636 sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=",
2637 version = "v0.0.0-20181017120253-0766667cb4d1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002638 )
2639 go_repository(
2640 name = "com_github_gordonklaus_ineffassign",
2641 importpath = "github.com/gordonklaus/ineffassign",
2642 sum = "h1:vc7Dmrk4JwS0ZPS6WZvWlwDflgDTA26jItmbSj83nug=",
2643 version = "v0.0.0-20200309095847-7953dde2c7bf",
2644 )
2645 go_repository(
2646 name = "com_github_goreleaser_goreleaser",
2647 importpath = "github.com/goreleaser/goreleaser",
2648 sum = "h1:3ua5fSYvc/doKd5sVTzvXbyqW6H/eyuvy46woLrUFic=",
2649 version = "v0.134.0",
2650 )
2651 go_repository(
2652 name = "com_github_goreleaser_nfpm",
2653 importpath = "github.com/goreleaser/nfpm",
2654 sum = "h1:AEnu9XVmupRDTR930Z2rAs31Mj6sLIPxFcR9ESYvgDA=",
2655 version = "v1.2.1",
2656 )
2657 go_repository(
2658 name = "com_github_gorilla_context",
2659 importpath = "github.com/gorilla/context",
2660 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
2661 version = "v1.1.1",
2662 )
2663 go_repository(
2664 name = "com_github_gorilla_handlers",
2665 importpath = "github.com/gorilla/handlers",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002666 sum = "h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg=",
2667 version = "v1.4.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002668 )
2669 go_repository(
2670 name = "com_github_gorilla_mux",
2671 importpath = "github.com/gorilla/mux",
2672 sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=",
2673 version = "v1.8.0",
2674 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02002675 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002676 name = "com_github_gorilla_websocket",
2677 importpath = "github.com/gorilla/websocket",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002678 sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=",
2679 version = "v1.4.2",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002680 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002681 go_repository(
2682 name = "com_github_graph_gophers_graphql_go",
2683 importpath = "github.com/graph-gophers/graphql-go",
2684 sum = "h1:Eb9x/q6MFpCLz7jBCiP/WTxjSDrYLR1QY41SORZyNJ0=",
2685 version = "v1.3.0",
2686 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002687 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002688 name = "com_github_gregjones_httpcache",
2689 importpath = "github.com/gregjones/httpcache",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002690 sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002691 version = "v0.0.0-20180305231024-9cad4c3443a7",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002692 )
2693 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002694 name = "com_github_grpc_ecosystem_go_grpc_middleware",
2695 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002696 sum = "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=",
2697 version = "v1.3.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002698 )
2699 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002700 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
2701 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002702 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002703 version = "v1.2.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002704 )
2705 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002706 name = "com_github_grpc_ecosystem_grpc_gateway",
Lorenz Brun65702192023-08-31 16:27:38 +02002707 # Force generation of new build files for this package, required due to changes in how gazelle handles @go_googleapis.
2708 build_file_generation = "on",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002709 build_naming_convention = "go_default_library",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002710 importpath = "github.com/grpc-ecosystem/grpc-gateway",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002711 sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
2712 version = "v1.16.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002713 )
2714 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002715 name = "com_github_grpc_ecosystem_grpc_gateway_v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002716 # Force generation of new build files for this package, required due to changes in how gazelle handles @go_googleapis.
2717 build_file_generation = "on",
2718 build_naming_convention = "go_default_library",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002719 importpath = "github.com/grpc-ecosystem/grpc-gateway/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002720 sum = "h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=",
2721 version = "v2.16.0",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002722 )
2723 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02002724 name = "com_github_grpc_ecosystem_grpc_opentracing",
2725 importpath = "github.com/grpc-ecosystem/grpc-opentracing",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02002726 sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002727 version = "v0.0.0-20180507213350-8e809c8a8645",
2728 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002729 go_repository(
2730 name = "com_github_hailocab_go_hostpool",
2731 importpath = "github.com/hailocab/go-hostpool",
2732 sum = "h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=",
2733 version = "v0.0.0-20160125115350-e80d13ce29ed",
2734 )
Lorenz Brun65702192023-08-31 16:27:38 +02002735 go_repository(
2736 name = "com_github_hanwen_go_fuse_v2",
2737 importpath = "github.com/hanwen/go-fuse/v2",
2738 sum = "h1:t5ivNIH2PK+zw4OBul/iJjsoG9K6kXo4nMDoBpciC8A=",
2739 version = "v2.3.0",
2740 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002741 go_repository(
2742 name = "com_github_hashicorp_consul_api",
2743 importpath = "github.com/hashicorp/consul/api",
2744 sum = "h1:HXNYlRkkM/t+Y/Yhxtwcy02dlYwIaoxzvxPnS+cqy78=",
2745 version = "v1.3.0",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02002746 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002747 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002748 name = "com_github_hashicorp_consul_sdk",
2749 importpath = "github.com/hashicorp/consul/sdk",
2750 sum = "h1:UOxjlb4xVNF93jak1mzzoBatyFju9nrkxpVwIp/QqxQ=",
2751 version = "v0.3.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002752 )
2753 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002754 name = "com_github_hashicorp_errwrap",
2755 importpath = "github.com/hashicorp/errwrap",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002756 sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=",
2757 version = "v1.1.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002758 )
2759 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002760 name = "com_github_hashicorp_go_cleanhttp",
2761 importpath = "github.com/hashicorp/go-cleanhttp",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002762 sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=",
2763 version = "v0.5.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002764 )
2765 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002766 name = "com_github_hashicorp_go_envparse",
2767 importpath = "github.com/hashicorp/go-envparse",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01002768 sum = "h1:bE++6bhIsNCPLvgDZkYqo3nA+/PFI51pkrHdmPSDFPY=",
2769 version = "v0.1.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002770 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002771 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002772 name = "com_github_hashicorp_go_hclog",
2773 importpath = "github.com/hashicorp/go-hclog",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002774 sum = "h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs=",
2775 version = "v0.16.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002776 )
2777 go_repository(
2778 name = "com_github_hashicorp_go_immutable_radix",
2779 importpath = "github.com/hashicorp/go-immutable-radix",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002780 sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=",
2781 version = "v1.3.1",
2782 )
2783 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002784 name = "com_github_hashicorp_go_msgpack",
2785 importpath = "github.com/hashicorp/go-msgpack",
2786 sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=",
2787 version = "v0.5.3",
2788 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002789 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002790 name = "com_github_hashicorp_go_multierror",
2791 importpath = "github.com/hashicorp/go-multierror",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002792 sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=",
2793 version = "v1.1.1",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002794 )
2795 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002796 name = "com_github_hashicorp_go_net",
2797 importpath = "github.com/hashicorp/go.net",
2798 sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=",
2799 version = "v0.0.1",
2800 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00002801 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002802 name = "com_github_hashicorp_go_retryablehttp",
2803 importpath = "github.com/hashicorp/go-retryablehttp",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002804 sum = "h1:HJunrbHTDDbBb/ay4kxa1n+dLmttUlnP3V9oNE4hmsM=",
2805 version = "v0.6.6",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002806 )
2807 go_repository(
2808 name = "com_github_hashicorp_go_rootcerts",
2809 importpath = "github.com/hashicorp/go-rootcerts",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002810 sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=",
2811 version = "v1.0.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002812 )
2813 go_repository(
2814 name = "com_github_hashicorp_go_sockaddr",
2815 importpath = "github.com/hashicorp/go-sockaddr",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002816 sum = "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=",
2817 version = "v1.0.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002818 )
2819 go_repository(
2820 name = "com_github_hashicorp_go_syslog",
2821 importpath = "github.com/hashicorp/go-syslog",
2822 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
2823 version = "v1.0.0",
2824 )
2825 go_repository(
2826 name = "com_github_hashicorp_go_uuid",
2827 importpath = "github.com/hashicorp/go-uuid",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002828 sum = "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=",
2829 version = "v1.0.3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002830 )
2831 go_repository(
2832 name = "com_github_hashicorp_go_version",
2833 importpath = "github.com/hashicorp/go-version",
2834 sum = "h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E=",
2835 version = "v1.2.0",
2836 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002837 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002838 name = "com_github_hashicorp_golang_lru",
2839 importpath = "github.com/hashicorp/golang-lru",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002840 sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=",
2841 version = "v0.5.4",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002842 )
2843 go_repository(
2844 name = "com_github_hashicorp_hcl",
2845 importpath = "github.com/hashicorp/hcl",
2846 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002847 version = "v1.0.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002848 )
2849 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002850 name = "com_github_hashicorp_logutils",
2851 importpath = "github.com/hashicorp/logutils",
2852 sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=",
2853 version = "v1.0.0",
2854 )
2855 go_repository(
2856 name = "com_github_hashicorp_mdns",
2857 importpath = "github.com/hashicorp/mdns",
2858 sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=",
2859 version = "v1.0.0",
2860 )
2861 go_repository(
2862 name = "com_github_hashicorp_memberlist",
2863 importpath = "github.com/hashicorp/memberlist",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002864 sum = "h1:ouPxvwKYaNZe+eTcHxYP0EblPduVLvIPycul+vv8his=",
2865 version = "v0.1.6",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002866 )
2867 go_repository(
2868 name = "com_github_hashicorp_serf",
2869 importpath = "github.com/hashicorp/serf",
Lorenz Brun6f852d52022-06-28 12:50:25 +00002870 sum = "h1:w2ZEHuK1297elT/WbZjUojVzpZA3BuPUusa9vdXXTjc=",
2871 version = "v0.8.6",
2872 )
2873 go_repository(
2874 name = "com_github_hashicorp_vault_api",
2875 importpath = "github.com/hashicorp/vault/api",
2876 sum = "h1:QcxC7FuqEl0sZaIjcXB/kNEeBa0DH5z57qbWBvZwLC4=",
2877 version = "v1.1.0",
2878 )
2879 go_repository(
2880 name = "com_github_hashicorp_vault_sdk",
2881 importpath = "github.com/hashicorp/vault/sdk",
2882 sum = "h1:e1ok06zGrWJW91rzRroyl5nRNqraaBe4d5hiKcVZuHM=",
2883 version = "v0.1.14-0.20200519221838-e0cfd64bc267",
2884 )
2885 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002886 name = "com_github_heketi_heketi",
2887 importpath = "github.com/heketi/heketi",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002888 sum = "h1:ysqc8k973k1lLJ4BOOHAkx14K2nt4cLjsIm+hwWDZDE=",
2889 version = "v9.0.1-0.20190917153846-c2e2a4ab7ab9+incompatible",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002890 )
2891 go_repository(
2892 name = "com_github_heketi_tests",
2893 importpath = "github.com/heketi/tests",
2894 sum = "h1:oJ/NLadJn5HoxvonA6VxG31lg0d6XOURNA09BTtM4fY=",
2895 version = "v0.0.0-20151005000721-f3775cbcefd6",
2896 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002897 go_repository(
2898 name = "com_github_hodgesds_perf_utils",
2899 importpath = "github.com/hodgesds/perf-utils",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01002900 sum = "h1:7KlHGMuig4FRH5fNw68PV6xLmgTe7jKs9hgAcEAbioU=",
2901 version = "v0.7.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002902 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002903 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02002904 name = "com_github_hpcloud_tail",
2905 importpath = "github.com/hpcloud/tail",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002906 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002907 version = "v1.0.0",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002908 )
2909 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +01002910 name = "com_github_huandu_xstrings",
2911 importpath = "github.com/huandu/xstrings",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002912 sum = "h1:yPeWdRnmynF7p+lLYz0H2tthW9lqhMJrQV/U7yy4wX0=",
2913 version = "v1.2.0",
Lorenz Brundcfc6782021-11-30 05:27:48 +01002914 )
2915 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002916 name = "com_github_hudl_fargo",
2917 importpath = "github.com/hudl/fargo",
2918 sum = "h1:0U6+BtN6LhaYuTnIJq4Wyq5cpn6O2kWrxAtcqBmYY6w=",
2919 version = "v1.3.0",
2920 )
2921 go_repository(
2922 name = "com_github_hugelgupf_socketpair",
2923 importpath = "github.com/hugelgupf/socketpair",
2924 sum = "h1:/jC7qQFrv8CrSJVmaolDVOxTfS9kc36uB6H40kdbQq8=",
2925 version = "v0.0.0-20190730060125-05d35a94e714",
2926 )
2927 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002928 name = "com_github_iancoleman_strcase",
2929 importpath = "github.com/iancoleman/strcase",
2930 sum = "h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=",
2931 version = "v0.2.0",
2932 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02002933 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002934 name = "com_github_ianlancetaylor_demangle",
2935 importpath = "github.com/ianlancetaylor/demangle",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002936 sum = "h1:rwmN+hgiyp8QyBqzdEX43lTjKAxaqCrYHaU5op5P9J8=",
2937 version = "v0.0.0-20220517205856-0058ec4f073c",
2938 )
2939 go_repository(
2940 name = "com_github_ibm_sarama",
2941 importpath = "github.com/IBM/sarama",
2942 sum = "h1:lL01NNg/iBeigUbT+wpPysuTYW6roHo6kc1QrffRf0k=",
2943 version = "v1.40.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002944 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02002945 go_repository(
2946 name = "com_github_illumos_go_kstat",
2947 importpath = "github.com/illumos/go-kstat",
2948 sum = "h1:hk4LPqXIY/c9XzRbe7dA6qQxaT6Axcbny0L/G5a4owQ=",
2949 version = "v0.0.0-20210513183136-173c9b0a9973",
2950 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002951 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002952 name = "com_github_imdario_mergo",
2953 importpath = "github.com/imdario/mergo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002954 sum = "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=",
2955 version = "v0.3.13",
Serge Bazanskibb7db922020-04-30 12:43:10 +02002956 )
2957 go_repository(
Serge Bazanskia9590fe2022-09-13 13:51:41 +02002958 name = "com_github_improbable_eng_grpc_web",
2959 importpath = "github.com/improbable-eng/grpc-web",
2960 sum = "h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ=",
2961 version = "v0.15.0",
2962 )
Serge Bazanskia9590fe2022-09-13 13:51:41 +02002963 go_repository(
Serge Bazanskidd7b2d22021-07-02 17:13:22 +02002964 name = "com_github_inconshreveable_mousetrap",
2965 importpath = "github.com/inconshreveable/mousetrap",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01002966 sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=",
2967 version = "v1.1.0",
Serge Bazanskidd7b2d22021-07-02 17:13:22 +02002968 )
2969 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002970 name = "com_github_influxdata_influxdb1_client",
2971 importpath = "github.com/influxdata/influxdb1-client",
2972 sum = "h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=",
2973 version = "v0.0.0-20191209144304-8bf82d3c094d",
2974 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002975 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02002976 name = "com_github_infobloxopen_go_trees",
2977 importpath = "github.com/infobloxopen/go-trees",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002978 sum = "h1:w66aaP3c6SIQ0pi3QH1Tb4AMO3aWoEPxd1CNvLphbkA=",
2979 version = "v0.0.0-20200715205103-96a057b8dfb9",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02002980 )
2981 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002982 name = "com_github_insomniacslk_dhcp",
2983 importpath = "github.com/insomniacslk/dhcp",
Tim Windelschmidt538d3092023-11-16 07:59:55 +01002984 sum = "h1:PgxFEySCI41sH0mB7/2XswdXbUykQsRUGod8Rn+NubM=",
2985 version = "v0.0.0-20231016090811-6a2c8fbdcc1c",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01002986 )
2987 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02002988 name = "com_github_intel_goresctrl",
2989 importpath = "github.com/intel/goresctrl",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01002990 sum = "h1:K2D3GOzihV7xSBedGxONSlaw/un1LZgWsc9IfqipN4c=",
2991 version = "v0.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02002992 )
2993 go_repository(
2994 name = "com_github_ishidawataru_sctp",
2995 importpath = "github.com/ishidawataru/sctp",
2996 sum = "h1:qPmlgoeRS18y2dT+iAH5vEKZgIqgiPi2Y8UCu/b7Aq8=",
2997 version = "v0.0.0-20190723014705-7c296d48a2b5",
2998 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02002999 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003000 name = "com_github_j_keck_arping",
3001 importpath = "github.com/j-keck/arping",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003002 sum = "h1:hlLhuXgQkzIJTZuhMigvG/CuSkaspeaD9hRDk2zuiMI=",
3003 version = "v1.0.2",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01003004 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003005 go_repository(
3006 name = "com_github_jackc_chunkreader",
3007 importpath = "github.com/jackc/chunkreader",
3008 sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=",
3009 version = "v1.0.0",
3010 )
3011 go_repository(
3012 name = "com_github_jackc_chunkreader_v2",
3013 importpath = "github.com/jackc/chunkreader/v2",
3014 sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=",
3015 version = "v2.0.1",
3016 )
3017 go_repository(
3018 name = "com_github_jackc_pgconn",
3019 importpath = "github.com/jackc/pgconn",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003020 sum = "h1:smbxIaZA08n6YuxEX1sDyjV/qkbtUtkH20qLkR9MUR4=",
3021 version = "v1.14.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003022 )
3023 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003024 name = "com_github_jackc_pgerrcode",
3025 importpath = "github.com/jackc/pgerrcode",
3026 sum = "h1:WAvSpGf7MsFuzAtK4Vk7R4EVe+liW4x83r4oWu0WHKw=",
3027 version = "v0.0.0-20201024163028-a0d42d470451",
3028 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003029 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00003030 name = "com_github_jackc_pgio",
3031 importpath = "github.com/jackc/pgio",
3032 sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=",
3033 version = "v1.0.0",
3034 )
3035 go_repository(
3036 name = "com_github_jackc_pgmock",
3037 importpath = "github.com/jackc/pgmock",
3038 sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=",
3039 version = "v0.0.0-20210724152146-4ad1a8207f65",
3040 )
3041 go_repository(
3042 name = "com_github_jackc_pgpassfile",
3043 importpath = "github.com/jackc/pgpassfile",
3044 sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=",
3045 version = "v1.0.0",
3046 )
3047 go_repository(
3048 name = "com_github_jackc_pgproto3",
3049 importpath = "github.com/jackc/pgproto3",
3050 sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=",
3051 version = "v1.1.0",
3052 )
3053 go_repository(
3054 name = "com_github_jackc_pgproto3_v2",
3055 importpath = "github.com/jackc/pgproto3/v2",
Serge Bazanski213d90c2023-04-19 17:42:06 +02003056 sum = "h1:7eY55bdBeCz1F2fTzSz69QC+pG46jYq9/jtSPiJ5nn0=",
3057 version = "v2.3.2",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003058 )
3059 go_repository(
3060 name = "com_github_jackc_pgservicefile",
3061 importpath = "github.com/jackc/pgservicefile",
Serge Bazanski213d90c2023-04-19 17:42:06 +02003062 sum = "h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=",
3063 version = "v0.0.0-20221227161230-091c0ba34f0a",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003064 )
3065 go_repository(
3066 name = "com_github_jackc_pgtype",
3067 importpath = "github.com/jackc/pgtype",
Serge Bazanski213d90c2023-04-19 17:42:06 +02003068 sum = "h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=",
3069 version = "v1.14.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003070 )
3071 go_repository(
3072 name = "com_github_jackc_pgx_v4",
3073 importpath = "github.com/jackc/pgx/v4",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003074 sum = "h1:YP7G1KABtKpB5IHrO9vYwSrCOhs7p3uqhvhhQBptya0=",
3075 version = "v4.18.1",
3076 )
3077 go_repository(
3078 name = "com_github_jackc_pgx_v5",
3079 importpath = "github.com/jackc/pgx/v5",
3080 sum = "h1:cxFyXhxlvAifxnkKKdlxv8XqUf59tDlYjnV5YYfsJJY=",
3081 version = "v5.4.3",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003082 )
3083 go_repository(
3084 name = "com_github_jackc_puddle",
3085 importpath = "github.com/jackc/puddle",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003086 sum = "h1:gI8os0wpRXFd4FiAY2dWiqRK037tjj3t7rKFeO4X5iw=",
3087 version = "v1.2.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003088 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01003089 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003090 name = "com_github_jackc_puddle_v2",
3091 importpath = "github.com/jackc/puddle/v2",
3092 sum = "h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=",
3093 version = "v2.2.1",
3094 )
3095 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003096 name = "com_github_jarcoal_httpmock",
3097 importpath = "github.com/jarcoal/httpmock",
3098 sum = "h1:cHtVEcTxRSX4J0je7mWPfc9BpDpqzXSJ5HbymZmyHck=",
3099 version = "v1.0.5",
3100 )
3101 go_repository(
3102 name = "com_github_jbenet_go_context",
3103 importpath = "github.com/jbenet/go-context",
3104 sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=",
3105 version = "v0.0.0-20150711004518-d14ea06fba99",
3106 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02003107 go_repository(
3108 name = "com_github_jcmturner_aescts_v2",
3109 importpath = "github.com/jcmturner/aescts/v2",
3110 sum = "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=",
3111 version = "v2.0.0",
3112 )
3113 go_repository(
3114 name = "com_github_jcmturner_dnsutils_v2",
3115 importpath = "github.com/jcmturner/dnsutils/v2",
3116 sum = "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=",
3117 version = "v2.0.0",
3118 )
3119 go_repository(
3120 name = "com_github_jcmturner_gofork",
3121 importpath = "github.com/jcmturner/gofork",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003122 sum = "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=",
3123 version = "v1.7.6",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02003124 )
3125 go_repository(
3126 name = "com_github_jcmturner_gokrb5_v8",
3127 importpath = "github.com/jcmturner/gokrb5/v8",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003128 sum = "h1:iTonLeSJOn7MVUtyMT+arAn5AKAPrkilzhGw8wE/Tq8=",
3129 version = "v8.4.3",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02003130 )
3131 go_repository(
3132 name = "com_github_jcmturner_rpc_v2",
3133 importpath = "github.com/jcmturner/rpc/v2",
3134 sum = "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=",
3135 version = "v2.0.3",
3136 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003137 go_repository(
3138 name = "com_github_jeffashton_win_pdh",
3139 importpath = "github.com/JeffAshton/win_pdh",
3140 sum = "h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=",
3141 version = "v0.0.0-20161109143554-76bb4ee9f0ab",
3142 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003143 go_repository(
3144 name = "com_github_jessevdk_go_flags",
3145 importpath = "github.com/jessevdk/go-flags",
3146 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
3147 version = "v1.4.0",
3148 )
3149 go_repository(
3150 name = "com_github_jgautheron_goconst",
3151 importpath = "github.com/jgautheron/goconst",
3152 sum = "h1:D5s1HIu80AcMGcqmk7fNIVptmAubVHHaj3v5Upex6Zs=",
3153 version = "v0.0.0-20170703170152-9740945f5dcb",
3154 )
3155 go_repository(
3156 name = "com_github_jhump_protoreflect",
3157 importpath = "github.com/jhump/protoreflect",
3158 sum = "h1:npqHz788dryJiR/l6K/RUQAyh2SwV91+d1dnh4RjO9w=",
3159 version = "v1.9.0",
3160 )
3161 go_repository(
3162 name = "com_github_jimstudt_http_authentication",
3163 importpath = "github.com/jimstudt/http-authentication",
3164 sum = "h1:BcF8coBl0QFVhe8vAMMlD+CV8EISiu9MGKLoj6ZEyJA=",
3165 version = "v0.0.0-20140401203705-3eca13d6893a",
3166 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003167 go_repository(
3168 name = "com_github_jinzhu_gorm",
3169 importpath = "github.com/jinzhu/gorm",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003170 sum = "h1:HvrsqdhCW78xpJF67g1hMxS6eCToo9PZH4LDB8WKPac=",
3171 version = "v1.9.10",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003172 )
3173 go_repository(
3174 name = "com_github_jinzhu_inflection",
3175 importpath = "github.com/jinzhu/inflection",
3176 sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=",
3177 version = "v1.0.0",
3178 )
3179 go_repository(
3180 name = "com_github_jinzhu_now",
3181 importpath = "github.com/jinzhu/now",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003182 sum = "h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=",
3183 version = "v1.1.5",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003184 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003185 go_repository(
3186 name = "com_github_jmespath_go_jmespath",
3187 importpath = "github.com/jmespath/go-jmespath",
3188 sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=",
3189 version = "v0.4.0",
3190 )
3191 go_repository(
3192 name = "com_github_jmespath_go_jmespath_internal_testify",
3193 importpath = "github.com/jmespath/go-jmespath/internal/testify",
3194 sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
3195 version = "v1.5.1",
3196 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003197 go_repository(
3198 name = "com_github_jmoiron_sqlx",
3199 importpath = "github.com/jmoiron/sqlx",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003200 sum = "h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g=",
3201 version = "v1.3.5",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003202 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003203 go_repository(
3204 name = "com_github_joefitzgerald_rainbow_reporter",
3205 importpath = "github.com/joefitzgerald/rainbow-reporter",
3206 sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=",
3207 version = "v0.1.0",
3208 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003209 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003210 name = "com_github_johncgriffin_overflow",
3211 importpath = "github.com/JohnCGriffin/overflow",
3212 sum = "h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=",
3213 version = "v0.0.0-20211019200055-46fa312c352c",
3214 )
3215 go_repository(
Lorenz Brun878f5f92020-05-12 16:15:39 +02003216 name = "com_github_joho_godotenv",
3217 importpath = "github.com/joho/godotenv",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003218 sum = "h1:3l4+N6zfMWnkbPEXKng2o2/MR5mSwTrBih4ZEkkz1lg=",
3219 version = "v1.4.0",
Lorenz Brun878f5f92020-05-12 16:15:39 +02003220 )
3221 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003222 name = "com_github_jonboulle_clockwork",
3223 importpath = "github.com/jonboulle/clockwork",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003224 sum = "h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=",
3225 version = "v0.2.2",
Serge Bazanskibb7db922020-04-30 12:43:10 +02003226 )
3227 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003228 name = "com_github_josephspurrier_goversioninfo",
3229 importpath = "github.com/josephspurrier/goversioninfo",
3230 sum = "h1:Puhl12NSHUSALHSuzYwPYQkqa2E1+7SrtAPJorKK0C8=",
3231 version = "v1.4.0",
3232 )
3233 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003234 name = "com_github_josharian_intern",
3235 importpath = "github.com/josharian/intern",
3236 sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=",
3237 version = "v1.0.0",
3238 )
3239 go_repository(
3240 name = "com_github_josharian_native",
3241 importpath = "github.com/josharian/native",
Lorenz Brun321cd712023-11-22 21:22:16 +01003242 sum = "h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=",
3243 version = "v1.1.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003244 )
3245 go_repository(
3246 name = "com_github_jpillora_backoff",
3247 importpath = "github.com/jpillora/backoff",
3248 sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=",
3249 version = "v1.0.0",
3250 )
3251 go_repository(
3252 name = "com_github_jsimonetti_rtnetlink",
3253 importpath = "github.com/jsimonetti/rtnetlink",
Lorenz Brun7a5422e2023-11-27 19:34:53 +01003254 replace = "github.com/jsimonetti/rtnetlink",
3255 sum = "h1:Z1BF0fRgcETPEa0Kt0MRk3yV5+kF1FWTni6KUFKrq2I=",
3256 version = "v1.4.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003257 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003258 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003259 name = "com_github_json_iterator_go",
3260 importpath = "github.com/json-iterator/go",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003261 sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=",
3262 version = "v1.1.12",
Serge Bazanskibb7db922020-04-30 12:43:10 +02003263 )
3264 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003265 name = "com_github_jstemmer_go_junit_report",
3266 importpath = "github.com/jstemmer/go-junit-report",
3267 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
3268 version = "v0.9.1",
3269 )
3270 go_repository(
3271 name = "com_github_jtolds_gls",
3272 importpath = "github.com/jtolds/gls",
3273 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
3274 version = "v4.20.0+incompatible",
3275 )
3276 go_repository(
3277 name = "com_github_juju_ratelimit",
3278 importpath = "github.com/juju/ratelimit",
3279 sum = "h1:+7AIFJVQ0EQgq/K9+0Krm7m530Du7tIz0METWzN0RgY=",
3280 version = "v1.0.1",
3281 )
3282 go_repository(
3283 name = "com_github_julienschmidt_httprouter",
3284 importpath = "github.com/julienschmidt/httprouter",
3285 sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=",
3286 version = "v1.3.0",
3287 )
3288 go_repository(
3289 name = "com_github_jung_kurt_gofpdf",
3290 importpath = "github.com/jung-kurt/gofpdf",
3291 sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=",
3292 version = "v1.0.3-0.20190309125859-24315acbbda5",
3293 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003294 go_repository(
3295 name = "com_github_k0kubun_colorstring",
3296 importpath = "github.com/k0kubun/colorstring",
3297 sum = "h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM=",
3298 version = "v0.0.0-20150214042306-9440f1994b88",
3299 )
3300 go_repository(
3301 name = "com_github_k0kubun_pp",
3302 importpath = "github.com/k0kubun/pp",
3303 sum = "h1:EKhKbi34VQDWJtq+zpsKSEhkHHs9w2P8Izbq8IhLVSo=",
3304 version = "v2.3.0+incompatible",
3305 )
3306 go_repository(
3307 name = "com_github_kardianos_osext",
3308 importpath = "github.com/kardianos/osext",
3309 sum = "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=",
3310 version = "v0.0.0-20190222173326-2bc1f35cddc0",
3311 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003312 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003313 name = "com_github_karrick_godirwalk",
3314 importpath = "github.com/karrick/godirwalk",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003315 sum = "h1:b4kY7nqDdioR/6qnbHQyDvmA17u5G1cZ6J+CZXwSWoI=",
3316 version = "v1.17.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003317 )
Serge Bazanski1b28e1b2022-09-05 18:41:18 +02003318 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003319 name = "com_github_kballard_go_shellquote",
3320 importpath = "github.com/kballard/go-shellquote",
3321 sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
3322 version = "v0.0.0-20180428030007-95032a82bc51",
3323 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003324 go_repository(
Serge Bazanski1b28e1b2022-09-05 18:41:18 +02003325 name = "com_github_kevinburke_go_bindata",
3326 importpath = "github.com/kevinburke/go-bindata",
3327 sum = "h1:rqNOXZlqrYhMVVAsQx8wuc+LaA73YcfbQ407wAykyS8=",
3328 version = "v3.23.0+incompatible",
3329 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003330 go_repository(
3331 name = "com_github_kevinburke_ssh_config",
3332 importpath = "github.com/kevinburke/ssh_config",
3333 sum = "h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=",
3334 version = "v0.0.0-20190725054713-01f96b0aa0cd",
Serge Bazanskibb7db922020-04-30 12:43:10 +02003335 )
3336 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003337 name = "com_github_kisielk_errcheck",
3338 importpath = "github.com/kisielk/errcheck",
3339 sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
3340 version = "v1.5.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02003341 )
3342 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003343 name = "com_github_kisielk_gotool",
3344 importpath = "github.com/kisielk/gotool",
3345 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
3346 version = "v1.0.0",
3347 )
3348 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003349 name = "com_github_klauspost_asmfmt",
3350 importpath = "github.com/klauspost/asmfmt",
3351 sum = "h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=",
3352 version = "v1.3.2",
3353 )
3354 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003355 name = "com_github_klauspost_compress",
3356 importpath = "github.com/klauspost/compress",
Lorenz Brun62f1d362023-11-14 16:18:24 +01003357 sum = "h1:RlWWUY/Dr4fL8qk9YG7DTZ7PDgME2V4csBXA8L/ixi4=",
3358 version = "v1.17.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003359 )
3360 go_repository(
3361 name = "com_github_klauspost_cpuid",
3362 importpath = "github.com/klauspost/cpuid",
3363 sum = "h1:NMpwD2G9JSFOE1/TJjGSo5zG7Yb2bTe7eq1jH+irmeE=",
3364 version = "v1.2.0",
3365 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003366 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003367 name = "com_github_klauspost_cpuid_v2",
3368 importpath = "github.com/klauspost/cpuid/v2",
3369 sum = "h1:acbojRNwl3o09bUq+yDCtZFc1aiwaAAxtcn8YkZXnvk=",
3370 version = "v2.2.4",
3371 )
3372 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003373 name = "com_github_knetic_govaluate",
3374 importpath = "github.com/Knetic/govaluate",
3375 sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=",
3376 version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible",
3377 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003378 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02003379 name = "com_github_koneu_natend",
3380 importpath = "github.com/koneu/natend",
Lorenz Brun52f7f292020-06-24 16:42:02 +02003381 sum = "h1:MFX8DxRnKMY/2M3H61iSsVbo/n3h0MWGmWNN1UViOU0=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003382 version = "v0.0.0-20150829182554-ec0926ea948d",
Lorenz Brun52f7f292020-06-24 16:42:02 +02003383 )
3384 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003385 name = "com_github_konsorten_go_windows_terminal_sequences",
3386 importpath = "github.com/konsorten/go-windows-terminal-sequences",
Lorenz Brunb876fc32020-07-14 13:54:01 +02003387 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003388 version = "v1.0.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003389 )
3390 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003391 name = "com_github_kr_fs",
3392 importpath = "github.com/kr/fs",
3393 sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=",
3394 version = "v0.1.0",
3395 )
3396 go_repository(
3397 name = "com_github_kr_logfmt",
3398 importpath = "github.com/kr/logfmt",
3399 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
3400 version = "v0.0.0-20140226030751-b84e30acd515",
3401 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003402 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003403 name = "com_github_kr_pretty",
3404 importpath = "github.com/kr/pretty",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01003405 sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=",
3406 version = "v0.3.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003407 )
3408 go_repository(
3409 name = "com_github_kr_pty",
3410 importpath = "github.com/kr/pty",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003411 sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=",
3412 version = "v1.1.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003413 )
3414 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003415 name = "com_github_kr_text",
3416 importpath = "github.com/kr/text",
3417 sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=",
3418 version = "v0.2.0",
3419 )
3420 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003421 name = "com_github_ktrysmt_go_bitbucket",
3422 importpath = "github.com/ktrysmt/go-bitbucket",
3423 sum = "h1:C8dUGp0qkwncKtAnozHCbbqhptefzEd1I0sfnuy9rYQ=",
3424 version = "v0.6.4",
3425 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003426 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003427 name = "com_github_kylelemons_godebug",
3428 importpath = "github.com/kylelemons/godebug",
3429 sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
3430 version = "v1.1.0",
3431 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003432 go_repository(
3433 name = "com_github_labstack_echo",
3434 importpath = "github.com/labstack/echo",
3435 sum = "h1:pGRcYk231ExFAyoAjAfD85kQzRJCRI8bbnE7CX5OEgg=",
3436 version = "v3.3.10+incompatible",
3437 )
3438 go_repository(
3439 name = "com_github_labstack_echo_v4",
3440 importpath = "github.com/labstack/echo/v4",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003441 sum = "h1:wPOF1CE6gvt/kmbMR4dGzWvHMPT+sAEUJOwOTtvITVY=",
3442 version = "v4.9.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003443 )
3444 go_repository(
3445 name = "com_github_labstack_gommon",
3446 importpath = "github.com/labstack/gommon",
3447 sum = "h1:OomWaJXm7xR6L1HmEtGyQf26TEn7V6X88mktX9kee9o=",
3448 version = "v0.3.1",
3449 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003450 go_repository(
3451 name = "com_github_leodido_go_urn",
3452 importpath = "github.com/leodido/go-urn",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003453 sum = "h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=",
3454 version = "v1.2.4",
3455 )
3456 go_repository(
3457 name = "com_github_lestrrat_go_backoff_v2",
3458 importpath = "github.com/lestrrat-go/backoff/v2",
3459 sum = "h1:oNb5E5isby2kiro9AgdHLv5N5tint1AnDVVf2E2un5A=",
3460 version = "v2.0.8",
3461 )
3462 go_repository(
3463 name = "com_github_lestrrat_go_blackmagic",
3464 importpath = "github.com/lestrrat-go/blackmagic",
3465 sum = "h1:XzdxDbuQTz0RZZEmdU7cnQxUtFUzgCSPq8RCz4BxIi4=",
3466 version = "v1.0.0",
3467 )
3468 go_repository(
3469 name = "com_github_lestrrat_go_httpcc",
3470 importpath = "github.com/lestrrat-go/httpcc",
3471 sum = "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=",
3472 version = "v1.0.1",
3473 )
3474 go_repository(
3475 name = "com_github_lestrrat_go_iter",
3476 importpath = "github.com/lestrrat-go/iter",
3477 sum = "h1:q8faalr2dY6o8bV45uwrxq12bRa1ezKrB6oM9FUgN4A=",
3478 version = "v1.0.1",
3479 )
3480 go_repository(
3481 name = "com_github_lestrrat_go_jwx",
3482 importpath = "github.com/lestrrat-go/jwx",
3483 sum = "h1:tAx93jN2SdPvFn08fHNAhqFJazn5mBBOB8Zli0g0otA=",
3484 version = "v1.2.25",
3485 )
3486 go_repository(
3487 name = "com_github_lestrrat_go_option",
3488 importpath = "github.com/lestrrat-go/option",
3489 sum = "h1:WqAWL8kh8VcSoD6xjSH34/1m8yxluXQbDeKNfvFeEO4=",
3490 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003491 )
3492 go_repository(
3493 name = "com_github_letsencrypt_pkcs11key_v4",
3494 importpath = "github.com/letsencrypt/pkcs11key/v4",
3495 sum = "h1:qLc/OznH7xMr5ARJgkZCCWk+EomQkiNTOoOF5LAgagc=",
3496 version = "v4.0.0",
3497 )
3498 go_repository(
3499 name = "com_github_lib_pq",
3500 importpath = "github.com/lib/pq",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003501 sum = "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=",
3502 version = "v1.10.9",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003503 )
3504 go_repository(
3505 name = "com_github_libopenstorage_openstorage",
3506 importpath = "github.com/libopenstorage/openstorage",
3507 sum = "h1:GLPam7/0mpdP8ZZtKjbfcXJBTIA/T1O6CBErVEFEyIM=",
3508 version = "v1.0.0",
3509 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003510 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003511 name = "com_github_liggitt_tabwriter",
3512 importpath = "github.com/liggitt/tabwriter",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003513 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003514 version = "v0.0.0-20181228230101-89fcab3d43de",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003515 )
3516 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003517 name = "com_github_lightstep_lightstep_tracer_common_golang_gogo",
3518 importpath = "github.com/lightstep/lightstep-tracer-common/golang/gogo",
3519 sum = "h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo=",
3520 version = "v0.0.0-20190605223551-bc2310a04743",
3521 )
3522 go_repository(
3523 name = "com_github_lightstep_lightstep_tracer_go",
3524 importpath = "github.com/lightstep/lightstep-tracer-go",
3525 sum = "h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk=",
3526 version = "v0.18.1",
3527 )
3528 go_repository(
3529 name = "com_github_linuxkit_virtsock",
3530 importpath = "github.com/linuxkit/virtsock",
3531 sum = "h1:jUp75lepDg0phMUJBCmvaeFDldD2N3S1lBuPwUTszio=",
3532 version = "v0.0.0-20201010232012-f8cee7dfc7a3",
3533 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003534 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003535 name = "com_github_lithammer_dedent",
3536 importpath = "github.com/lithammer/dedent",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003537 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003538 version = "v1.1.0",
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01003539 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003540 go_repository(
3541 name = "com_github_lpabon_godbc",
3542 importpath = "github.com/lpabon/godbc",
3543 sum = "h1:ilqjArN1UOENJJdM34I2YHKmF/B0gGq4VLoSGy9iAao=",
3544 version = "v0.1.1",
3545 )
3546 go_repository(
3547 name = "com_github_lucas_clemente_aes12",
3548 importpath = "github.com/lucas-clemente/aes12",
3549 sum = "h1:sSeNEkJrs+0F9TUau0CgWTTNEwF23HST3Eq0A+QIx+A=",
3550 version = "v0.0.0-20171027163421-cd47fb39b79f",
3551 )
3552 go_repository(
3553 name = "com_github_lucas_clemente_quic_clients",
3554 importpath = "github.com/lucas-clemente/quic-clients",
3555 sum = "h1:/P9n0nICT/GnQJkZovtBqridjxU0ao34m7DpMts79qY=",
3556 version = "v0.1.0",
3557 )
3558 go_repository(
3559 name = "com_github_lucas_clemente_quic_go",
3560 importpath = "github.com/lucas-clemente/quic-go",
3561 sum = "h1:iQtTSZVbd44k94Lu0U16lLBIG3lrnjDvQongjPd4B/s=",
3562 version = "v0.10.2",
3563 )
3564 go_repository(
3565 name = "com_github_lucas_clemente_quic_go_certificates",
3566 importpath = "github.com/lucas-clemente/quic-go-certificates",
3567 sum = "h1:zqEC1GJZFbGZA0tRyNZqRjep92K5fujFtFsu5ZW7Aug=",
3568 version = "v0.0.0-20160823095156-d2f86524cced",
3569 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003570 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003571 name = "com_github_lufia_iostat",
3572 importpath = "github.com/lufia/iostat",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01003573 sum = "h1:tnCdZBIglgxD47RyD55kfWQcJMGzO+1QBziSQfesf2k=",
3574 version = "v1.2.1",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003575 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003576 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003577 name = "com_github_lyft_protoc_gen_star",
3578 importpath = "github.com/lyft/protoc-gen-star",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003579 sum = "h1:erE0rdztuaDq3bpGifD95wfoPrSZc95nGA6tbiNYh6M=",
3580 version = "v0.6.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003581 )
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01003582 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003583 name = "com_github_lyft_protoc_gen_star_v2",
3584 importpath = "github.com/lyft/protoc-gen-star/v2",
3585 sum = "h1:keaAo8hRuAT0O3DfJ/wM3rufbAjGeJ1lAtWZHDjKGB0=",
3586 version = "v2.0.1",
3587 )
3588 go_repository(
3589 name = "com_github_lyft_protoc_gen_validate",
3590 importpath = "github.com/lyft/protoc-gen-validate",
3591 sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=",
3592 version = "v0.0.13",
3593 )
3594 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003595 name = "com_github_magiconair_properties",
3596 importpath = "github.com/magiconair/properties",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003597 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
3598 version = "v1.8.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003599 )
3600 go_repository(
3601 name = "com_github_mailru_easyjson",
3602 importpath = "github.com/mailru/easyjson",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003603 sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=",
3604 version = "v0.7.7",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003605 )
3606 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003607 name = "com_github_makenowjust_heredoc",
3608 importpath = "github.com/MakeNowJust/heredoc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003609 sum = "h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=",
3610 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003611 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003612 go_repository(
3613 name = "com_github_markbates_oncer",
3614 importpath = "github.com/markbates/oncer",
3615 sum = "h1:JgVTCPf0uBVcUSWpyXmGpgOc62nK5HWUBKAGc3Qqa5k=",
3616 version = "v0.0.0-20181203154359-bf2de49a0be2",
3617 )
3618 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003619 name = "com_github_markbates_pkger",
3620 importpath = "github.com/markbates/pkger",
3621 sum = "h1:3MPelV53RnGSW07izx5xGxl4e/sdRD6zqseIk0rMASY=",
3622 version = "v0.15.1",
3623 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003624 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00003625 name = "com_github_markbates_safe",
3626 importpath = "github.com/markbates/safe",
3627 sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=",
3628 version = "v1.0.1",
3629 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003630 go_repository(
3631 name = "com_github_marstr_guid",
3632 importpath = "github.com/marstr/guid",
3633 sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=",
3634 version = "v1.1.0",
3635 )
3636 go_repository(
3637 name = "com_github_marten_seemann_qtls",
3638 importpath = "github.com/marten-seemann/qtls",
3639 sum = "h1:0yWJ43C62LsZt08vuQJDK1uC1czUc3FJeCLPoNAI4vA=",
3640 version = "v0.2.3",
3641 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003642 go_repository(
3643 name = "com_github_masterminds_goutils",
3644 importpath = "github.com/Masterminds/goutils",
3645 sum = "h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=",
3646 version = "v1.1.0",
3647 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003648 go_repository(
3649 name = "com_github_masterminds_semver",
3650 importpath = "github.com/Masterminds/semver",
3651 sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=",
3652 version = "v1.5.0",
3653 )
3654 go_repository(
3655 name = "com_github_masterminds_semver_v3",
3656 importpath = "github.com/Masterminds/semver/v3",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003657 sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=",
3658 version = "v3.1.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003659 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003660 go_repository(
3661 name = "com_github_masterminds_sprig",
3662 importpath = "github.com/Masterminds/sprig",
3663 sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=",
3664 version = "v2.22.0+incompatible",
3665 )
3666 go_repository(
3667 name = "com_github_mattbaird_jsonpatch",
3668 importpath = "github.com/mattbaird/jsonpatch",
3669 sum = "h1:+J2gw7Bw77w/fbK7wnNJJDKmw1IbWft2Ul5BzrG1Qm8=",
3670 version = "v0.0.0-20171005235357-81af80346b1a",
3671 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003672 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003673 name = "com_github_mattn_go_colorable",
3674 importpath = "github.com/mattn/go-colorable",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003675 sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=",
3676 version = "v0.1.13",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003677 )
3678 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003679 name = "com_github_mattn_go_ieproxy",
3680 importpath = "github.com/mattn/go-ieproxy",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02003681 sum = "h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI=",
3682 version = "v0.0.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003683 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003684 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003685 name = "com_github_mattn_go_isatty",
3686 importpath = "github.com/mattn/go-isatty",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003687 sum = "h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=",
3688 version = "v0.0.19",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003689 )
3690 go_repository(
3691 name = "com_github_mattn_go_runewidth",
3692 importpath = "github.com/mattn/go-runewidth",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003693 sum = "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=",
3694 version = "v0.0.14",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003695 )
3696 go_repository(
Lorenz Brunb60d9cb2021-02-18 17:34:00 +01003697 name = "com_github_mattn_go_shellwords",
3698 importpath = "github.com/mattn/go-shellwords",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003699 sum = "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=",
3700 version = "v1.0.12",
Lorenz Brunb60d9cb2021-02-18 17:34:00 +01003701 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00003702 go_repository(
3703 name = "com_github_mattn_go_sqlite3",
3704 importpath = "github.com/mattn/go-sqlite3",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01003705 sum = "h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM=",
3706 version = "v1.14.17",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003707 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003708 go_repository(
3709 name = "com_github_mattn_go_xmlrpc",
3710 importpath = "github.com/mattn/go-xmlrpc",
3711 sum = "h1:Y6WEMLEsqs3RviBrAa1/7qmbGB7DVD3brZIbqMbQdGY=",
3712 version = "v0.0.3",
3713 )
Lorenz Brunb60d9cb2021-02-18 17:34:00 +01003714 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003715 name = "com_github_mattn_go_zglob",
3716 importpath = "github.com/mattn/go-zglob",
3717 sum = "h1:xsEx/XUoVlI6yXjqBK062zYhRTZltCNmYPx6v+8DNaY=",
3718 version = "v0.0.1",
3719 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003720 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003721 name = "com_github_matttproud_golang_protobuf_extensions",
3722 importpath = "github.com/matttproud/golang_protobuf_extensions",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01003723 sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=",
3724 version = "v1.0.4",
3725 )
3726 go_repository(
3727 name = "com_github_matttproud_golang_protobuf_extensions_v2",
3728 importpath = "github.com/matttproud/golang_protobuf_extensions/v2",
3729 sum = "h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg=",
3730 version = "v2.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003731 )
3732 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003733 name = "com_github_maxbrunsfeld_counterfeiter_v6",
3734 importpath = "github.com/maxbrunsfeld/counterfeiter/v6",
3735 sum = "h1:g+4J5sZg6osfvEfkRZxJ1em0VT95/UOZgi/l7zi1/oE=",
3736 version = "v6.2.2",
3737 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003738 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003739 name = "com_github_mdlayher_ethtool",
3740 importpath = "github.com/mdlayher/ethtool",
Lorenz Brun321cd712023-11-22 21:22:16 +01003741 replace = "github.com/monogon-dev/ethtool",
3742 sum = "h1:Y1CNfkifx2lVkPUX7KC4Hn9qIPUoSm3RiWPwEwy6VA8=",
3743 version = "v0.0.0-20231122193313-e9c21a3a83cb",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003744 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003745 go_repository(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02003746 name = "com_github_mdlayher_genetlink",
3747 importpath = "github.com/mdlayher/genetlink",
Lorenz Brun321cd712023-11-22 21:22:16 +01003748 sum = "h1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw=",
3749 version = "v1.3.2",
Lorenz Brunf042e6f2020-06-24 16:46:09 +02003750 )
3751 go_repository(
Lorenz Brun46bf7d62023-06-01 12:24:19 +02003752 name = "com_github_mdlayher_kobject",
3753 importpath = "github.com/mdlayher/kobject",
3754 sum = "h1:JmrZTpS0GAyMV4ZQVVH/AS0Y6r2PbnYNSRUuRX+HOLA=",
3755 version = "v0.0.0-20200520190114-19ca17470d7d",
3756 )
Lorenz Brun46bf7d62023-06-01 12:24:19 +02003757 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02003758 name = "com_github_mdlayher_netlink",
3759 importpath = "github.com/mdlayher/netlink",
Lorenz Brun321cd712023-11-22 21:22:16 +01003760 sum = "h1:/UtM3ofJap7Vl4QWCPDGXY8d3GIY2UGSDbK+QWmY8/g=",
3761 version = "v1.7.2",
Lorenz Brun52f7f292020-06-24 16:42:02 +02003762 )
3763 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003764 name = "com_github_mdlayher_packet",
3765 importpath = "github.com/mdlayher/packet",
Lorenz Brun321cd712023-11-22 21:22:16 +01003766 sum = "h1:3Up1NG6LZrsgDVn6X4L9Ge/iyRyxFEFD9o6Pr3Q1nQY=",
3767 version = "v1.1.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003768 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003769 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003770 name = "com_github_mdlayher_socket",
3771 importpath = "github.com/mdlayher/socket",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01003772 sum = "h1:ilICZmJcQz70vrWVes1MFera4jGiWNocSkykwwoy3XI=",
3773 version = "v0.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003774 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003775 go_repository(
3776 name = "com_github_mdlayher_wifi",
3777 importpath = "github.com/mdlayher/wifi",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01003778 sum = "h1:y8wYRUXwok5CtUZOXT3egghYesX0O79E3ALl+SIDm9Q=",
3779 version = "v0.1.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02003780 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003781 go_repository(
3782 name = "com_github_mgutz_ansi",
3783 importpath = "github.com/mgutz/ansi",
3784 sum = "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=",
3785 version = "v0.0.0-20170206155736-9520e82c474b",
3786 )
3787 go_repository(
3788 name = "com_github_mholt_certmagic",
3789 importpath = "github.com/mholt/certmagic",
3790 sum = "h1:xKE9kZ5C8gelJC3+BNM6LJs1x21rivK7yxfTZMAuY2s=",
3791 version = "v0.6.2-0.20190624175158-6a42ef9fe8c2",
3792 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003793 go_repository(
3794 name = "com_github_mibk_dupl",
3795 importpath = "github.com/mibk/dupl",
3796 sum = "h1:aZc3jqrF9n0tUHwHt/+jsRxA8cRgA0Gdl56M7W7PoqE=",
3797 version = "v1.0.0",
3798 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003799 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003800 name = "com_github_microsoft_go_mssqldb",
3801 importpath = "github.com/microsoft/go-mssqldb",
3802 sum = "h1:p2rpHIL7TlSv1QrbXJUAcbyRKnIT0C9rRkH2E4OjLn8=",
3803 version = "v0.21.0",
3804 )
3805 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003806 name = "com_github_microsoft_go_winio",
3807 importpath = "github.com/Microsoft/go-winio",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003808 sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=",
3809 version = "v0.6.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003810 )
3811 go_repository(
3812 name = "com_github_microsoft_hcsshim",
3813 build_file_proto_mode = "disable",
3814 importpath = "github.com/Microsoft/hcsshim",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003815 sum = "h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=",
3816 version = "v0.11.4",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003817 )
3818 go_repository(
3819 name = "com_github_microsoft_hcsshim_test",
3820 importpath = "github.com/Microsoft/hcsshim/test",
3821 sum = "h1:4FA+QBaydEHlwxg0lMN3rhwoDaQy6LKhVWR4qvq4BuA=",
3822 version = "v0.0.0-20210227013316-43a75bb4edd3",
3823 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003824 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02003825 name = "com_github_miekg_dns",
3826 importpath = "github.com/miekg/dns",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003827 sum = "h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=",
3828 version = "v1.1.55",
Serge Bazanski14cf7502020-05-28 14:29:56 +02003829 )
3830 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003831 name = "com_github_miekg_pkcs11",
3832 importpath = "github.com/miekg/pkcs11",
Lorenz Brun6107ed12022-06-28 12:56:28 +00003833 sum = "h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=",
3834 version = "v1.1.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003835 )
3836 go_repository(
3837 name = "com_github_mikioh_ipaddr",
3838 importpath = "github.com/mikioh/ipaddr",
3839 sum = "h1:RlZweED6sbSArvlE924+mUcZuXKLBHA35U7LN621Bws=",
3840 version = "v0.0.0-20190404000644-d465c8ab6721",
3841 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003842 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003843 name = "com_github_mindprince_gonvml",
3844 importpath = "github.com/mindprince/gonvml",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003845 sum = "h1:PS1dLCGtD8bb9RPKJrc8bS7qHL6JnW1CZvwzH9dPoUs=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003846 version = "v0.0.0-20190828220739-9ebdce4bb989",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003847 )
3848 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003849 name = "com_github_minio_asm2plan9s",
3850 importpath = "github.com/minio/asm2plan9s",
3851 sum = "h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=",
3852 version = "v0.0.0-20200509001527-cdd76441f9d8",
3853 )
3854 go_repository(
3855 name = "com_github_minio_c2goasm",
3856 importpath = "github.com/minio/c2goasm",
3857 sum = "h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=",
3858 version = "v0.0.0-20190812172519-36a3d3bbc4f3",
3859 )
3860 go_repository(
3861 name = "com_github_minio_sha256_simd",
3862 importpath = "github.com/minio/sha256-simd",
3863 sum = "h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g=",
3864 version = "v1.0.0",
3865 )
3866 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02003867 name = "com_github_mistifyio_go_zfs",
3868 importpath = "github.com/mistifyio/go-zfs",
Lorenz Brunb876fc32020-07-14 13:54:01 +02003869 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003870 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
Lorenz Brunb876fc32020-07-14 13:54:01 +02003871 )
3872 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003873 name = "com_github_mistifyio_go_zfs_v3",
3874 importpath = "github.com/mistifyio/go-zfs/v3",
3875 sum = "h1:YaoXgBePoMA12+S1u/ddkv+QqxcfiZK4prI6HPnkFiU=",
3876 version = "v3.0.1",
3877 )
3878 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003879 name = "com_github_mitchellh_cli",
3880 importpath = "github.com/mitchellh/cli",
3881 sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=",
3882 version = "v1.0.0",
3883 )
3884 go_repository(
3885 name = "com_github_mitchellh_copystructure",
3886 importpath = "github.com/mitchellh/copystructure",
3887 sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=",
3888 version = "v1.0.0",
3889 )
3890 go_repository(
3891 name = "com_github_mitchellh_go_homedir",
3892 importpath = "github.com/mitchellh/go-homedir",
3893 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
3894 version = "v1.1.0",
3895 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003896 go_repository(
3897 name = "com_github_mitchellh_go_testing_interface",
3898 importpath = "github.com/mitchellh/go-testing-interface",
3899 sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=",
3900 version = "v1.0.0",
3901 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003902 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003903 name = "com_github_mitchellh_go_wordwrap",
3904 importpath = "github.com/mitchellh/go-wordwrap",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003905 sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=",
3906 version = "v1.0.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003907 )
3908 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003909 name = "com_github_mitchellh_gox",
3910 importpath = "github.com/mitchellh/gox",
3911 sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=",
3912 version = "v0.4.0",
3913 )
3914 go_repository(
3915 name = "com_github_mitchellh_iochan",
3916 importpath = "github.com/mitchellh/iochan",
3917 sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=",
3918 version = "v1.0.0",
3919 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003920 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003921 name = "com_github_mitchellh_mapstructure",
3922 importpath = "github.com/mitchellh/mapstructure",
Lorenz Brun6f852d52022-06-28 12:50:25 +00003923 sum = "h1:6h7AQ0yhTcIsmFmnAwQls75jp2Gzs4iB8W7pjMO+rqo=",
3924 version = "v1.4.2",
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01003925 )
Lorenz Brun7b5d9942020-03-19 16:14:02 +01003926 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003927 name = "com_github_mitchellh_osext",
3928 importpath = "github.com/mitchellh/osext",
3929 sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=",
3930 version = "v0.0.0-20151018003038-5e2d6d41470f",
3931 )
3932 go_repository(
3933 name = "com_github_mitchellh_reflectwalk",
3934 importpath = "github.com/mitchellh/reflectwalk",
3935 sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=",
3936 version = "v1.0.1",
3937 )
3938 go_repository(
3939 name = "com_github_moby_ipvs",
3940 importpath = "github.com/moby/ipvs",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003941 sum = "h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=",
3942 version = "v1.1.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003943 )
3944 go_repository(
3945 name = "com_github_moby_locker",
3946 importpath = "github.com/moby/locker",
3947 sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=",
3948 version = "v1.0.1",
3949 )
3950 go_repository(
3951 name = "com_github_moby_spdystream",
3952 importpath = "github.com/moby/spdystream",
3953 sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=",
3954 version = "v0.2.0",
3955 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003956 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02003957 name = "com_github_moby_sys_mountinfo",
3958 importpath = "github.com/moby/sys/mountinfo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003959 sum = "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=",
3960 version = "v0.6.2",
3961 )
3962 go_repository(
3963 name = "com_github_moby_sys_sequential",
3964 importpath = "github.com/moby/sys/sequential",
3965 sum = "h1:OPvI35Lzn9K04PBbCLW0g4LcFAJgHsvXsRyewg5lXtc=",
3966 version = "v0.5.0",
Lorenz Brunb876fc32020-07-14 13:54:01 +02003967 )
3968 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02003969 name = "com_github_moby_sys_signal",
3970 importpath = "github.com/moby/sys/signal",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003971 sum = "h1:25RW3d5TnQEoKvRbEKUGay6DCQ46IxAVTT9CUMgmsSI=",
3972 version = "v0.7.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003973 )
3974 go_repository(
3975 name = "com_github_moby_sys_symlink",
3976 importpath = "github.com/moby/sys/symlink",
3977 sum = "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=",
3978 version = "v0.2.0",
3979 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02003980 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003981 name = "com_github_moby_sys_user",
3982 importpath = "github.com/moby/sys/user",
3983 sum = "h1:WmZ93f5Ux6het5iituh9x2zAG7NFY9Aqi49jjE1PaQg=",
3984 version = "v0.1.0",
3985 )
3986 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02003987 name = "com_github_moby_term",
3988 importpath = "github.com/moby/term",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01003989 sum = "h1:HfkjXDfhgVaN5rmueG8cL8KKeFNecRCXFhaJ2qZ5SKA=",
3990 version = "v0.0.0-20221205130635-1aeaba878587",
Lorenz Brun7b5d9942020-03-19 16:14:02 +01003991 )
3992 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003993 name = "com_github_modern_go_concurrent",
3994 importpath = "github.com/modern-go/concurrent",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003995 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02003996 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02003997 )
3998 go_repository(
3999 name = "com_github_modern_go_reflect2",
4000 importpath = "github.com/modern-go/reflect2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004001 sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=",
4002 version = "v1.0.2",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01004003 )
4004 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004005 name = "com_github_modocache_gover",
4006 importpath = "github.com/modocache/gover",
4007 sum = "h1:8Q0qkMVC/MmWkpIdlvZgcv2o2jrlF6zqVOh7W5YHdMA=",
4008 version = "v0.0.0-20171022184752-b58185e213c5",
4009 )
4010 go_repository(
Serge Bazanskif12bedf2021-01-15 16:58:50 +01004011 name = "com_github_mohae_deepcopy",
4012 importpath = "github.com/mohae/deepcopy",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004013 sum = "h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=",
4014 version = "v0.0.0-20170929034955-c48cc78d4826",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004015 )
4016 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004017 name = "com_github_monochromegane_go_gitignore",
4018 importpath = "github.com/monochromegane/go-gitignore",
4019 sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=",
4020 version = "v0.0.0-20200626010858-205db1a8cc00",
4021 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00004022 go_repository(
4023 name = "com_github_montanaflynn_stats",
4024 importpath = "github.com/montanaflynn/stats",
4025 sum = "h1:iruDEfMl2E6fbMZ9s0scYfZQ84/6SPL6zC8ACM2oIL0=",
4026 version = "v0.0.0-20171201202039-1bf9dbcd8cbe",
4027 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004028 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004029 name = "com_github_morikuni_aec",
4030 importpath = "github.com/morikuni/aec",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004031 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004032 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004033 )
4034 go_repository(
4035 name = "com_github_mrunalp_fileutils",
4036 importpath = "github.com/mrunalp/fileutils",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01004037 sum = "h1:F+S7ZlNKnrwHfSwdlgNSkKo67ReVf8o9fel6C3dkm/Q=",
4038 version = "v0.5.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004039 )
4040 go_repository(
Serge Bazanski6ebdc412021-05-21 16:25:55 +02004041 name = "com_github_muesli_reflow",
4042 importpath = "github.com/muesli/reflow",
Serge Bazanski6ebdc412021-05-21 16:25:55 +02004043 sum = "h1:99aDTygRy9yEwggATz+ZLrDFRsjRog5BqbAfsr47Ztw=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004044 version = "v0.0.0-20191128061954-86f094cbed14",
Serge Bazanski6ebdc412021-05-21 16:25:55 +02004045 )
4046 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004047 name = "com_github_munnerz_goautoneg",
4048 importpath = "github.com/munnerz/goautoneg",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004049 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004050 version = "v0.0.0-20191010083416-a7dc8b61c822",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004051 )
4052 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004053 name = "com_github_mutecomm_go_sqlcipher_v4",
4054 importpath = "github.com/mutecomm/go-sqlcipher/v4",
4055 sum = "h1:sV1tWCWGAVlPhNGT95Q+z/txFxuhAYWwHD1afF5bMZg=",
4056 version = "v4.4.0",
4057 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004058 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004059 name = "com_github_mvdan_xurls",
4060 importpath = "github.com/mvdan/xurls",
4061 sum = "h1:OpuDelGQ1R1ueQ6sSryzi6P+1RtBpfQHM8fJwlE45ww=",
4062 version = "v1.1.0",
4063 )
4064 go_repository(
4065 name = "com_github_mwitkow_go_conntrack",
4066 importpath = "github.com/mwitkow/go-conntrack",
4067 sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=",
4068 version = "v0.0.0-20190716064945-2f068394615f",
4069 )
4070 go_repository(
4071 name = "com_github_mwitkow_go_proto_validators",
4072 importpath = "github.com/mwitkow/go-proto-validators",
4073 replace = "github.com/mwitkow/go-proto-validators",
4074 sum = "h1:qRlmpTzm2pstMKKzTdvwPCF5QfBNURSlAgN/R+qbKos=",
4075 version = "v0.3.2",
4076 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004077 go_repository(
Serge Bazanskia9590fe2022-09-13 13:51:41 +02004078 name = "com_github_mwitkow_grpc_proxy",
4079 importpath = "github.com/mwitkow/grpc-proxy",
4080 sum = "h1:0xuRacu/Zr+jX+KyLLPPktbwXqyOvnOPUQmMLzX1jxU=",
4081 version = "v0.0.0-20181017164139-0f1106ef9c76",
4082 )
Serge Bazanskia9590fe2022-09-13 13:51:41 +02004083 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004084 name = "com_github_mxk_go_flowrate",
4085 importpath = "github.com/mxk/go-flowrate",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004086 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004087 version = "v0.0.0-20140419014527-cca7078d478f",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004088 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004089 go_repository(
4090 name = "com_github_nakagami_firebirdsql",
4091 importpath = "github.com/nakagami/firebirdsql",
4092 sum = "h1:P48LjvUQpTReR3TQRbxSeSBsMXzfK0uol7eRcr7VBYQ=",
4093 version = "v0.0.0-20190310045651-3c02a58cfed8",
4094 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004095 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004096 name = "com_github_naoina_go_stringutil",
4097 importpath = "github.com/naoina/go-stringutil",
4098 sum = "h1:rCUeRUHjBjGTSHl0VC00jUPLz8/F9dDzYI70Hzifhks=",
4099 version = "v0.1.0",
4100 )
4101 go_repository(
4102 name = "com_github_naoina_toml",
4103 importpath = "github.com/naoina/toml",
4104 sum = "h1:PT/lllxVVN0gzzSqSlHEmP8MJB4MY2U7STGxiouV4X8=",
4105 version = "v0.1.1",
4106 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004107 go_repository(
4108 name = "com_github_nats_io_jwt",
4109 importpath = "github.com/nats-io/jwt",
4110 sum = "h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=",
4111 version = "v0.3.2",
4112 )
4113 go_repository(
4114 name = "com_github_nats_io_nats_go",
4115 importpath = "github.com/nats-io/nats.go",
4116 sum = "h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ=",
4117 version = "v1.9.1",
4118 )
4119 go_repository(
4120 name = "com_github_nats_io_nats_server_v2",
4121 importpath = "github.com/nats-io/nats-server/v2",
4122 sum = "h1:i2Ly0B+1+rzNZHHWtD4ZwKi+OU5l+uQo1iDHZ2PmiIc=",
4123 version = "v2.1.2",
4124 )
4125 go_repository(
4126 name = "com_github_nats_io_nkeys",
4127 importpath = "github.com/nats-io/nkeys",
4128 sum = "h1:6JrEfig+HzTH85yxzhSVbjHRJv9cn0p6n3IngIcM5/k=",
4129 version = "v0.1.3",
4130 )
4131 go_repository(
4132 name = "com_github_nats_io_nuid",
4133 importpath = "github.com/nats-io/nuid",
4134 sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=",
4135 version = "v1.0.1",
4136 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004137 go_repository(
4138 name = "com_github_ncw_swift",
4139 importpath = "github.com/ncw/swift",
4140 sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=",
4141 version = "v1.0.47",
4142 )
4143 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004144 name = "com_github_neo4j_neo4j_go_driver",
4145 importpath = "github.com/neo4j/neo4j-go-driver",
4146 sum = "h1:fhFP5RliM2HW/8XdcO5QngSfFli9GcRIpMXvypTQt6E=",
4147 version = "v1.8.1-0.20200803113522-b626aa943eba",
4148 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004149 go_repository(
Lorenz Brun6107ed12022-06-28 12:56:28 +00004150 name = "com_github_networkplumbing_go_nft",
4151 importpath = "github.com/networkplumbing/go-nft",
4152 sum = "h1:eKapmyVUt/3VGfhYaDos5yeprm+LPt881UeksmKKZHY=",
4153 version = "v0.2.0",
4154 )
Lorenz Brun6107ed12022-06-28 12:56:28 +00004155 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004156 name = "com_github_niemeyer_pretty",
4157 importpath = "github.com/niemeyer/pretty",
4158 sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
4159 version = "v0.0.0-20200227124842-a10e7caefd8e",
4160 )
4161 go_repository(
4162 name = "com_github_nishanths_predeclared",
4163 importpath = "github.com/nishanths/predeclared",
4164 sum = "h1:3f0nxAmdj/VoCGN/ijdMy7bj6SBagaqYg1B0hu8clMA=",
4165 version = "v0.0.0-20200524104333-86fad755b4d3",
4166 )
4167 go_repository(
4168 name = "com_github_nxadm_tail",
4169 importpath = "github.com/nxadm/tail",
Lorenz Brun6107ed12022-06-28 12:56:28 +00004170 sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=",
4171 version = "v1.4.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004172 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004173 go_repository(
4174 name = "com_github_nytimes_gziphandler",
4175 importpath = "github.com/NYTimes/gziphandler",
4176 sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=",
4177 version = "v1.1.1",
4178 )
4179 go_repository(
4180 name = "com_github_oklog_oklog",
4181 importpath = "github.com/oklog/oklog",
4182 sum = "h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk=",
4183 version = "v0.3.2",
4184 )
4185 go_repository(
4186 name = "com_github_oklog_run",
4187 importpath = "github.com/oklog/run",
4188 sum = "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=",
4189 version = "v1.0.0",
4190 )
4191 go_repository(
4192 name = "com_github_oklog_ulid",
4193 importpath = "github.com/oklog/ulid",
4194 sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
4195 version = "v1.3.1",
4196 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004197 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004198 name = "com_github_olekukonko_tablewriter",
4199 importpath = "github.com/olekukonko/tablewriter",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004200 sum = "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=",
4201 version = "v0.0.5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004202 )
4203 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004204 name = "com_github_oneofone_xxhash",
4205 importpath = "github.com/OneOfOne/xxhash",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004206 sum = "h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=",
4207 version = "v1.2.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004208 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004209 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02004210 name = "com_github_onsi_ginkgo",
4211 importpath = "github.com/onsi/ginkgo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004212 sum = "h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=",
4213 version = "v1.16.5",
Lorenz Bruned0503c2020-07-28 17:21:25 +02004214 )
4215 go_repository(
Lorenz Brun6107ed12022-06-28 12:56:28 +00004216 name = "com_github_onsi_ginkgo_v2",
4217 importpath = "github.com/onsi/ginkgo/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004218 sum = "h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=",
4219 version = "v2.11.0",
Lorenz Brun6107ed12022-06-28 12:56:28 +00004220 )
Lorenz Brun6107ed12022-06-28 12:56:28 +00004221 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02004222 name = "com_github_onsi_gomega",
4223 importpath = "github.com/onsi/gomega",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004224 sum = "h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=",
4225 version = "v1.27.10",
Lorenz Bruned0503c2020-07-28 17:21:25 +02004226 )
4227 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004228 name = "com_github_op_go_logging",
4229 importpath = "github.com/op/go-logging",
4230 sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=",
4231 version = "v0.0.0-20160315200505-970db520ece7",
4232 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004233 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004234 name = "com_github_open_policy_agent_opa",
4235 importpath = "github.com/open-policy-agent/opa",
4236 sum = "h1:qocVAKyjrqMjCqsU02S/gHyLr4AQQ9xMtuV1kKnnyhM=",
4237 version = "v0.42.2",
4238 )
4239 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004240 name = "com_github_opencontainers_go_digest",
4241 importpath = "github.com/opencontainers/go-digest",
Lorenz Brunb876fc32020-07-14 13:54:01 +02004242 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004243 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004244 )
4245 go_repository(
4246 name = "com_github_opencontainers_image_spec",
4247 importpath = "github.com/opencontainers/image-spec",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004248 sum = "h1:YWuSjZCQAPM8UUBLkYUk1e+rZcvWHJmFb6i6rM44Xs8=",
4249 version = "v1.1.0-rc2.0.20221005185240-3a7f492d3f1b",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004250 )
4251 go_repository(
4252 name = "com_github_opencontainers_runc",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004253 build_tags = ["seccomp"], #keep
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004254 importpath = "github.com/opencontainers/runc",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004255 patch_args = ["-p1"],
4256 patches = [
4257 "//third_party/go/patches:runc-add-cdeps.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01004258 ],
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01004259 sum = "h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss=",
4260 version = "v1.1.12",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004261 )
4262 go_repository(
Serge Bazanskif12bedf2021-01-15 16:58:50 +01004263 name = "com_github_opencontainers_runtime_spec",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004264 importpath = "github.com/opencontainers/runtime-spec",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01004265 sum = "h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg=",
4266 version = "v1.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004267 )
4268 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004269 name = "com_github_opencontainers_runtime_tools",
4270 importpath = "github.com/opencontainers/runtime-tools",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004271 sum = "h1:DmNGcqH3WDbV5k8OJ+esPWbqUOX5rMLR2PMvziDMJi0=",
4272 version = "v0.9.1-0.20221107090550-2e043c6bd626",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004273 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004274 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004275 name = "com_github_opencontainers_selinux",
4276 importpath = "github.com/opencontainers/selinux",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004277 sum = "h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=",
4278 version = "v1.11.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004279 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004280 go_repository(
4281 name = "com_github_opentracing_basictracer_go",
4282 importpath = "github.com/opentracing/basictracer-go",
4283 sum = "h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo=",
4284 version = "v1.0.0",
4285 )
4286 go_repository(
4287 name = "com_github_opentracing_contrib_go_observer",
4288 importpath = "github.com/opentracing-contrib/go-observer",
4289 sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=",
4290 version = "v0.0.0-20170622124052-a52f23424492",
4291 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004292 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02004293 name = "com_github_opentracing_opentracing_go",
4294 importpath = "github.com/opentracing/opentracing-go",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004295 sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=",
4296 version = "v1.2.0",
Lorenz Brunb29e0b02020-07-28 17:26:12 +02004297 )
4298 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004299 name = "com_github_openzipkin_contrib_zipkin_go_opentracing",
4300 importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004301 sum = "h1:uhcF5Jd7rP9DVEL10Siffyepr6SvlKbUsjH5JpNCRi8=",
4302 version = "v0.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004303 )
4304 go_repository(
4305 name = "com_github_openzipkin_zipkin_go",
4306 importpath = "github.com/openzipkin/zipkin-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004307 sum = "h1:zjqfqHjUpPmB3c1GlCvvgsM1G4LkvqQbBDueDOCg/jA=",
4308 version = "v0.4.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004309 )
4310 go_repository(
4311 name = "com_github_oschwald_geoip2_golang",
4312 importpath = "github.com/oschwald/geoip2-golang",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004313 sum = "h1:uvD3O6fXAXs+usU+UGExshpdP13GAqp4GBrzN7IgKZc=",
4314 version = "v1.9.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004315 )
4316 go_repository(
4317 name = "com_github_oschwald_maxminddb_golang",
4318 importpath = "github.com/oschwald/maxminddb-golang",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004319 sum = "h1:aSXMqYR/EPNjGE8epgqwDay+P30hCBZIveY0WZbAWh0=",
4320 version = "v1.11.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004321 )
4322 go_repository(
4323 name = "com_github_otiai10_copy",
4324 importpath = "github.com/otiai10/copy",
4325 sum = "h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k=",
4326 version = "v1.2.0",
4327 )
4328 go_repository(
4329 name = "com_github_otiai10_curr",
4330 importpath = "github.com/otiai10/curr",
4331 sum = "h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI=",
4332 version = "v1.0.0",
4333 )
4334 go_repository(
4335 name = "com_github_otiai10_mint",
4336 importpath = "github.com/otiai10/mint",
4337 sum = "h1:BCmzIS3n71sGfHB5NMNDB3lHYPz8fWSkCAErHed//qc=",
4338 version = "v1.3.1",
4339 )
Mateusz Zalega6a058e72022-11-30 18:03:07 +01004340 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004341 name = "com_github_outcaste_io_ristretto",
4342 importpath = "github.com/outcaste-io/ristretto",
4343 sum = "h1:KCItuNIGJZcursqHr3ghO7fc5ddZLEHspL9UR0cQM64=",
4344 version = "v0.2.1",
4345 )
4346 go_repository(
Mateusz Zalega6a058e72022-11-30 18:03:07 +01004347 name = "com_github_packethost_packngo",
4348 importpath = "github.com/packethost/packngo",
4349 sum = "h1:gRIhciVZQ/zLNrIdIdbOUyB/Tw5IgoaXyhP4bvE+D2s=",
4350 version = "v0.29.0",
4351 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004352 go_repository(
4353 name = "com_github_pact_foundation_pact_go",
4354 importpath = "github.com/pact-foundation/pact-go",
4355 sum = "h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q=",
4356 version = "v1.0.4",
4357 )
4358 go_repository(
4359 name = "com_github_pascaldekloe_goe",
4360 importpath = "github.com/pascaldekloe/goe",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004361 sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=",
4362 version = "v0.0.0-20180627143212-57f6aae5913c",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004363 )
4364 go_repository(
4365 name = "com_github_pborman_uuid",
4366 importpath = "github.com/pborman/uuid",
4367 sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=",
4368 version = "v1.2.0",
4369 )
4370 go_repository(
4371 name = "com_github_pelletier_go_buffruneio",
4372 importpath = "github.com/pelletier/go-buffruneio",
4373 sum = "h1:U4t4R6YkofJ5xHm3dJzuRpPZ0mr5MMCoAWooScCR7aA=",
4374 version = "v0.2.0",
4375 )
4376 go_repository(
4377 name = "com_github_pelletier_go_toml",
4378 importpath = "github.com/pelletier/go-toml",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004379 sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",
4380 version = "v1.9.5",
4381 )
4382 go_repository(
4383 name = "com_github_pelletier_go_toml_v2",
4384 importpath = "github.com/pelletier/go-toml/v2",
4385 sum = "h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ=",
4386 version = "v2.0.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004387 )
4388 go_repository(
4389 name = "com_github_performancecopilot_speed",
4390 importpath = "github.com/performancecopilot/speed",
4391 sum = "h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg=",
4392 version = "v3.0.0+incompatible",
4393 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004394 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004395 name = "com_github_peterbourgon_diskv",
4396 importpath = "github.com/peterbourgon/diskv",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004397 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004398 version = "v2.0.1+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004399 )
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004400 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004401 name = "com_github_pganalyze_pg_query_go_v4",
4402 importpath = "github.com/pganalyze/pg_query_go/v4",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004403 patch_args = ["-p1"],
4404 patches = [
4405 # pganalyze depends on libpg_query, and this patch adds a cdep to
4406 # it to the generated BUILD files.
4407 "//third_party/go/patches:pganalyze-add-cdeps.patch",
4408 ],
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004409 sum = "h1:cNLqyiVMasV7YGWyYV+fkXyHp32gDfXVNCqoHztEGNk=",
4410 version = "v4.2.3",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004411 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004412 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004413 name = "com_github_philhofer_fwd",
4414 importpath = "github.com/philhofer/fwd",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004415 sum = "h1:bnDivRJ1EWPjUIRXV5KfORO897HTbpFAQddBdE8t7Gw=",
4416 version = "v1.1.2",
Leopold Schabel3058b7a2020-06-03 17:51:07 +02004417 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004418 go_repository(
4419 name = "com_github_phpdave11_gofpdf",
4420 importpath = "github.com/phpdave11/gofpdf",
4421 sum = "h1:KPKiIbfwbvC/wOncwhrpRdXVj2CZTCFlw4wnoyjtHfQ=",
4422 version = "v1.4.2",
4423 )
4424 go_repository(
4425 name = "com_github_phpdave11_gofpdi",
4426 importpath = "github.com/phpdave11/gofpdi",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004427 sum = "h1:o61duiW8M9sMlkVXWlvP92sZJtGKENvW3VExs6dZukQ=",
4428 version = "v1.0.13",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004429 )
Leopold Schabel3058b7a2020-06-03 17:51:07 +02004430 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02004431 name = "com_github_pierrec_lz4",
4432 importpath = "github.com/pierrec/lz4",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004433 sum = "h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=",
4434 version = "v2.6.1+incompatible",
Lorenz Brun57479bb2021-10-26 14:01:06 +02004435 )
4436 go_repository(
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +01004437 name = "com_github_pierrec_lz4_v4",
4438 importpath = "github.com/pierrec/lz4/v4",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004439 sum = "h1:kV4Ip+/hUBC+8T6+2EgburRtkE9ef4nbY3f4dFhGjMc=",
4440 version = "v4.1.17",
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +01004441 )
4442 go_repository(
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004443 name = "com_github_pingcap_errors",
4444 importpath = "github.com/pingcap/errors",
4445 sum = "h1:+FZIDR/D97YOPik4N4lPDaUcLDF/EQPogxtlHB2ZZRM=",
4446 version = "v0.11.5-0.20210425183316-da1aaba5fb63",
4447 )
4448 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004449 name = "com_github_pingcap_failpoint",
4450 importpath = "github.com/pingcap/failpoint",
4451 sum = "h1:CgbKAHto5CQgWM9fSBIvaxsJHuGP0uM74HXtv3MyyGQ=",
4452 version = "v0.0.0-20220801062533-2eaa32854a6c",
4453 )
4454 go_repository(
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004455 name = "com_github_pingcap_log",
4456 importpath = "github.com/pingcap/log",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004457 sum = "h1:ELiPxACz7vdo1qAvvaWJg1NrYFoY6gqAh/+Uo6aXdD8=",
4458 version = "v1.1.0",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004459 )
4460 go_repository(
4461 name = "com_github_pingcap_tidb_parser",
4462 build_file_generation = "on",
4463 importpath = "github.com/pingcap/tidb/parser",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004464 sum = "h1:4HUBkIZs+4j+tbXGm5/B0yjB66OTz218HDKA6VrhO7U=",
4465 version = "v0.0.0-20231010133155-38cb4f3312be",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004466 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004467 go_repository(
4468 name = "com_github_pkg_browser",
4469 importpath = "github.com/pkg/browser",
4470 sum = "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=",
4471 version = "v0.0.0-20210911075715-681adbf594b8",
4472 )
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01004473 go_repository(
4474 name = "com_github_pkg_diff",
4475 importpath = "github.com/pkg/diff",
4476 sum = "h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=",
4477 version = "v0.0.0-20210226163009-20ebb0f2a09e",
4478 )
Serge Bazanski46e72ab2022-09-05 15:13:22 +02004479 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004480 name = "com_github_pkg_errors",
4481 importpath = "github.com/pkg/errors",
Lorenz Brunb876fc32020-07-14 13:54:01 +02004482 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004483 version = "v0.9.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004484 )
4485 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004486 name = "com_github_pkg_profile",
4487 importpath = "github.com/pkg/profile",
4488 sum = "h1:F++O52m40owAmADcojzM+9gyjmMOY/T4oYJkgFDH8RE=",
4489 version = "v1.2.1",
4490 )
4491 go_repository(
4492 name = "com_github_pkg_sftp",
4493 importpath = "github.com/pkg/sftp",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004494 sum = "h1:I2qBYMChEhIjOgazfJmV3/mZM256btk6wkCDRmW7JYs=",
4495 version = "v1.13.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004496 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004497 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02004498 name = "com_github_pkg_xattr",
4499 importpath = "github.com/pkg/xattr",
Lorenz Brun57479bb2021-10-26 14:01:06 +02004500 sum = "h1:dhclzL6EqOXNaPDWqoeb9tIxATfBSmjqL0b4DpSjwRw=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004501 version = "v0.4.1",
Lorenz Brun57479bb2021-10-26 14:01:06 +02004502 )
4503 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004504 name = "com_github_pmezard_go_difflib",
4505 importpath = "github.com/pmezard/go-difflib",
4506 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
4507 version = "v1.0.0",
4508 )
4509 go_repository(
4510 name = "com_github_posener_complete",
4511 importpath = "github.com/posener/complete",
4512 sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=",
4513 version = "v1.1.1",
4514 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004515 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004516 name = "com_github_pquerna_cachecontrol",
4517 importpath = "github.com/pquerna/cachecontrol",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004518 sum = "h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc=",
4519 version = "v0.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004520 )
4521 go_repository(
4522 name = "com_github_prometheus_client_golang",
4523 importpath = "github.com/prometheus/client_golang",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004524 sum = "h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=",
4525 version = "v1.17.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004526 )
4527 go_repository(
4528 name = "com_github_prometheus_client_model",
4529 importpath = "github.com/prometheus/client_model",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004530 sum = "h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=",
4531 version = "v0.5.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004532 )
4533 go_repository(
4534 name = "com_github_prometheus_common",
4535 importpath = "github.com/prometheus/common",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004536 sum = "h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM=",
4537 version = "v0.45.0",
4538 )
4539 go_repository(
4540 name = "com_github_prometheus_community_go_runit",
4541 importpath = "github.com/prometheus-community/go-runit",
4542 sum = "h1:uTWEj/Fn2RoLdfg/etSqwzgYNOYPrARx1BHUN052tGA=",
4543 version = "v0.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004544 )
4545 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004546 name = "com_github_prometheus_exporter_toolkit",
4547 importpath = "github.com/prometheus/exporter-toolkit",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004548 sum = "h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8=",
4549 version = "v0.10.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004550 )
4551 go_repository(
4552 name = "com_github_prometheus_node_exporter",
Tim Windelschmidtd8a3fa22023-11-24 23:14:09 +01004553 build_tags = ["nobtrfs", "nozfs", "notapestats", "norapl"], # keep
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004554 importpath = "github.com/prometheus/node_exporter",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004555 sum = "h1:7MVpSdfWrThNo0SlldhUyAVFZ7LWbC9+QJRzB4QmkE8=",
4556 version = "v1.7.0",
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004557 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004558 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004559 name = "com_github_prometheus_procfs",
4560 importpath = "github.com/prometheus/procfs",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004561 sum = "h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=",
4562 version = "v0.12.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004563 )
4564 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004565 name = "com_github_prometheus_tsdb",
4566 importpath = "github.com/prometheus/tsdb",
4567 sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
4568 version = "v0.7.1",
4569 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004570 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +01004571 name = "com_github_pseudomuto_protoc_gen_doc",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004572 build_directives = [
4573 "gazelle:resolve go github.com/mwitkow/go-proto-validators @com_github_mwitkow_go_proto_validators//:validators_golang",
4574 ],
Lorenz Brundcfc6782021-11-30 05:27:48 +01004575 importpath = "github.com/pseudomuto/protoc-gen-doc",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004576 patch_args = ["-p1"],
4577 pre_patches = [
Lorenz Brundcfc6782021-11-30 05:27:48 +01004578 "//third_party/go/patches:protoc-gen-doc-no-gogo.patch",
4579 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02004580 sum = "h1:pHZp0MEiT68jrZV8js8BS7E9ZEnlSLegoQbbtXj5lfo=",
4581 version = "v1.5.0",
Lorenz Brundcfc6782021-11-30 05:27:48 +01004582 )
4583 go_repository(
4584 name = "com_github_pseudomuto_protokit",
Lorenz Brundcfc6782021-11-30 05:27:48 +01004585 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004586 importpath = "github.com/pseudomuto/protokit",
4587 sum = "h1:hlnBDcy3YEDXH7kc9gV+NLaN0cDzhDvD1s7Y6FZ8RpM=",
4588 version = "v0.2.0",
Lorenz Brundcfc6782021-11-30 05:27:48 +01004589 )
4590 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004591 name = "com_github_puerkitobio_purell",
4592 importpath = "github.com/PuerkitoBio/purell",
4593 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
4594 version = "v1.1.1",
4595 )
4596 go_repository(
4597 name = "com_github_puerkitobio_urlesc",
4598 importpath = "github.com/PuerkitoBio/urlesc",
4599 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
4600 version = "v0.0.0-20170810143723-de5bf2ad4578",
4601 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004602 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004603 name = "com_github_quic_go_qpack",
4604 importpath = "github.com/quic-go/qpack",
4605 sum = "h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=",
4606 version = "v0.4.0",
4607 )
4608 go_repository(
4609 name = "com_github_quic_go_qtls_go1_20",
4610 importpath = "github.com/quic-go/qtls-go1-20",
4611 sum = "h1:O4BLOM3hwfVF3AcktIylQXyl7Yi2iBNVy5QsV+ySxbg=",
4612 version = "v0.3.1",
4613 )
4614 go_repository(
4615 name = "com_github_quic_go_quic_go",
4616 importpath = "github.com/quic-go/quic-go",
4617 sum = "h1:ke8B73yMCWGq9MfrCCAw0Uzdm7GaViC3i39dsIdDlH4=",
4618 version = "v0.37.4",
4619 )
4620 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004621 name = "com_github_quobyte_api",
4622 importpath = "github.com/quobyte/api",
4623 sum = "h1:+sOX1gIlC/OaLipqVZWrHgly9Kh9Qo8OygeS0mWAg30=",
4624 version = "v0.1.8",
4625 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004626 go_repository(
4627 name = "com_github_rabbitmq_amqp091_go",
4628 importpath = "github.com/rabbitmq/amqp091-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004629 sum = "h1:RejT1SBUim5doqcL6s7iN6SBmsQqyTgXb1xMlH0h1hA=",
4630 version = "v1.8.1",
4631 )
4632 go_repository(
4633 name = "com_github_rasky_go_xdr",
4634 importpath = "github.com/rasky/go-xdr",
4635 sum = "h1:lbe6PJ3nOQAUvpx9P3GtsQ/jyNBOHLV+cj2++uZrpa4=",
4636 version = "v0.0.0-20170217172119-4930550ba2e2",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004637 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004638 go_repository(
4639 name = "com_github_rcrowley_go_metrics",
4640 importpath = "github.com/rcrowley/go-metrics",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004641 sum = "h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=",
4642 version = "v0.0.0-20201227073835-cf1acfcdf475",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004643 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004644 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004645 name = "com_github_redis_go_redis_v9",
4646 importpath = "github.com/redis/go-redis/v9",
4647 sum = "h1:r2ctp2J2+TcXTVIyPU6++FniED/Nyo4SDMKvLtpszx0=",
4648 version = "v9.0.0",
4649 )
4650 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004651 name = "com_github_remyoudompheng_bigfft",
4652 importpath = "github.com/remyoudompheng/bigfft",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004653 sum = "h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=",
4654 version = "v0.0.0-20230129092748-24d4a6f8daec",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004655 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004656 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004657 name = "com_github_richardartoul_molecule",
4658 importpath = "github.com/richardartoul/molecule",
4659 sum = "h1:Qp27Idfgi6ACvFQat5+VJvlYToylpM/hcyLBI3WaKPA=",
4660 version = "v1.0.1-0.20221107223329-32cfee06a052",
4661 )
4662 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004663 name = "com_github_rivo_uniseg",
4664 importpath = "github.com/rivo/uniseg",
4665 sum = "h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=",
4666 version = "v0.2.0",
4667 )
Leopoldbe326c22023-01-04 20:42:59 +01004668 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004669 name = "com_github_riza_io_grpc_go",
4670 importpath = "github.com/riza-io/grpc-go",
4671 sum = "h1:2HxQKFVE7VuYstcJ8zqpN84VnAoJ4dCL6YFhJewNcHQ=",
4672 version = "v0.2.0",
4673 )
4674 go_repository(
Leopoldbe326c22023-01-04 20:42:59 +01004675 name = "com_github_rmohr_bazeldnf",
4676 importpath = "github.com/rmohr/bazeldnf",
4677 sum = "h1:xYSQoQHuCZY+2mZJtt+2KN0G6TmeEOPR6cxPZomTXX4=",
4678 version = "v0.5.4",
4679 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004680 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004681 name = "com_github_robfig_cron",
4682 importpath = "github.com/robfig/cron",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004683 sum = "h1:jk4/Hud3TTdcrJgUOBgsqrZBarcxl6ADIjSC2iniwLY=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004684 version = "v1.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004685 )
4686 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004687 name = "com_github_robfig_cron_v3",
4688 importpath = "github.com/robfig/cron/v3",
4689 sum = "h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=",
4690 version = "v3.0.1",
4691 )
4692 go_repository(
4693 name = "com_github_rogpeppe_fastuuid",
4694 importpath = "github.com/rogpeppe/fastuuid",
4695 sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=",
4696 version = "v1.2.0",
4697 )
4698 go_repository(
4699 name = "com_github_rogpeppe_go_internal",
4700 importpath = "github.com/rogpeppe/go-internal",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004701 sum = "h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=",
4702 version = "v1.10.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004703 )
4704 go_repository(
4705 name = "com_github_rs_cors",
4706 importpath = "github.com/rs/cors",
4707 sum = "h1:P2KMzcFwrPoSjkF1WLRPsp3UMLyql8L4v9hQpVeK5so=",
4708 version = "v1.8.0",
4709 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00004710 go_repository(
4711 name = "com_github_rs_xid",
4712 importpath = "github.com/rs/xid",
4713 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
4714 version = "v1.2.1",
4715 )
4716 go_repository(
4717 name = "com_github_rs_zerolog",
4718 importpath = "github.com/rs/zerolog",
4719 sum = "h1:uPRuwkWF4J6fGsJ2R0Gn2jB1EQiav9k3S6CSdygQJXY=",
4720 version = "v1.15.0",
4721 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004722 go_repository(
4723 name = "com_github_rubiojr_go_vhd",
4724 importpath = "github.com/rubiojr/go-vhd",
4725 sum = "h1:if3/24+h9Sq6eDx8UUz1SO9cT9tizyIsATfB7b4D3tc=",
4726 version = "v0.0.0-20200706105327-02e210299021",
4727 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004728 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004729 name = "com_github_russross_blackfriday",
4730 importpath = "github.com/russross/blackfriday",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004731 sum = "h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=",
4732 version = "v1.6.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004733 )
4734 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02004735 name = "com_github_russross_blackfriday_v2",
4736 importpath = "github.com/russross/blackfriday/v2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004737 sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
4738 version = "v2.1.0",
Serge Bazanski14cf7502020-05-28 14:29:56 +02004739 )
4740 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004741 name = "com_github_ruudk_golang_pdf417",
4742 importpath = "github.com/ruudk/golang-pdf417",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004743 sum = "h1:K1Xf3bKttbF+koVGaX5xngRIZ5bVjbmPnaxE/dR08uY=",
4744 version = "v0.0.0-20201230142125-a7e3863a1245",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004745 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004746 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004747 name = "com_github_ryanuber_columnize",
4748 importpath = "github.com/ryanuber/columnize",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004749 sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=",
4750 version = "v0.0.0-20160712163229-9b3edd62028f",
Lorenz Brun6f852d52022-06-28 12:50:25 +00004751 )
4752 go_repository(
4753 name = "com_github_ryanuber_go_glob",
4754 importpath = "github.com/ryanuber/go-glob",
4755 sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=",
4756 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004757 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004758 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004759 name = "com_github_safchain_ethtool",
4760 importpath = "github.com/safchain/ethtool",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01004761 sum = "h1:gimQJpsI6sc1yIqP/y8GYgiXn/NjgvpM0RNoWLVVmP0=",
4762 version = "v0.3.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004763 )
4764 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004765 name = "com_github_samuel_go_zookeeper",
4766 importpath = "github.com/samuel/go-zookeeper",
4767 sum = "h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=",
4768 version = "v0.0.0-20190923202752-2cc03de413da",
4769 )
4770 go_repository(
4771 name = "com_github_sassoftware_go_rpmutils",
4772 importpath = "github.com/sassoftware/go-rpmutils",
Leopoldbe326c22023-01-04 20:42:59 +01004773 replace = "github.com/rmohr/go-rpmutils",
4774 sum = "h1:IPm+rJWi7P9mkoFQjloDEGThxlM71dzDrC2DZSjgnL8=",
4775 version = "v0.1.2-0.20201215123907-5acf7436c00d",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004776 )
4777 go_repository(
4778 name = "com_github_satori_go_uuid",
4779 importpath = "github.com/satori/go.uuid",
4780 sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
4781 version = "v1.2.0",
4782 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004783 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004784 name = "com_github_savsgio_dictpool",
4785 importpath = "github.com/savsgio/dictpool",
4786 sum = "h1:rmMl4fXJhKMNWl+K+r/fq4FbbKI+Ia2m9hYBLm2h4G4=",
4787 version = "v0.0.0-20221023140959-7bf2e61cea94",
4788 )
4789 go_repository(
4790 name = "com_github_savsgio_gotils",
4791 importpath = "github.com/savsgio/gotils",
4792 sum = "h1:8Iv5m6xEo1NR1AvpV+7XmhI4r39LGNzwUL4YpMuL5vk=",
4793 version = "v0.0.0-20230208104028-c358bd845dee",
4794 )
4795 go_repository(
Lorenz Brunb682ba52020-07-08 14:51:36 +02004796 name = "com_github_sbezverk_nfproxy",
4797 importpath = "github.com/sbezverk/nfproxy",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004798 patch_args = ["-p1"],
Lorenz Brune6e570a2023-11-28 19:23:19 +01004799 pre_patches = [
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004800 "//third_party/go/patches:nfproxy-adapt-to-k8s-1.28.patch",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004801 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02004802 sum = "h1:nlKDckTP5mXfdpUST7l4cU6fGzMlkv/CVg+EVOsClS8=",
4803 version = "v0.0.0-20210112155058-0d98b4a69f0c",
Lorenz Brunb682ba52020-07-08 14:51:36 +02004804 )
4805 go_repository(
4806 name = "com_github_sbezverk_nftableslib",
4807 importpath = "github.com/sbezverk/nftableslib",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004808 sum = "h1:Zi8wDJAUmUYqWX6A9ma84xOhFvwR7O10K7pvISM+SvM=",
4809 version = "v0.0.0-20210111145735-b08b2d804e1f",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004810 )
4811 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004812 name = "com_github_sbezverk_nftableslib_e2e_setenv",
4813 importpath = "github.com/sbezverk/nftableslib/e2e/setenv",
4814 sum = "h1:/8S2Bo/8GZhXJBEf9yywFO2NlVzwH1jNdu4UIk48SCs=",
4815 version = "v0.0.0-20191010164456-029e0d78cdb1",
4816 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004817 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004818 name = "com_github_sclevine_agouti",
4819 importpath = "github.com/sclevine/agouti",
4820 sum = "h1:8IBJS6PWz3uTlMP3YBIR5f+KAldcGuOeFkFbUWfBgK4=",
4821 version = "v3.0.0+incompatible",
4822 )
4823 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004824 name = "com_github_sclevine_spec",
4825 importpath = "github.com/sclevine/spec",
4826 sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=",
4827 version = "v1.2.0",
4828 )
4829 go_repository(
4830 name = "com_github_sean_seed",
4831 importpath = "github.com/sean-/seed",
4832 sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=",
4833 version = "v0.0.0-20170313163322-e2103e2c3529",
4834 )
4835 go_repository(
4836 name = "com_github_seccomp_libseccomp_golang",
4837 importpath = "github.com/seccomp/libseccomp-golang",
4838 patch_args = ["-p1"],
4839 patches = [
4840 "//third_party/go/patches:libseccomp.patch",
4841 ],
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01004842 sum = "h1:aA4bp+/Zzi0BnWZ2F1wgNBs5gTpm+na2rWM6M9YjLpY=",
4843 version = "v0.10.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004844 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00004845 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004846 name = "com_github_secure_systems_lab_go_securesystemslib",
4847 importpath = "github.com/secure-systems-lab/go-securesystemslib",
4848 sum = "h1:OwvJ5jQf9LnIAS83waAjPbcMsODrTQUpJ02eNLUoxBg=",
4849 version = "v0.7.0",
4850 )
4851 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00004852 name = "com_github_segmentio_kafka_go",
4853 importpath = "github.com/segmentio/kafka-go",
4854 sum = "h1:4ujULpikzHG0HqKhjumDghFjy/0RRCSl/7lbriwQAH0=",
4855 version = "v0.4.29",
4856 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004857 go_repository(
4858 name = "com_github_sergi_go_diff",
4859 importpath = "github.com/sergi/go-diff",
4860 sum = "h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=",
4861 version = "v1.2.0",
4862 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004863 go_repository(
4864 name = "com_github_shopify_logrus_bugsnag",
4865 importpath = "github.com/Shopify/logrus-bugsnag",
4866 sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=",
4867 version = "v0.0.0-20171204204709-577dee27f20d",
4868 )
4869 go_repository(
4870 name = "com_github_shopify_sarama",
4871 importpath = "github.com/Shopify/sarama",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004872 sum = "h1:rtiODsvY4jW6nUV6n3K+0gx/8WlAwVt+Ixt6RIvpYyo=",
4873 version = "v1.22.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004874 )
4875 go_repository(
4876 name = "com_github_shopify_toxiproxy",
4877 importpath = "github.com/Shopify/toxiproxy",
4878 sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=",
4879 version = "v2.1.4+incompatible",
4880 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02004881 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00004882 name = "com_github_shopspring_decimal",
4883 importpath = "github.com/shopspring/decimal",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004884 sum = "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=",
4885 version = "v1.3.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00004886 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004887 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02004888 name = "com_github_shurcool_sanitized_anchor_name",
4889 importpath = "github.com/shurcooL/sanitized_anchor_name",
Serge Bazanski14cf7502020-05-28 14:29:56 +02004890 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004891 version = "v1.0.0",
Serge Bazanski14cf7502020-05-28 14:29:56 +02004892 )
4893 go_repository(
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004894 name = "com_github_siebenmann_go_kstat",
4895 importpath = "github.com/siebenmann/go-kstat",
4896 sum = "h1:GfSdC6wKfTGcgCS7BtzF5694Amne1pGCSTY252WhlEY=",
4897 version = "v0.0.0-20210513183136-173c9b0a9973",
4898 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004899 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004900 name = "com_github_sirupsen_logrus",
4901 importpath = "github.com/sirupsen/logrus",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01004902 sum = "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=",
4903 version = "v1.9.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004904 )
4905 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004906 name = "com_github_smartystreets_assertions",
4907 importpath = "github.com/smartystreets/assertions",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004908 sum = "h1:UVQPSSmc3qtTi+zPPkCXvZX9VvW/xT/NsRvKfwY81a8=",
4909 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004910 )
4911 go_repository(
4912 name = "com_github_smartystreets_go_aws_auth",
4913 importpath = "github.com/smartystreets/go-aws-auth",
4914 sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=",
4915 version = "v0.0.0-20180515143844-0c1422d1fdb9",
4916 )
4917 go_repository(
4918 name = "com_github_smartystreets_goconvey",
4919 importpath = "github.com/smartystreets/goconvey",
4920 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
4921 version = "v1.6.4",
4922 )
4923 go_repository(
4924 name = "com_github_smartystreets_gunit",
4925 importpath = "github.com/smartystreets/gunit",
4926 sum = "h1:RyPDUFcJbvtXlhJPk7v+wnxZRY2EUokhEYl2EJOPToI=",
4927 version = "v1.0.0",
4928 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02004929 go_repository(
4930 name = "com_github_snowflakedb_gosnowflake",
4931 importpath = "github.com/snowflakedb/gosnowflake",
4932 sum = "h1:EJDdDi74YbYt1ty164ge3fMZ0eVZ6KA7b1zmAa/wnRo=",
4933 version = "v1.6.3",
4934 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004935 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004936 name = "com_github_soheilhy_cmux",
4937 importpath = "github.com/soheilhy/cmux",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004938 sum = "h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=",
4939 version = "v0.1.5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004940 )
4941 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004942 name = "com_github_sony_gobreaker",
4943 importpath = "github.com/sony/gobreaker",
4944 sum = "h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ=",
4945 version = "v0.4.1",
4946 )
Serge Bazanski6d563ca2023-06-14 13:44:20 +02004947 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02004948 name = "com_github_spaolacci_murmur3",
4949 importpath = "github.com/spaolacci/murmur3",
4950 sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
4951 version = "v0.0.0-20180118202830-f09979ecbc72",
4952 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02004953 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004954 name = "com_github_spf13_afero",
4955 importpath = "github.com/spf13/afero",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004956 sum = "h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw=",
4957 version = "v1.9.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004958 )
4959 go_repository(
4960 name = "com_github_spf13_cast",
4961 importpath = "github.com/spf13/cast",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004962 sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
4963 version = "v1.3.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004964 )
4965 go_repository(
4966 name = "com_github_spf13_cobra",
4967 importpath = "github.com/spf13/cobra",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004968 sum = "h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=",
4969 version = "v1.7.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004970 )
4971 go_repository(
4972 name = "com_github_spf13_jwalterweatherman",
4973 importpath = "github.com/spf13/jwalterweatherman",
Serge Bazanski520c9342020-12-22 10:58:41 +01004974 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004975 version = "v1.1.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004976 )
4977 go_repository(
4978 name = "com_github_spf13_pflag",
4979 importpath = "github.com/spf13/pflag",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004980 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02004981 version = "v1.0.5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004982 )
4983 go_repository(
4984 name = "com_github_spf13_viper",
4985 importpath = "github.com/spf13/viper",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01004986 sum = "h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM=",
4987 version = "v1.7.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02004988 )
4989 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01004990 name = "com_github_sqlc_dev_sqlc",
4991 # Hard exclude wasm library. For some reason, this is required even
4992 # though we use the nowasm build tag (adding it here didn't help
4993 # either).
4994 build_extra_args = [
4995 "-exclude=internal/ext/wasm/wasm.go",
4996 ],
4997 # sqlc ships with pregenerated protobuf stubs.
4998 build_file_proto_mode = "disable",
4999 importpath = "github.com/sqlc-dev/sqlc",
5000 sum = "h1:h3hnieAGeaqcdKK2zqmy2fHi7S3EkQRR/Gc3qhKuEMg=",
5001 version = "v1.23.0",
5002 )
5003 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005004 name = "com_github_src_d_gcfg",
5005 importpath = "github.com/src-d/gcfg",
5006 sum = "h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=",
5007 version = "v1.4.0",
5008 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005009 go_repository(
5010 name = "com_github_stefanberger_go_pkcs11uri",
5011 importpath = "github.com/stefanberger/go-pkcs11uri",
5012 sum = "h1:lIOOHPEbXzO3vnmx2gok1Tfs31Q8GQqKLc8vVqyQq/I=",
5013 version = "v0.0.0-20201008174630-78d3cae3a980",
5014 )
5015 go_repository(
5016 name = "com_github_stoewer_go_strcase",
5017 importpath = "github.com/stoewer/go-strcase",
5018 sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=",
5019 version = "v1.2.0",
5020 )
5021 go_repository(
5022 name = "com_github_storageos_go_api",
5023 importpath = "github.com/storageos/go-api",
5024 sum = "h1:U0SablXoZIg06gvSlg8BCdzq1C/SkHVygOVX95Z2MU0=",
5025 version = "v2.2.0+incompatible",
5026 )
5027 go_repository(
5028 name = "com_github_streadway_amqp",
5029 importpath = "github.com/streadway/amqp",
5030 sum = "h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw=",
5031 version = "v0.0.0-20190827072141-edfb9018d271",
5032 )
5033 go_repository(
5034 name = "com_github_streadway_handy",
5035 importpath = "github.com/streadway/handy",
5036 sum = "h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug=",
5037 version = "v0.0.0-20190108123426-d5acb3125c2a",
5038 )
5039 go_repository(
5040 name = "com_github_stretchr_objx",
5041 importpath = "github.com/stretchr/objx",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005042 sum = "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=",
5043 version = "v0.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005044 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005045 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005046 name = "com_github_stretchr_testify",
5047 importpath = "github.com/stretchr/testify",
Lorenz Brun65702192023-08-31 16:27:38 +02005048 sum = "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=",
5049 version = "v1.8.4",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005050 )
5051 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005052 name = "com_github_stripe_safesql",
5053 importpath = "github.com/stripe/safesql",
5054 sum = "h1:xiefmCDd8c35PVSGrL2FhBiaKxviXnGziBDOpOejeBE=",
5055 version = "v0.2.0",
5056 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005057 go_repository(
Lorenz Brun6adf8842021-10-05 13:39:11 +02005058 name = "com_github_subosito_gotenv",
5059 importpath = "github.com/subosito/gotenv",
Lorenz Brun6adf8842021-10-05 13:39:11 +02005060 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005061 version = "v1.2.0",
Lorenz Brun6adf8842021-10-05 13:39:11 +02005062 )
5063 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005064 name = "com_github_syndtr_gocapability",
5065 importpath = "github.com/syndtr/gocapability",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005066 sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=",
5067 version = "v0.0.0-20200815063812-42c35b437635",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005068 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005069 go_repository(
5070 name = "com_github_syndtr_goleveldb",
5071 importpath = "github.com/syndtr/goleveldb",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005072 sum = "h1:vfofYNRScrDdvS342BElfbETmL1Aiz3i2t0zfRj16Hs=",
5073 version = "v1.0.1-0.20220721030215-126854af5e6d",
Lorenz Brun6f852d52022-06-28 12:50:25 +00005074 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005075 go_repository(
5076 name = "com_github_tchap_go_patricia",
5077 importpath = "github.com/tchap/go-patricia",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005078 sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005079 version = "v2.2.6+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005080 )
5081 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005082 name = "com_github_tchap_go_patricia_v2",
5083 importpath = "github.com/tchap/go-patricia/v2",
5084 sum = "h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=",
5085 version = "v2.3.1",
5086 )
5087 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005088 name = "com_github_thecodeteam_goscaleio",
5089 importpath = "github.com/thecodeteam/goscaleio",
5090 sum = "h1:SB5tO98lawC+UK8ds/U2jyfOCH7GTcFztcF5x9gbut4=",
5091 version = "v0.1.0",
5092 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005093 go_repository(
5094 name = "com_github_tidwall_btree",
5095 importpath = "github.com/tidwall/btree",
5096 sum = "h1:5P+9WU8ui5uhmcg3SoPyTwoI0mVyZ1nps7YQzTZFkYM=",
5097 version = "v1.1.0",
5098 )
5099 go_repository(
5100 name = "com_github_tidwall_buntdb",
5101 importpath = "github.com/tidwall/buntdb",
5102 sum = "h1:8KOzf5Gg97DoCMSOgcwZjnM0FfROtq0fcZkPW54oGKU=",
5103 version = "v1.2.0",
5104 )
5105 go_repository(
5106 name = "com_github_tidwall_gjson",
5107 importpath = "github.com/tidwall/gjson",
5108 sum = "h1:ikuZsLdhr8Ws0IdROXUS1Gi4v9Z4pGqpX/CvJkxvfpo=",
5109 version = "v1.12.1",
5110 )
5111 go_repository(
5112 name = "com_github_tidwall_grect",
5113 importpath = "github.com/tidwall/grect",
5114 sum = "h1:dA3oIgNgWdSspFzn1kS4S/RDpZFLrIxAZOdJKjYapOg=",
5115 version = "v0.1.4",
5116 )
5117 go_repository(
5118 name = "com_github_tidwall_match",
5119 importpath = "github.com/tidwall/match",
5120 sum = "h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=",
5121 version = "v1.1.1",
5122 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005123 go_repository(
5124 name = "com_github_tidwall_pretty",
5125 importpath = "github.com/tidwall/pretty",
Lorenz Brun6f852d52022-06-28 12:50:25 +00005126 sum = "h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=",
5127 version = "v1.2.0",
5128 )
5129 go_repository(
5130 name = "com_github_tidwall_rtred",
5131 importpath = "github.com/tidwall/rtred",
5132 sum = "h1:exmoQtOLvDoO8ud++6LwVsAMTu0KPzLTUrMln8u1yu8=",
5133 version = "v0.1.2",
5134 )
5135 go_repository(
5136 name = "com_github_tidwall_tinyqueue",
5137 importpath = "github.com/tidwall/tinyqueue",
5138 sum = "h1:SpNEvEggbpyN5DIReaJ2/1ndroY8iyEGxPYxoSaymYE=",
5139 version = "v0.1.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005140 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005141 go_repository(
5142 name = "com_github_tinylib_msgp",
5143 importpath = "github.com/tinylib/msgp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005144 sum = "h1:FCXC1xanKO4I8plpHGH2P7koL/RzZs12l/+r7vakfm0=",
5145 version = "v1.1.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005146 )
5147 go_repository(
5148 name = "com_github_tj_assert",
5149 importpath = "github.com/tj/assert",
5150 sum = "h1:Rw8kxzWo1mr6FSaYXjQELRe88y2KdfynXdnK72rdjtA=",
5151 version = "v0.0.0-20171129193455-018094318fb0",
5152 )
5153 go_repository(
5154 name = "com_github_tj_go_elastic",
5155 importpath = "github.com/tj/go-elastic",
5156 sum = "h1:eGaGNxrtoZf/mBURsnNQKDR7u50Klgcf2eFDQEnc8Bc=",
5157 version = "v0.0.0-20171221160941-36157cbbebc2",
5158 )
5159 go_repository(
5160 name = "com_github_tj_go_kinesis",
5161 importpath = "github.com/tj/go-kinesis",
5162 sum = "h1:m74UWYy+HBs+jMFR9mdZU6shPewugMyH5+GV6LNgW8w=",
5163 version = "v0.0.0-20171128231115-08b17f58cb1b",
5164 )
5165 go_repository(
5166 name = "com_github_tj_go_spin",
5167 importpath = "github.com/tj/go-spin",
5168 sum = "h1:lhdWZsvImxvZ3q1C5OIB7d72DuOwP4O2NdBg9PyzNds=",
5169 version = "v1.1.0",
5170 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005171 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005172 name = "com_github_tmc_grpc_websocket_proxy",
5173 importpath = "github.com/tmc/grpc-websocket-proxy",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005174 sum = "h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=",
5175 version = "v0.0.0-20220101234140-673ab2c3ae75",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005176 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005177 go_repository(
5178 name = "com_github_tmthrgd_go_hex",
5179 importpath = "github.com/tmthrgd/go-hex",
5180 sum = "h1:9lRDQMhESg+zvGYmW5DyG0UqvY96Bu5QYsTLvCHdrgo=",
5181 version = "v0.0.0-20190904060850-447a3041c3bc",
5182 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005183 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005184 name = "com_github_tomasen_realip",
5185 importpath = "github.com/tomasen/realip",
5186 sum = "h1:fb190+cK2Xz/dvi9Hv8eCYJYvIGUTN2/KLq1pT6CjEc=",
5187 version = "v0.0.0-20180522021738-f0c99a92ddce",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005188 )
5189 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005190 name = "com_github_tsenart_deadcode",
5191 importpath = "github.com/tsenart/deadcode",
5192 sum = "h1:vY5WqiEon0ZSTGM3ayVVi+twaHKHDFUVloaQ/wug9/c=",
5193 version = "v0.0.0-20160724212837-210d2dc333e9",
5194 )
5195 go_repository(
5196 name = "com_github_tv42_httpunix",
5197 importpath = "github.com/tv42/httpunix",
5198 sum = "h1:u6SKchux2yDvFQnDHS3lPnIRmfVJ5Sxy3ao2SIdysLQ=",
5199 version = "v0.0.0-20191220191345-2ba4b9c3382c",
5200 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005201 go_repository(
5202 name = "com_github_twitchtv_twirp",
5203 importpath = "github.com/twitchtv/twirp",
5204 sum = "h1:s5WnVKMhC4Xz1jOfNAqTg85iguOWAvsrCJoPiezlLFA=",
5205 version = "v8.1.1+incompatible",
5206 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005207 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005208 name = "com_github_twitchyliquid64_golang_asm",
5209 importpath = "github.com/twitchyliquid64/golang-asm",
5210 sum = "h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=",
5211 version = "v0.15.1",
5212 )
5213 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005214 name = "com_github_u_root_uio",
5215 importpath = "github.com/u-root/uio",
Tim Windelschmidt538d3092023-11-16 07:59:55 +01005216 sum = "h1:tHNk7XK9GkmKUR6Gh8gVBKXc2MVSZ4G/NnWLtzw4gNA=",
5217 version = "v0.0.0-20230220225925-ffce2a382923",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005218 )
5219 go_repository(
5220 name = "com_github_ugorji_go",
5221 importpath = "github.com/ugorji/go",
5222 sum = "h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=",
5223 version = "v1.1.7",
5224 )
5225 go_repository(
5226 name = "com_github_ugorji_go_codec",
5227 importpath = "github.com/ugorji/go/codec",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005228 sum = "h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=",
5229 version = "v1.2.11",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005230 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005231 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02005232 name = "com_github_ulikunitz_xz",
5233 importpath = "github.com/ulikunitz/xz",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005234 sum = "h1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4=",
5235 version = "v0.5.7",
Lorenz Brun57479bb2021-10-26 14:01:06 +02005236 )
5237 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005238 name = "com_github_urfave_cli",
5239 importpath = "github.com/urfave/cli",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005240 sum = "h1:igJgVw1JdKH+trcLWLeLwZjU9fEfPesQ+9/e4MQ44S8=",
5241 version = "v1.22.12",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02005242 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005243 go_repository(
5244 name = "com_github_urfave_negroni",
5245 importpath = "github.com/urfave/negroni",
5246 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=",
5247 version = "v1.0.0",
5248 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005249 go_repository(
5250 name = "com_github_valyala_bytebufferpool",
5251 importpath = "github.com/valyala/bytebufferpool",
5252 sum = "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=",
5253 version = "v1.0.0",
5254 )
5255 go_repository(
5256 name = "com_github_valyala_fasthttp",
5257 importpath = "github.com/valyala/fasthttp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005258 sum = "h1:zPkkzpIn8tdHZUrVa6PzYd0i5verqiPSkgTd3bSUcpA=",
5259 version = "v1.45.0",
Lorenz Brun6f852d52022-06-28 12:50:25 +00005260 )
5261 go_repository(
5262 name = "com_github_valyala_fasttemplate",
5263 importpath = "github.com/valyala/fasttemplate",
5264 sum = "h1:TVEnxayobAdVkhQfrfes2IzOB6o+z4roRkPF52WA1u4=",
5265 version = "v1.2.1",
5266 )
5267 go_repository(
5268 name = "com_github_valyala_tcplisten",
5269 importpath = "github.com/valyala/tcplisten",
5270 sum = "h1:rBHj/Xf+E1tRGZyWIWwJDiRY0zc1Js+CV5DqwacVSA8=",
5271 version = "v1.0.0",
5272 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005273 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005274 name = "com_github_vbatts_tar_split",
5275 importpath = "github.com/vbatts/tar-split",
5276 sum = "h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlIME=",
5277 version = "v0.11.2",
5278 )
5279 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005280 name = "com_github_vektah_gqlparser",
5281 importpath = "github.com/vektah/gqlparser",
5282 sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=",
5283 version = "v1.1.2",
5284 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005285 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005286 name = "com_github_vektah_gqlparser_v2",
5287 importpath = "github.com/vektah/gqlparser/v2",
5288 sum = "h1:C02NsyEsL4TXJB7ndonqTfuQOL4XPIu0aAWugdmTgmc=",
5289 version = "v2.4.5",
5290 )
5291 go_repository(
5292 name = "com_github_veraison_go_cose",
5293 importpath = "github.com/veraison/go-cose",
5294 sum = "h1:4qA7dbFJGvt7gcqv5MCIyCQvN+NpHFPkW7do3EeDLb8=",
5295 version = "v1.0.0-rc.1",
5296 )
5297 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005298 name = "com_github_vishvananda_netlink",
5299 importpath = "github.com/vishvananda/netlink",
Lorenz Brund8290c82023-03-06 18:31:49 +01005300 patch_args = ["-p1"],
5301 patches = [
5302 # Going upstream as https://github.com/vishvananda/netlink/pull/850
5303 "//third_party/go/patches:netlink-permhwaddr.patch",
Lorenz Brun4c825322023-04-11 13:25:14 +02005304 "//third_party/go/patches:netlink-use-rtm_setlink.patch",
Lorenz Brund8290c82023-03-06 18:31:49 +01005305 ],
Tim Windelschmidte00a89d2023-03-14 13:24:11 +01005306 replace = "github.com/monogon-dev/netlink",
5307 sum = "h1:y05BDqZ6q3if6pYBHJcnQRUd92ihzBEJde/S4fpKEAM=",
5308 version = "v0.0.0-20230125113930-88977c3ff4b3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005309 )
5310 go_repository(
5311 name = "com_github_vishvananda_netns",
5312 importpath = "github.com/vishvananda/netns",
Tim Windelschmidt5d556ca2024-02-08 07:39:30 +01005313 sum = "h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=",
5314 version = "v0.0.4",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01005315 )
5316 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005317 name = "com_github_vividcortex_gohistogram",
5318 importpath = "github.com/VividCortex/gohistogram",
5319 sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=",
5320 version = "v1.0.0",
5321 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005322 go_repository(
5323 name = "com_github_vmihailenco_bufpool",
5324 importpath = "github.com/vmihailenco/bufpool",
5325 sum = "h1:gOq2WmBrq0i2yW5QJ16ykccQ4wH9UyEsgLm6czKAd94=",
5326 version = "v0.1.11",
5327 )
5328 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00005329 name = "com_github_vmihailenco_msgpack_v5",
5330 importpath = "github.com/vmihailenco/msgpack/v5",
5331 sum = "h1:qMKAwOV+meBw2Y8k9cVwAy7qErtYCwBzZ2ellBfvnqc=",
5332 version = "v5.3.4",
5333 )
5334 go_repository(
5335 name = "com_github_vmihailenco_tagparser",
5336 importpath = "github.com/vmihailenco/tagparser",
5337 sum = "h1:gnjoVuB/kljJ5wICEEOpx98oXMWPLj22G67Vbd1qPqc=",
5338 version = "v0.1.2",
5339 )
5340 go_repository(
5341 name = "com_github_vmihailenco_tagparser_v2",
5342 importpath = "github.com/vmihailenco/tagparser/v2",
5343 sum = "h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=",
5344 version = "v2.0.0",
5345 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005346 go_repository(
5347 name = "com_github_vmware_govmomi",
5348 importpath = "github.com/vmware/govmomi",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005349 sum = "h1:O3tjSwQBy0XwI5uK1/yVIfQ1LP9bAECEDUfifnyGs9U=",
5350 version = "v0.30.6",
5351 )
5352 go_repository(
5353 name = "com_github_vmware_vmw_guestinfo",
5354 importpath = "github.com/vmware/vmw-guestinfo",
5355 sum = "h1:sH9mEk+flyDxiUa5BuPiuhDETMbzrt9A20I2wktMvRQ=",
5356 version = "v0.0.0-20170707015358-25eff159a728",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005357 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005358 go_repository(
Serge Bazanskif12bedf2021-01-15 16:58:50 +01005359 name = "com_github_willf_bitset",
5360 importpath = "github.com/willf/bitset",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01005361 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005362 version = "v1.1.11",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005363 )
5364 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005365 name = "com_github_x448_float16",
5366 importpath = "github.com/x448/float16",
5367 sum = "h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=",
5368 version = "v0.8.4",
5369 )
5370 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005371 name = "com_github_xanzy_go_gitlab",
5372 importpath = "github.com/xanzy/go-gitlab",
5373 sum = "h1:+nHztQuCXGSMluKe5Q9IRaPdz6tO8O0gMkQ0vqGpiBk=",
5374 version = "v0.31.0",
5375 )
5376 go_repository(
5377 name = "com_github_xanzy_ssh_agent",
5378 importpath = "github.com/xanzy/ssh-agent",
5379 sum = "h1:TCbipTQL2JiiCprBWx9frJ2eJlCYT00NmctrHxVAr70=",
5380 version = "v0.2.1",
5381 )
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02005382 go_repository(
5383 name = "com_github_xdg_go_pbkdf2",
5384 importpath = "github.com/xdg-go/pbkdf2",
5385 sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=",
5386 version = "v1.0.0",
5387 )
5388 go_repository(
5389 name = "com_github_xdg_go_scram",
5390 importpath = "github.com/xdg-go/scram",
5391 sum = "h1:akYIkZ28e6A96dkWNJQu3nmCzH3YfwMPQExUYDaRv7w=",
5392 version = "v1.0.2",
5393 )
5394 go_repository(
5395 name = "com_github_xdg_go_stringprep",
5396 importpath = "github.com/xdg-go/stringprep",
5397 sum = "h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=",
5398 version = "v1.0.2",
5399 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005400 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005401 name = "com_github_xeipuuv_gojsonpointer",
5402 importpath = "github.com/xeipuuv/gojsonpointer",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005403 sum = "h1:zGWFAtiMcyryUHoUjUJX0/lt1H2+i2Ka2n+D3DImSNo=",
5404 version = "v0.0.0-20190905194746-02993c407bfb",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005405 )
5406 go_repository(
5407 name = "com_github_xeipuuv_gojsonreference",
5408 importpath = "github.com/xeipuuv/gojsonreference",
5409 sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=",
5410 version = "v0.0.0-20180127040603-bd5ef7bd5415",
5411 )
5412 go_repository(
5413 name = "com_github_xeipuuv_gojsonschema",
5414 importpath = "github.com/xeipuuv/gojsonschema",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005415 sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=",
5416 version = "v1.2.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005417 )
5418 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005419 name = "com_github_xhit_go_str2duration",
5420 importpath = "github.com/xhit/go-str2duration",
5421 sum = "h1:BcV5u025cITWxEQKGWr1URRzrcXtu7uk8+luz3Yuhwc=",
5422 version = "v1.2.0",
5423 )
5424 go_repository(
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01005425 name = "com_github_xhit_go_str2duration_v2",
5426 importpath = "github.com/xhit/go-str2duration/v2",
5427 sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=",
5428 version = "v2.1.0",
5429 )
5430 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005431 name = "com_github_xi2_xz",
5432 importpath = "github.com/xi2/xz",
5433 sum = "h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=",
5434 version = "v0.0.0-20171230120015-48954b6210f8",
5435 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005436 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005437 name = "com_github_xiang90_probing",
5438 importpath = "github.com/xiang90/probing",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005439 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005440 version = "v0.0.0-20190116061207-43a291ad63a2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005441 )
5442 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005443 name = "com_github_xlab_treeprint",
5444 importpath = "github.com/xlab/treeprint",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005445 sum = "h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=",
5446 version = "v1.2.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005447 )
5448 go_repository(
5449 name = "com_github_xordataexchange_crypt",
5450 importpath = "github.com/xordataexchange/crypt",
5451 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
5452 version = "v0.0.3-0.20170626215501-b2862e3d0a77",
5453 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005454 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005455 name = "com_github_yalue_native_endian",
5456 importpath = "github.com/yalue/native_endian",
Lorenz Brund13c1c62022-03-30 19:58:58 +02005457 sum = "h1:e4SxBbaCoOOO4E3axd7FSriUhzc1bIzqZGG5jl6Evbg=",
5458 version = "v1.0.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005459 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005460 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005461 name = "com_github_yashtewari_glob_intersection",
5462 importpath = "github.com/yashtewari/glob-intersection",
5463 sum = "h1:6gJvMYQlTDOL3dMsPF6J0+26vwX9MB8/1q3uAdhmTrg=",
5464 version = "v0.1.0",
5465 )
5466 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00005467 name = "com_github_youmark_pkcs8",
5468 importpath = "github.com/youmark/pkcs8",
5469 sum = "h1:splanxYIlg+5LfHAM6xpdFEAYOk8iySO56hMFq6uLyA=",
5470 version = "v0.0.0-20181117223130-1be2e3e5546d",
5471 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005472 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005473 name = "com_github_yuin_goldmark",
5474 importpath = "github.com/yuin/goldmark",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005475 sum = "h1:fVcFKWvrslecOb/tg+Cc05dkeYx540o0FuFt3nUVDoE=",
5476 version = "v1.4.13",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005477 )
5478 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005479 name = "com_github_yvasiyarov_go_metrics",
5480 importpath = "github.com/yvasiyarov/go-metrics",
5481 sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=",
5482 version = "v0.0.0-20140926110328-57bccd1ccd43",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005483 )
5484 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005485 name = "com_github_yvasiyarov_gorelic",
5486 importpath = "github.com/yvasiyarov/gorelic",
5487 sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=",
5488 version = "v0.0.0-20141212073537-a9bba5b9ab50",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005489 )
5490 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02005491 name = "com_github_yvasiyarov_newrelic_platform_go",
5492 importpath = "github.com/yvasiyarov/newrelic_platform_go",
5493 sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=",
5494 version = "v0.0.0-20140908184405-b21fdbd4370f",
5495 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00005496 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005497 name = "com_github_zeebo_assert",
5498 importpath = "github.com/zeebo/assert",
5499 sum = "h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=",
5500 version = "v1.3.0",
5501 )
5502 go_repository(
5503 name = "com_github_zeebo_xxh3",
5504 importpath = "github.com/zeebo/xxh3",
5505 sum = "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=",
5506 version = "v1.0.2",
5507 )
5508 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00005509 name = "com_github_zenazn_goji",
5510 importpath = "github.com/zenazn/goji",
5511 sum = "h1:4lbD8Mx2h7IvloP7r2C0D6ltZP6Ufip8Hn0wmSK5LR8=",
5512 version = "v1.0.1",
5513 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02005514 go_repository(
5515 name = "com_gitlab_nyarla_go_crypt",
5516 importpath = "gitlab.com/nyarla/go-crypt",
5517 sum = "h1:7gd+rd8P3bqcn/96gOZa3F5dpJr/vEiDQYlNb/y2uNs=",
5518 version = "v0.0.0-20160106005555-d9a5dc2b789b",
5519 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02005520 go_repository(
5521 name = "com_google_cloud_go",
5522 importpath = "cloud.google.com/go",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005523 sum = "h1:rJyC7nWRg2jWGZ4wSJ5nY65GTdYJkg0cd/uXb+ACI6o=",
5524 version = "v0.110.7",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005525 )
5526 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005527 name = "com_google_cloud_go_accessapproval",
5528 importpath = "cloud.google.com/go/accessapproval",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005529 sum = "h1:/5YjNhR6lzCvmJZAnByYkfEgWjfAKwYP6nkuTk6nKFE=",
5530 version = "v1.7.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005531 )
5532 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005533 name = "com_google_cloud_go_accesscontextmanager",
5534 importpath = "cloud.google.com/go/accesscontextmanager",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005535 sum = "h1:WIAt9lW9AXtqw/bnvrEUaE8VG/7bAAeMzRCBGMkc4+w=",
5536 version = "v1.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005537 )
5538 go_repository(
5539 name = "com_google_cloud_go_aiplatform",
5540 importpath = "cloud.google.com/go/aiplatform",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005541 sum = "h1:M5davZWCTzE043rJCn+ZLW6hSxfG1KAx4vJTtas2/ec=",
5542 version = "v1.48.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005543 )
5544 go_repository(
5545 name = "com_google_cloud_go_analytics",
5546 importpath = "cloud.google.com/go/analytics",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005547 sum = "h1:TFBC1ZAqX9/jL56GEXdLrVe5vT3I22bDVWyDwZX4IEg=",
5548 version = "v0.21.3",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005549 )
5550 go_repository(
5551 name = "com_google_cloud_go_apigateway",
5552 importpath = "cloud.google.com/go/apigateway",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005553 sum = "h1:aBSwCQPcp9rZ0zVEUeJbR623palnqtvxJlUyvzsKGQc=",
5554 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005555 )
5556 go_repository(
5557 name = "com_google_cloud_go_apigeeconnect",
5558 importpath = "cloud.google.com/go/apigeeconnect",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005559 sum = "h1:6u/jj0P2c3Mcm+H9qLsXI7gYcTiG9ueyQL3n6vCmFJM=",
5560 version = "v1.6.1",
5561 )
5562 go_repository(
5563 name = "com_google_cloud_go_apigeeregistry",
5564 importpath = "cloud.google.com/go/apigeeregistry",
5565 sum = "h1:hgq0ANLDx7t2FDZDJQrCMtCtddR/pjCqVuvQWGrQbXw=",
5566 version = "v0.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005567 )
5568 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005569 name = "com_google_cloud_go_apikeys",
5570 importpath = "cloud.google.com/go/apikeys",
5571 sum = "h1:B9CdHFZTFjVti89tmyXXrO+7vSNo2jvZuHG8zD5trdQ=",
5572 version = "v0.6.0",
5573 )
5574 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005575 name = "com_google_cloud_go_appengine",
5576 importpath = "cloud.google.com/go/appengine",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005577 sum = "h1:J+aaUZ6IbTpBegXbmEsh8qZZy864ZVnOoWyfa1XSNbI=",
5578 version = "v1.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005579 )
5580 go_repository(
5581 name = "com_google_cloud_go_area120",
5582 importpath = "cloud.google.com/go/area120",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005583 sum = "h1:wiOq3KDpdqXmaHzvZwKdpoM+3lDcqsI2Lwhyac7stss=",
5584 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005585 )
5586 go_repository(
5587 name = "com_google_cloud_go_artifactregistry",
5588 importpath = "cloud.google.com/go/artifactregistry",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005589 sum = "h1:k6hNqab2CubhWlGcSzunJ7kfxC7UzpAfQ1UPb9PDCKI=",
5590 version = "v1.14.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005591 )
5592 go_repository(
5593 name = "com_google_cloud_go_asset",
5594 importpath = "cloud.google.com/go/asset",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005595 sum = "h1:vlHdznX70eYW4V1y1PxocvF6tEwxJTTarwIGwOhFF3U=",
5596 version = "v1.14.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005597 )
5598 go_repository(
5599 name = "com_google_cloud_go_assuredworkloads",
5600 importpath = "cloud.google.com/go/assuredworkloads",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005601 sum = "h1:yaO0kwS+SnhVSTF7BqTyVGt3DTocI6Jqo+S3hHmCwNk=",
5602 version = "v1.11.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005603 )
5604 go_repository(
5605 name = "com_google_cloud_go_automl",
5606 importpath = "cloud.google.com/go/automl",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005607 sum = "h1:iP9iQurb0qbz+YOOMfKSEjhONA/WcoOIjt6/m+6pIgo=",
5608 version = "v1.13.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005609 )
5610 go_repository(
5611 name = "com_google_cloud_go_baremetalsolution",
5612 importpath = "cloud.google.com/go/baremetalsolution",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005613 sum = "h1:0Ge9PQAy6cZ1tRrkc44UVgYV15nw2TVnzJzYsMHXF+E=",
5614 version = "v1.1.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005615 )
5616 go_repository(
5617 name = "com_google_cloud_go_batch",
5618 importpath = "cloud.google.com/go/batch",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005619 sum = "h1:uE0Q//W7FOGPjf7nuPiP0zoE8wOT3ngoIO2HIet0ilY=",
5620 version = "v1.3.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005621 )
5622 go_repository(
5623 name = "com_google_cloud_go_beyondcorp",
5624 importpath = "cloud.google.com/go/beyondcorp",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005625 sum = "h1:VPg+fZXULQjs8LiMeWdLaB5oe8G9sEoZ0I0j6IMiG1Q=",
5626 version = "v1.0.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005627 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005628 go_repository(
5629 name = "com_google_cloud_go_bigquery",
5630 importpath = "cloud.google.com/go/bigquery",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005631 sum = "h1:K3wLbjbnSlxhuG5q4pntHv5AEbQM1QqHKGYgwFIqOTg=",
5632 version = "v1.53.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005633 )
5634 go_repository(
5635 name = "com_google_cloud_go_billing",
5636 importpath = "cloud.google.com/go/billing",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005637 sum = "h1:1iktEAIZ2uA6KpebC235zi/rCXDdDYQ0bTXTNetSL80=",
5638 version = "v1.16.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005639 )
5640 go_repository(
5641 name = "com_google_cloud_go_binaryauthorization",
5642 importpath = "cloud.google.com/go/binaryauthorization",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005643 sum = "h1:cAkOhf1ic92zEN4U1zRoSupTmwmxHfklcp1X7CCBKvE=",
5644 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005645 )
5646 go_repository(
5647 name = "com_google_cloud_go_certificatemanager",
5648 importpath = "cloud.google.com/go/certificatemanager",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005649 sum = "h1:uKsohpE0hiobx1Eak9jNcPCznwfB6gvyQCcS28Ah9E8=",
5650 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005651 )
5652 go_repository(
5653 name = "com_google_cloud_go_channel",
5654 importpath = "cloud.google.com/go/channel",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005655 sum = "h1:dqRkK2k7Ll/HHeYGxv18RrfhozNxuTJRkspW0iaFZoY=",
5656 version = "v1.16.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005657 )
5658 go_repository(
5659 name = "com_google_cloud_go_cloudbuild",
5660 importpath = "cloud.google.com/go/cloudbuild",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005661 sum = "h1:YBbAWcvE4x6xPWTyS+OU4eiUpz5rCS3VCM/aqmfddPA=",
5662 version = "v1.13.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005663 )
5664 go_repository(
5665 name = "com_google_cloud_go_clouddms",
5666 importpath = "cloud.google.com/go/clouddms",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005667 sum = "h1:rjR1nV6oVf2aNNB7B5uz1PDIlBjlOiBgR+q5n7bbB7M=",
5668 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005669 )
5670 go_repository(
5671 name = "com_google_cloud_go_cloudtasks",
5672 importpath = "cloud.google.com/go/cloudtasks",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005673 sum = "h1:cMh9Q6dkvh+Ry5LAPbD/U2aw6KAqdiU6FttwhbTo69w=",
5674 version = "v1.12.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005675 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005676 go_repository(
5677 name = "com_google_cloud_go_compute",
5678 importpath = "cloud.google.com/go/compute",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005679 sum = "h1:tP41Zoavr8ptEqaW6j+LQOnyBBhO7OkOMAGrgLopTwY=",
5680 version = "v1.23.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005681 )
5682 go_repository(
5683 name = "com_google_cloud_go_compute_metadata",
5684 importpath = "cloud.google.com/go/compute/metadata",
5685 sum = "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=",
5686 version = "v0.2.3",
5687 )
5688 go_repository(
5689 name = "com_google_cloud_go_contactcenterinsights",
5690 importpath = "cloud.google.com/go/contactcenterinsights",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005691 sum = "h1:YR2aPedGVQPpFBZXJnPkqRj8M//8veIZZH5ZvICoXnI=",
5692 version = "v1.10.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005693 )
5694 go_repository(
5695 name = "com_google_cloud_go_container",
5696 importpath = "cloud.google.com/go/container",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005697 sum = "h1:N51t/cgQJFqDD/W7Mb+IvmAPHrf8AbPx7Bb7aF4lROE=",
5698 version = "v1.24.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005699 )
5700 go_repository(
5701 name = "com_google_cloud_go_containeranalysis",
5702 importpath = "cloud.google.com/go/containeranalysis",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005703 sum = "h1:SM/ibWHWp4TYyJMwrILtcBtYKObyupwOVeceI9pNblw=",
5704 version = "v0.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005705 )
5706 go_repository(
5707 name = "com_google_cloud_go_datacatalog",
5708 importpath = "cloud.google.com/go/datacatalog",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005709 sum = "h1:qVeQcw1Cz93/cGu2E7TYUPh8Lz5dn5Ws2siIuQ17Vng=",
5710 version = "v1.16.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005711 )
5712 go_repository(
5713 name = "com_google_cloud_go_dataflow",
5714 importpath = "cloud.google.com/go/dataflow",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005715 sum = "h1:VzG2tqsk/HbmOtq/XSfdF4cBvUWRK+S+oL9k4eWkENQ=",
5716 version = "v0.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005717 )
5718 go_repository(
5719 name = "com_google_cloud_go_dataform",
5720 importpath = "cloud.google.com/go/dataform",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005721 sum = "h1:xcWso0hKOoxeW72AjBSIp/UfkvpqHNzzS0/oygHlcqY=",
5722 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005723 )
5724 go_repository(
5725 name = "com_google_cloud_go_datafusion",
5726 importpath = "cloud.google.com/go/datafusion",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005727 sum = "h1:eX9CZoyhKQW6g1Xj7+RONeDj1mV8KQDKEB9KLELX9/8=",
5728 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005729 )
5730 go_repository(
5731 name = "com_google_cloud_go_datalabeling",
5732 importpath = "cloud.google.com/go/datalabeling",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005733 sum = "h1:zxsCD/BLKXhNuRssen8lVXChUj8VxF3ofN06JfdWOXw=",
5734 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005735 )
5736 go_repository(
5737 name = "com_google_cloud_go_dataplex",
5738 importpath = "cloud.google.com/go/dataplex",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005739 sum = "h1:yoBWuuUZklYp7nx26evIhzq8+i/nvKYuZr1jka9EqLs=",
5740 version = "v1.9.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005741 )
5742 go_repository(
5743 name = "com_google_cloud_go_dataproc",
5744 importpath = "cloud.google.com/go/dataproc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005745 sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=",
5746 version = "v1.12.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005747 )
5748 go_repository(
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005749 name = "com_google_cloud_go_dataproc_v2",
5750 importpath = "cloud.google.com/go/dataproc/v2",
5751 sum = "h1:4OpSiPMMGV3XmtPqskBU/RwYpj3yMFjtMLj/exi425Q=",
5752 version = "v2.0.1",
5753 )
5754 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005755 name = "com_google_cloud_go_dataqna",
5756 importpath = "cloud.google.com/go/dataqna",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005757 sum = "h1:ITpUJep04hC9V7C+gcK390HO++xesQFSUJ7S4nSnF3U=",
5758 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005759 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005760 go_repository(
5761 name = "com_google_cloud_go_datastore",
5762 importpath = "cloud.google.com/go/datastore",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005763 sum = "h1:ktbC66bOQB3HJPQe8qNI1/aiQ77PMu7hD4mzE6uxe3w=",
5764 version = "v1.13.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005765 )
5766 go_repository(
5767 name = "com_google_cloud_go_datastream",
5768 importpath = "cloud.google.com/go/datastream",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005769 sum = "h1:ra/+jMv36zTAGPfi8TRne1hXme+UsKtdcK4j6bnqQiw=",
5770 version = "v1.10.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005771 )
5772 go_repository(
5773 name = "com_google_cloud_go_deploy",
5774 importpath = "cloud.google.com/go/deploy",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005775 sum = "h1:A+w/xpWgz99EYzB6e31gMGAI/P5jTZ2UO7veQK5jQ8o=",
5776 version = "v1.13.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005777 )
5778 go_repository(
5779 name = "com_google_cloud_go_dialogflow",
5780 importpath = "cloud.google.com/go/dialogflow",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005781 sum = "h1:sCJbaXt6ogSbxWQnERKAzos57f02PP6WkGbOZvXUdwc=",
5782 version = "v1.40.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005783 )
5784 go_repository(
5785 name = "com_google_cloud_go_dlp",
5786 importpath = "cloud.google.com/go/dlp",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005787 sum = "h1:tF3wsJ2QulRhRLWPzWVkeDz3FkOGVoMl6cmDUHtfYxw=",
5788 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005789 )
5790 go_repository(
5791 name = "com_google_cloud_go_documentai",
5792 importpath = "cloud.google.com/go/documentai",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005793 sum = "h1:dW8ex9yb3oT9s1yD2+yLcU8Zq15AquRZ+wd0U+TkxFw=",
5794 version = "v1.22.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005795 )
5796 go_repository(
5797 name = "com_google_cloud_go_domains",
5798 importpath = "cloud.google.com/go/domains",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005799 sum = "h1:rqz6KY7mEg7Zs/69U6m6LMbB7PxFDWmT3QWNXIqhHm0=",
5800 version = "v0.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005801 )
5802 go_repository(
5803 name = "com_google_cloud_go_edgecontainer",
5804 importpath = "cloud.google.com/go/edgecontainer",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005805 sum = "h1:zhHWnLzg6AqzE+I3gzJqiIwHfjEBhWctNQEzqb+FaRo=",
5806 version = "v1.1.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005807 )
5808 go_repository(
5809 name = "com_google_cloud_go_errorreporting",
5810 importpath = "cloud.google.com/go/errorreporting",
5811 sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=",
5812 version = "v0.3.0",
5813 )
5814 go_repository(
5815 name = "com_google_cloud_go_essentialcontacts",
5816 importpath = "cloud.google.com/go/essentialcontacts",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005817 sum = "h1:OEJ0MLXXCW/tX1fkxzEZOsv/wRfyFsvDVNaHWBAvoV0=",
5818 version = "v1.6.2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005819 )
5820 go_repository(
5821 name = "com_google_cloud_go_eventarc",
5822 importpath = "cloud.google.com/go/eventarc",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005823 sum = "h1:xIP3XZi0Xawx8DEfh++mE2lrIi5kQmCr/KcWhJ1q0J4=",
5824 version = "v1.13.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005825 )
5826 go_repository(
5827 name = "com_google_cloud_go_filestore",
5828 importpath = "cloud.google.com/go/filestore",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005829 sum = "h1:Eiz8xZzMJc5ppBWkuaod/PUdUZGCFR8ku0uS+Ah2fRw=",
5830 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005831 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005832 go_repository(
5833 name = "com_google_cloud_go_firestore",
5834 importpath = "cloud.google.com/go/firestore",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005835 sum = "h1:aeEA/N7DW7+l2u5jtkO8I0qv0D95YwjggD8kUHrTHO4=",
5836 version = "v1.12.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005837 )
5838 go_repository(
5839 name = "com_google_cloud_go_functions",
5840 importpath = "cloud.google.com/go/functions",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005841 sum = "h1:LtAyqvO1TFmNLcROzHZhV0agEJfBi+zfMZsF4RT/a7U=",
5842 version = "v1.15.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005843 )
5844 go_repository(
5845 name = "com_google_cloud_go_gaming",
5846 importpath = "cloud.google.com/go/gaming",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01005847 sum = "h1:7vEhFnZmd931Mo7sZ6pJy7uQPDxF7m7v8xtBheG08tc=",
5848 version = "v1.9.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005849 )
5850 go_repository(
5851 name = "com_google_cloud_go_gkebackup",
5852 importpath = "cloud.google.com/go/gkebackup",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005853 sum = "h1:lgyrpdhtJKV7l1GM15YFt+OCyHMxsQZuSydyNmS0Pxo=",
5854 version = "v1.3.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005855 )
5856 go_repository(
5857 name = "com_google_cloud_go_gkeconnect",
5858 importpath = "cloud.google.com/go/gkeconnect",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005859 sum = "h1:a1ckRvVznnuvDWESM2zZDzSVFvggeBaVY5+BVB8tbT0=",
5860 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005861 )
5862 go_repository(
5863 name = "com_google_cloud_go_gkehub",
5864 importpath = "cloud.google.com/go/gkehub",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005865 sum = "h1:2BLSb8i+Co1P05IYCKATXy5yaaIw/ZqGvVSBTLdzCQo=",
5866 version = "v0.14.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005867 )
5868 go_repository(
5869 name = "com_google_cloud_go_gkemulticloud",
5870 importpath = "cloud.google.com/go/gkemulticloud",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005871 sum = "h1:MluqhtPVZReoriP5+adGIw+ij/RIeRik8KApCW2WMTw=",
5872 version = "v1.0.0",
5873 )
5874 go_repository(
5875 name = "com_google_cloud_go_grafeas",
5876 importpath = "cloud.google.com/go/grafeas",
5877 sum = "h1:CYjC+xzdPvbV65gi6Dr4YowKcmLo045pm18L0DhdELM=",
5878 version = "v0.2.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005879 )
5880 go_repository(
5881 name = "com_google_cloud_go_gsuiteaddons",
5882 importpath = "cloud.google.com/go/gsuiteaddons",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005883 sum = "h1:mi9jxZpzVjLQibTS/XfPZvl+Jr6D5Bs8pGqUjllRb00=",
5884 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005885 )
5886 go_repository(
5887 name = "com_google_cloud_go_iam",
5888 importpath = "cloud.google.com/go/iam",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005889 sum = "h1:lW7fzj15aVIXYHREOqjRBV9PsH0Z6u8Y46a1YGvQP4Y=",
5890 version = "v1.1.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005891 )
5892 go_repository(
5893 name = "com_google_cloud_go_iap",
5894 importpath = "cloud.google.com/go/iap",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005895 sum = "h1:X1tcp+EoJ/LGX6cUPt3W2D4H2Kbqq0pLAsldnsCjLlE=",
5896 version = "v1.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005897 )
5898 go_repository(
5899 name = "com_google_cloud_go_ids",
5900 importpath = "cloud.google.com/go/ids",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005901 sum = "h1:khXYmSoDDhWGEVxHl4c4IgbwSRR+qE/L4hzP3vaU9Hc=",
5902 version = "v1.4.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005903 )
5904 go_repository(
5905 name = "com_google_cloud_go_iot",
5906 importpath = "cloud.google.com/go/iot",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005907 sum = "h1:yrH0OSmicD5bqGBoMlWG8UltzdLkYzNUwNVUVz7OT54=",
5908 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005909 )
5910 go_repository(
5911 name = "com_google_cloud_go_kms",
5912 importpath = "cloud.google.com/go/kms",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005913 sum = "h1:xYl5WEaSekKYN5gGRyhjvZKM22GVBBCzegGNVPy+aIs=",
5914 version = "v1.15.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005915 )
5916 go_repository(
5917 name = "com_google_cloud_go_language",
5918 importpath = "cloud.google.com/go/language",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005919 sum = "h1:3MXeGEv8AlX+O2LyV4pO4NGpodanc26AmXwOuipEym0=",
5920 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005921 )
5922 go_repository(
5923 name = "com_google_cloud_go_lifesciences",
5924 importpath = "cloud.google.com/go/lifesciences",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005925 sum = "h1:axkANGx1wiBXHiPcJZAE+TDjjYoJRIDzbHC/WYllCBU=",
5926 version = "v0.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005927 )
5928 go_repository(
5929 name = "com_google_cloud_go_logging",
5930 importpath = "cloud.google.com/go/logging",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005931 sum = "h1:CJYxlNNNNAMkHp9em/YEXcfJg+rPDg7YfwoRpMU+t5I=",
5932 version = "v1.7.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005933 )
5934 go_repository(
5935 name = "com_google_cloud_go_longrunning",
5936 importpath = "cloud.google.com/go/longrunning",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005937 sum = "h1:Fr7TXftcqTudoyRJa113hyaqlGdiBQkp0Gq7tErFDWI=",
5938 version = "v0.5.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005939 )
5940 go_repository(
5941 name = "com_google_cloud_go_managedidentities",
5942 importpath = "cloud.google.com/go/managedidentities",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005943 sum = "h1:2/qZuOeLgUHorSdxSQGtnOu9xQkBn37+j+oZQv/KHJY=",
5944 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005945 )
5946 go_repository(
5947 name = "com_google_cloud_go_maps",
5948 importpath = "cloud.google.com/go/maps",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005949 sum = "h1:PdfgpBLhAoSzZrQXP+/zBc78fIPLZSJp5y8+qSMn2UU=",
5950 version = "v1.4.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005951 )
5952 go_repository(
5953 name = "com_google_cloud_go_mediatranslation",
5954 importpath = "cloud.google.com/go/mediatranslation",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005955 sum = "h1:50cF7c1l3BanfKrpnTCaTvhf+Fo6kdF21DG0byG7gYU=",
5956 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005957 )
5958 go_repository(
5959 name = "com_google_cloud_go_memcache",
5960 importpath = "cloud.google.com/go/memcache",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005961 sum = "h1:7lkLsF0QF+Mre0O/NvkD9Q5utUNwtzvIYjrOLOs0HO0=",
5962 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005963 )
5964 go_repository(
5965 name = "com_google_cloud_go_metastore",
5966 importpath = "cloud.google.com/go/metastore",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005967 sum = "h1:+9DsxUOHvsqvC0ylrRc/JwzbXJaaBpfIK3tX0Lx8Tcc=",
5968 version = "v1.12.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005969 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005970 go_repository(
5971 name = "com_google_cloud_go_monitoring",
5972 importpath = "cloud.google.com/go/monitoring",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005973 sum = "h1:65JhLMd+JiYnXr6j5Z63dUYCuOg770p8a/VC+gil/58=",
5974 version = "v1.15.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005975 )
5976 go_repository(
5977 name = "com_google_cloud_go_networkconnectivity",
5978 importpath = "cloud.google.com/go/networkconnectivity",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005979 sum = "h1:LnrYM6lBEeTq+9f2lR4DjBhv31EROSAQi/P5W4Q0AEc=",
5980 version = "v1.12.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005981 )
5982 go_repository(
5983 name = "com_google_cloud_go_networkmanagement",
5984 importpath = "cloud.google.com/go/networkmanagement",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005985 sum = "h1:/3xP37eMxnyvkfLrsm1nv1b2FbMMSAEAOlECTvoeCq4=",
5986 version = "v1.8.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005987 )
5988 go_repository(
5989 name = "com_google_cloud_go_networksecurity",
5990 importpath = "cloud.google.com/go/networksecurity",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005991 sum = "h1:TBLEkMp3AE+6IV/wbIGRNTxnqLXHCTEQWoxRVC18TzY=",
5992 version = "v0.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005993 )
5994 go_repository(
5995 name = "com_google_cloud_go_notebooks",
5996 importpath = "cloud.google.com/go/notebooks",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01005997 sum = "h1:CUqMNEtv4EHFnbogV+yGHQH5iAQLmijOx191innpOcs=",
5998 version = "v1.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02005999 )
6000 go_repository(
6001 name = "com_google_cloud_go_optimization",
6002 importpath = "cloud.google.com/go/optimization",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006003 sum = "h1:pEwOAmO00mxdbesCRSsfj8Sd4rKY9kBrYW7Vd3Pq7cA=",
6004 version = "v1.4.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006005 )
6006 go_repository(
6007 name = "com_google_cloud_go_orchestration",
6008 importpath = "cloud.google.com/go/orchestration",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006009 sum = "h1:KmN18kE/xa1n91cM5jhCh7s1/UfIguSCisw7nTMUzgE=",
6010 version = "v1.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006011 )
6012 go_repository(
6013 name = "com_google_cloud_go_orgpolicy",
6014 importpath = "cloud.google.com/go/orgpolicy",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006015 sum = "h1:I/7dHICQkNwym9erHqmlb50LRU588NPCvkfIY0Bx9jI=",
6016 version = "v1.11.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006017 )
6018 go_repository(
6019 name = "com_google_cloud_go_osconfig",
6020 importpath = "cloud.google.com/go/osconfig",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006021 sum = "h1:dgyEHdfqML6cUW6/MkihNdTVc0INQst0qSE8Ou1ub9c=",
6022 version = "v1.12.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006023 )
6024 go_repository(
6025 name = "com_google_cloud_go_oslogin",
6026 importpath = "cloud.google.com/go/oslogin",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006027 sum = "h1:LdSuG3xBYu2Sgr3jTUULL1XCl5QBx6xwzGqzoDUw1j0=",
6028 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006029 )
6030 go_repository(
6031 name = "com_google_cloud_go_phishingprotection",
6032 importpath = "cloud.google.com/go/phishingprotection",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006033 sum = "h1:aK/lNmSd1vtbft/vLe2g7edXK72sIQbqr2QyrZN/iME=",
6034 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006035 )
6036 go_repository(
6037 name = "com_google_cloud_go_policytroubleshooter",
6038 importpath = "cloud.google.com/go/policytroubleshooter",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006039 sum = "h1:XTMHy31yFmXgQg57CB3w9YQX8US7irxDX0Fl0VwlZyY=",
6040 version = "v1.8.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006041 )
6042 go_repository(
6043 name = "com_google_cloud_go_privatecatalog",
6044 importpath = "cloud.google.com/go/privatecatalog",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006045 sum = "h1:B/18xGo+E0EMS9LOEQ0zXz7F2asMgmVgTYGSI89MHOA=",
6046 version = "v0.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006047 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006048 go_repository(
6049 name = "com_google_cloud_go_pubsub",
6050 importpath = "cloud.google.com/go/pubsub",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006051 sum = "h1:6SPCPvWav64tj0sVX/+npCBKhUi/UjJehy9op/V3p2g=",
6052 version = "v1.33.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006053 )
6054 go_repository(
6055 name = "com_google_cloud_go_pubsublite",
6056 importpath = "cloud.google.com/go/pubsublite",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006057 sum = "h1:pX+idpWMIH30/K7c0epN6V703xpIcMXWRjKJsz0tYGY=",
6058 version = "v1.8.1",
6059 )
6060 go_repository(
6061 name = "com_google_cloud_go_recaptchaenterprise",
6062 importpath = "cloud.google.com/go/recaptchaenterprise",
6063 sum = "h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ=",
6064 version = "v1.3.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006065 )
6066 go_repository(
6067 name = "com_google_cloud_go_recaptchaenterprise_v2",
6068 importpath = "cloud.google.com/go/recaptchaenterprise/v2",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006069 sum = "h1:IGkbudobsTXAwmkEYOzPCQPApUCsN4Gbq3ndGVhHQpI=",
6070 version = "v2.7.2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006071 )
6072 go_repository(
6073 name = "com_google_cloud_go_recommendationengine",
6074 importpath = "cloud.google.com/go/recommendationengine",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006075 sum = "h1:nMr1OEVHuDambRn+/y4RmNAmnR/pXCuHtH0Y4tCgGRQ=",
6076 version = "v0.8.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006077 )
6078 go_repository(
6079 name = "com_google_cloud_go_recommender",
6080 importpath = "cloud.google.com/go/recommender",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006081 sum = "h1:UKp94UH5/Lv2WXSQe9+FttqV07x/2p1hFTMMYVFtilg=",
6082 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006083 )
6084 go_repository(
6085 name = "com_google_cloud_go_redis",
6086 importpath = "cloud.google.com/go/redis",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006087 sum = "h1:YrjQnCC7ydk+k30op7DSjSHw1yAYhqYXFcOq1bSXRYA=",
6088 version = "v1.13.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006089 )
6090 go_repository(
6091 name = "com_google_cloud_go_resourcemanager",
6092 importpath = "cloud.google.com/go/resourcemanager",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006093 sum = "h1:QIAMfndPOHR6yTmMUB0ZN+HSeRmPjR/21Smq5/xwghI=",
6094 version = "v1.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006095 )
6096 go_repository(
6097 name = "com_google_cloud_go_resourcesettings",
6098 importpath = "cloud.google.com/go/resourcesettings",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006099 sum = "h1:Fdyq418U69LhvNPFdlEO29w+DRRjwDA4/pFamm4ksAg=",
6100 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006101 )
6102 go_repository(
6103 name = "com_google_cloud_go_retail",
6104 importpath = "cloud.google.com/go/retail",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006105 sum = "h1:gYBrb9u/Hc5s5lUTFXX1Vsbc/9BEvgtioY6ZKaK0DK8=",
6106 version = "v1.14.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006107 )
6108 go_repository(
6109 name = "com_google_cloud_go_run",
6110 importpath = "cloud.google.com/go/run",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006111 sum = "h1:kHeIG8q+N6Zv0nDkBjSOYfK2eWqa5FnaiDPH/7/HirE=",
6112 version = "v1.2.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006113 )
6114 go_repository(
6115 name = "com_google_cloud_go_scheduler",
6116 importpath = "cloud.google.com/go/scheduler",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006117 sum = "h1:yoZbZR8880KgPGLmACOMCiY2tPk+iX4V/dkxqTirlz8=",
6118 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006119 )
6120 go_repository(
6121 name = "com_google_cloud_go_secretmanager",
6122 importpath = "cloud.google.com/go/secretmanager",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006123 sum = "h1:cLTCwAjFh9fKvU6F13Y4L9vPcx9yiWPyWXE4+zkuEQs=",
6124 version = "v1.11.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006125 )
6126 go_repository(
6127 name = "com_google_cloud_go_security",
6128 importpath = "cloud.google.com/go/security",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006129 sum = "h1:jR3itwycg/TgGA0uIgTItcVhA55hKWiNJxaNNpQJaZE=",
6130 version = "v1.15.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006131 )
6132 go_repository(
6133 name = "com_google_cloud_go_securitycenter",
6134 importpath = "cloud.google.com/go/securitycenter",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006135 sum = "h1:XOGJ9OpnDtqg8izd7gYk/XUhj8ytjIalyjjsR6oyG0M=",
6136 version = "v1.23.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006137 )
6138 go_repository(
6139 name = "com_google_cloud_go_servicecontrol",
6140 importpath = "cloud.google.com/go/servicecontrol",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006141 sum = "h1:d0uV7Qegtfaa7Z2ClDzr9HJmnbJW7jn0WhZ7wOX6hLE=",
6142 version = "v1.11.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006143 )
6144 go_repository(
6145 name = "com_google_cloud_go_servicedirectory",
6146 importpath = "cloud.google.com/go/servicedirectory",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006147 sum = "h1:pBWpjCFVGWkzVTkqN3TBBIqNSoSHY86/6RL0soSQ4z8=",
6148 version = "v1.11.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006149 )
6150 go_repository(
6151 name = "com_google_cloud_go_servicemanagement",
6152 importpath = "cloud.google.com/go/servicemanagement",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006153 sum = "h1:fopAQI/IAzlxnVeiKn/8WiV6zKndjFkvi+gzu+NjywY=",
6154 version = "v1.8.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006155 )
6156 go_repository(
6157 name = "com_google_cloud_go_serviceusage",
6158 importpath = "cloud.google.com/go/serviceusage",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006159 sum = "h1:rXyq+0+RSIm3HFypctp7WoXxIA563rn206CfMWdqXX4=",
6160 version = "v1.6.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006161 )
6162 go_repository(
6163 name = "com_google_cloud_go_shell",
6164 importpath = "cloud.google.com/go/shell",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006165 sum = "h1:aHbwH9LSqs4r2rbay9f6fKEls61TAjT63jSyglsw7sI=",
6166 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006167 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006168 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006169 name = "com_google_cloud_go_spanner",
6170 importpath = "cloud.google.com/go/spanner",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006171 sum = "h1:aqiMP8dhsEXgn9K5EZBWxPG7dxIiyM2VaikqeU4iteg=",
6172 version = "v1.47.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006173 )
6174 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006175 name = "com_google_cloud_go_speech",
6176 importpath = "cloud.google.com/go/speech",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006177 sum = "h1:MCagaq8ObV2tr1kZJcJYgXYbIn8Ai5rp42tyGYw9rls=",
6178 version = "v1.19.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006179 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006180 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006181 name = "com_google_cloud_go_storage",
6182 importpath = "cloud.google.com/go/storage",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006183 sum = "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=",
6184 version = "v1.30.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006185 )
6186 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006187 name = "com_google_cloud_go_storagetransfer",
6188 importpath = "cloud.google.com/go/storagetransfer",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006189 sum = "h1:+ZLkeXx0K0Pk5XdDmG0MnUVqIR18lllsihU/yq39I8Q=",
6190 version = "v1.10.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006191 )
6192 go_repository(
6193 name = "com_google_cloud_go_talent",
6194 importpath = "cloud.google.com/go/talent",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006195 sum = "h1:j46ZgD6N2YdpFPux9mc7OAf4YK3tiBCsbLKc8rQx+bU=",
6196 version = "v1.6.2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006197 )
6198 go_repository(
6199 name = "com_google_cloud_go_texttospeech",
6200 importpath = "cloud.google.com/go/texttospeech",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006201 sum = "h1:S/pR/GZT9p15R7Y2dk2OXD/3AufTct/NSxT4a7nxByw=",
6202 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006203 )
6204 go_repository(
6205 name = "com_google_cloud_go_tpu",
6206 importpath = "cloud.google.com/go/tpu",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006207 sum = "h1:kQf1jgPY04UJBYYjNUO+3GrZtIb57MfGAW2bwgLbR3A=",
6208 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006209 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006210 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006211 name = "com_google_cloud_go_trace",
6212 importpath = "cloud.google.com/go/trace",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006213 sum = "h1:EwGdOLCNfYOOPtgqo+D2sDLZmRCEO1AagRTJCU6ztdg=",
6214 version = "v1.10.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006215 )
6216 go_repository(
6217 name = "com_google_cloud_go_translate",
6218 importpath = "cloud.google.com/go/translate",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006219 sum = "h1:PQHamiOzlehqLBJMnM72lXk/OsMQewZB12BKJ8zXrU0=",
6220 version = "v1.8.2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006221 )
6222 go_repository(
6223 name = "com_google_cloud_go_video",
6224 importpath = "cloud.google.com/go/video",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006225 sum = "h1:BRyyS+wU+Do6VOXnb8WfPr42ZXti9hzmLKLUCkggeK4=",
6226 version = "v1.19.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006227 )
6228 go_repository(
6229 name = "com_google_cloud_go_videointelligence",
6230 importpath = "cloud.google.com/go/videointelligence",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006231 sum = "h1:MBMWnkQ78GQnRz5lfdTAbBq/8QMCF3wahgtHh3s/J+k=",
6232 version = "v1.11.1",
6233 )
6234 go_repository(
6235 name = "com_google_cloud_go_vision",
6236 importpath = "cloud.google.com/go/vision",
6237 sum = "h1:/CsSTkbmO9HC8iQpxbK8ATms3OQaX3YQUeTMGCxlaK4=",
6238 version = "v1.2.0",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006239 )
6240 go_repository(
6241 name = "com_google_cloud_go_vision_v2",
6242 importpath = "cloud.google.com/go/vision/v2",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006243 sum = "h1:ccK6/YgPfGHR/CyESz1mvIbsht5Y2xRsWCPqmTNydEw=",
6244 version = "v2.7.2",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006245 )
6246 go_repository(
6247 name = "com_google_cloud_go_vmmigration",
6248 importpath = "cloud.google.com/go/vmmigration",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006249 sum = "h1:gnjIclgqbEMc+cF5IJuPxp53wjBIlqZ8h9hE8Rkwp7A=",
6250 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006251 )
6252 go_repository(
6253 name = "com_google_cloud_go_vmwareengine",
6254 importpath = "cloud.google.com/go/vmwareengine",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006255 sum = "h1:qsJ0CPlOQu/3MFBGklu752v3AkD+Pdu091UmXJ+EjTA=",
6256 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006257 )
6258 go_repository(
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006259 name = "com_google_cloud_go_vpcaccess",
6260 importpath = "cloud.google.com/go/vpcaccess",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006261 sum = "h1:ram0GzjNWElmbxXMIzeOZUkQ9J8ZAahD6V8ilPGqX0Y=",
6262 version = "v1.7.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006263 )
6264 go_repository(
6265 name = "com_google_cloud_go_webrisk",
6266 importpath = "cloud.google.com/go/webrisk",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006267 sum = "h1:Ssy3MkOMOnyRV5H2bkMQ13Umv7CwB/kugo3qkAX83Fk=",
6268 version = "v1.9.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006269 )
6270 go_repository(
6271 name = "com_google_cloud_go_websecurityscanner",
6272 importpath = "cloud.google.com/go/websecurityscanner",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006273 sum = "h1:CfEF/vZ+xXyAR3zC9iaC/QRdf1MEgS20r5UR17Q4gOg=",
6274 version = "v1.6.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006275 )
6276 go_repository(
6277 name = "com_google_cloud_go_workflows",
6278 importpath = "cloud.google.com/go/workflows",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006279 sum = "h1:2akeQ/PgtRhrNuD/n1WvJd5zb7YyuDZrlOanBj2ihPg=",
6280 version = "v1.11.1",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006281 )
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006282 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006283 name = "com_lukechampine_uint128",
6284 importpath = "lukechampine.com/uint128",
6285 sum = "h1:mBi/5l91vocEN8otkC5bDLhi2KdCticRiwbdB0O+rjI=",
6286 version = "v1.2.0",
6287 )
6288 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006289 name = "com_sourcegraph_sourcegraph_appdash",
6290 importpath = "sourcegraph.com/sourcegraph/appdash",
6291 sum = "h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM=",
6292 version = "v0.0.0-20190731080439-ebfcffb1b5c0",
6293 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006294 go_repository(
6295 name = "com_zx2c4_golang_go118_netip",
6296 importpath = "golang.zx2c4.com/go118/netip",
6297 sum = "h1:9+v0G0naRhLPOJEeJOL6NuXTtAHHwmkyZlgQJ0XcQ8I=",
6298 version = "v0.0.0-20211111135330-a4a02eeacf9d",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006299 )
6300 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006301 name = "com_zx2c4_golang_wintun",
6302 importpath = "golang.zx2c4.com/wintun",
6303 sum = "h1:Ug9qvr1myri/zFN6xL17LSCBGFDnphBBhzmILHsM5TY=",
6304 version = "v0.0.0-20211104114900-415007cec224",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006305 )
6306 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006307 name = "com_zx2c4_golang_wireguard",
6308 importpath = "golang.zx2c4.com/wireguard",
6309 sum = "h1:Nrf94TOjrvW8nm6N3u2xtbnMZaZudNI9b8nIJH8p8qY=",
6310 version = "v0.0.0-20220202223031-3b95c81cc178",
Leopold Schabel26d41992020-12-15 19:27:58 +01006311 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006312 go_repository(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02006313 name = "com_zx2c4_golang_wireguard_wgctrl",
6314 importpath = "golang.zx2c4.com/wireguard/wgctrl",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006315 sum = "h1:9c4/JVIQUc2qCJEEIiGIs3HmmnFjhPj4qHW4+Uj+u3U=",
6316 version = "v0.0.0-20220208144051-fde48d68ee68",
Lorenz Brunf042e6f2020-06-24 16:46:09 +02006317 )
6318 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006319 name = "dev_gocloud",
6320 importpath = "gocloud.dev",
6321 sum = "h1:EDRyaRAnMGSq/QBto486gWFxMLczAfIYUmusV7XLNBM=",
6322 version = "v0.19.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006323 )
6324 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006325 name = "dev_gvisor_gvisor",
6326 importpath = "gvisor.dev/gvisor",
6327 patch_args = ["-p1"],
6328 patches = [
Lorenz Brund13c1c62022-03-30 19:58:58 +02006329 "//third_party/go/patches:gvisor-fix-resolution.patch",
Serge Bazanski439c1b02023-03-22 18:43:36 +01006330 "//third_party/go/patches:gvisor-fix-syslog.patch",
Lorenz Brun65702192023-08-31 16:27:38 +02006331 # Gazelle doesn't understand conditional build files.
6332 # https://github.com/bazelbuild/bazel-gazelle/issues/1262
6333 "//third_party/go/patches:gvisor-fix-gazelle-debug-builds.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01006334 ],
Lorenz Brun65702192023-08-31 16:27:38 +02006335 pre_patches = [
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006336 "//third_party/go/patches:gvisor-containerd-compat.patch",
Lorenz Brun65702192023-08-31 16:27:38 +02006337 # Modified patch for the go branch.
6338 # Upstream issue https://github.com/google/gvisor/issues/9039
6339 # Upstream patch https://github.com/google/gvisor/commit/62afa160fe8ad17302d43f7c6016061de57c7f4d
6340 "//third_party/go/patches:gvisor-fix-debug-builds.patch",
6341 ],
6342 sum = "h1:jkIUiFfucTr4prtWuxQ1YxuOdWEQc/dIrUnHKyzSQv0=",
6343 version = "v0.0.0-20230911190645-2e1d76499fd5",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006344 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00006345 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006346 name = "ht_sr_git_sbinet_gg",
6347 importpath = "git.sr.ht/~sbinet/gg",
6348 sum = "h1:LNhjNn8DerC8f9DHLz6lS0YYul/b602DUxDgGkd/Aik=",
6349 version = "v0.3.1",
6350 )
6351 go_repository(
Lorenz Brun6f852d52022-06-28 12:50:25 +00006352 name = "im_mellium_sasl",
6353 importpath = "mellium.im/sasl",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006354 sum = "h1:wE0LW6g7U83vhvxjC1IY8DnXM+EU095yeo8XClvCdfo=",
6355 version = "v0.3.1",
Lorenz Brun6f852d52022-06-28 12:50:25 +00006356 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006357 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006358 name = "in_gopkg_airbrake_gobrake_v2",
6359 importpath = "gopkg.in/airbrake/gobrake.v2",
6360 sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=",
6361 version = "v2.0.9",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006362 )
6363 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006364 name = "in_gopkg_alecthomas_kingpin_v2",
6365 importpath = "gopkg.in/alecthomas/kingpin.v2",
6366 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
6367 version = "v2.2.6",
6368 )
6369 go_repository(
6370 name = "in_gopkg_check_v1",
6371 importpath = "gopkg.in/check.v1",
6372 sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=",
6373 version = "v1.0.0-20201130134442-10cb98267c6c",
6374 )
6375 go_repository(
6376 name = "in_gopkg_cheggaaa_pb_v1",
6377 importpath = "gopkg.in/cheggaaa/pb.v1",
6378 sum = "h1:n1tBJnnK2r7g9OW2btFH91V92STTUevLXYFb8gy9EMk=",
6379 version = "v1.0.28",
6380 )
6381 go_repository(
6382 name = "in_gopkg_datadog_dd_trace_go_v1",
6383 importpath = "gopkg.in/DataDog/dd-trace-go.v1",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006384 sum = "h1:LAFmtVYLnqhsFAsKv3799SYalXD9Hl3K0/pR+3eV/Qc=",
6385 version = "v1.54.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006386 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006387 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006388 name = "in_gopkg_djherbis_times_v1",
6389 importpath = "gopkg.in/djherbis/times.v1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006390 sum = "h1:UCvDKl1L/fmBygl2Y7hubXCnY7t4Yj46ZrBFNUipFbM=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006391 version = "v1.2.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006392 )
6393 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006394 name = "in_gopkg_errgo_v2",
6395 importpath = "gopkg.in/errgo.v2",
6396 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
6397 version = "v2.1.0",
6398 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006399 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02006400 name = "in_gopkg_fsnotify_v1",
6401 importpath = "gopkg.in/fsnotify.v1",
Lorenz Bruned0503c2020-07-28 17:21:25 +02006402 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006403 version = "v1.4.7",
Lorenz Bruned0503c2020-07-28 17:21:25 +02006404 )
6405 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006406 name = "in_gopkg_gcfg_v1",
6407 importpath = "gopkg.in/gcfg.v1",
6408 sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=",
6409 version = "v1.2.3",
6410 )
6411 go_repository(
6412 name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
6413 importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
6414 sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=",
6415 version = "v2.1.2",
6416 )
6417 go_repository(
6418 name = "in_gopkg_go_playground_assert_v1",
6419 importpath = "gopkg.in/go-playground/assert.v1",
6420 sum = "h1:xoYuJVE7KT85PYWrN730RguIQO0ePzVRfFMXadIrXTM=",
6421 version = "v1.2.1",
6422 )
6423 go_repository(
6424 name = "in_gopkg_go_playground_validator_v9",
6425 importpath = "gopkg.in/go-playground/validator.v9",
6426 sum = "h1:SvGtYmN60a5CVKTOzMSyfzWDeZRxRuGvRQyEAKbw1xc=",
6427 version = "v9.29.1",
6428 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00006429 go_repository(
6430 name = "in_gopkg_inconshreveable_log15_v2",
6431 importpath = "gopkg.in/inconshreveable/log15.v2",
6432 sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=",
6433 version = "v2.0.0-20180818164646-67afb5ed74ec",
6434 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006435 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006436 name = "in_gopkg_inf_v0",
6437 importpath = "gopkg.in/inf.v0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006438 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006439 version = "v0.9.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006440 )
6441 go_repository(
Lorenz Brun6adf8842021-10-05 13:39:11 +02006442 name = "in_gopkg_ini_v1",
6443 importpath = "gopkg.in/ini.v1",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006444 sum = "h1:AQvPpx3LzTDM0AjnIRlVFwFFGC+npRopjZxLJj6gdno=",
6445 version = "v1.51.0",
Lorenz Brun6adf8842021-10-05 13:39:11 +02006446 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00006447 go_repository(
6448 name = "in_gopkg_jinzhu_gorm_v1",
6449 importpath = "gopkg.in/jinzhu/gorm.v1",
6450 sum = "h1:63D1Sk0C0mhCbK930D0PkD3nKT8wLxz6lLPh5V6D2hM=",
6451 version = "v1.9.1",
6452 )
Lorenz Brun6adf8842021-10-05 13:39:11 +02006453 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006454 name = "in_gopkg_mcuadros_go_syslog_v2",
6455 importpath = "gopkg.in/mcuadros/go-syslog.v2",
6456 sum = "h1:60g8zx1BijSVSgLTzLCW9UC4/+i1Ih9jJ1DR5Tgp9vE=",
6457 version = "v2.2.1",
6458 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006459 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006460 name = "in_gopkg_natefinch_lumberjack_v2",
6461 importpath = "gopkg.in/natefinch/lumberjack.v2",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01006462 sum = "h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=",
6463 version = "v2.2.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006464 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00006465 go_repository(
6466 name = "in_gopkg_olivere_elastic_v3",
6467 importpath = "gopkg.in/olivere/elastic.v3",
6468 sum = "h1:u3B8p1VlHF3yNLVOlhIWFT3F1ICcHfM5V6FFJe6pPSo=",
6469 version = "v3.0.75",
6470 )
6471 go_repository(
6472 name = "in_gopkg_olivere_elastic_v5",
6473 importpath = "gopkg.in/olivere/elastic.v5",
6474 sum = "h1:acF/tRSg5geZpE3rqLglkS79CQMIMzOpWZE7hRXIkjs=",
6475 version = "v5.0.84",
6476 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006477 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006478 name = "in_gopkg_resty_v1",
6479 importpath = "gopkg.in/resty.v1",
6480 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
6481 version = "v1.12.0",
6482 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006483 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006484 name = "in_gopkg_square_go_jose_v2",
6485 importpath = "gopkg.in/square/go-jose.v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006486 sum = "h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=",
6487 version = "v2.6.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006488 )
6489 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006490 name = "in_gopkg_src_d_go_billy_v4",
6491 importpath = "gopkg.in/src-d/go-billy.v4",
6492 sum = "h1:0SQA1pRztfTFx2miS8sA97XvooFeNOmvUenF4o0EcVg=",
6493 version = "v4.3.2",
6494 )
6495 go_repository(
6496 name = "in_gopkg_src_d_go_git_fixtures_v3",
6497 importpath = "gopkg.in/src-d/go-git-fixtures.v3",
6498 sum = "h1:ivZFOIltbce2Mo8IjzUHAFoq/IylO9WHhNOAJK+LsJg=",
6499 version = "v3.5.0",
6500 )
6501 go_repository(
6502 name = "in_gopkg_src_d_go_git_v4",
6503 importpath = "gopkg.in/src-d/go-git.v4",
6504 sum = "h1:SRtFyV8Kxc0UP7aCHcijOMQGPxHSmMOPrzulQWolkYE=",
6505 version = "v4.13.1",
6506 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006507 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02006508 name = "in_gopkg_tomb_v1",
6509 importpath = "gopkg.in/tomb.v1",
Lorenz Bruned0503c2020-07-28 17:21:25 +02006510 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006511 version = "v1.0.0-20141024135613-dd632973f1e7",
Lorenz Bruned0503c2020-07-28 17:21:25 +02006512 )
6513 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006514 name = "in_gopkg_warnings_v0",
6515 importpath = "gopkg.in/warnings.v0",
6516 sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=",
6517 version = "v0.1.2",
6518 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006519 go_repository(
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01006520 name = "in_gopkg_yaml_v1",
6521 importpath = "gopkg.in/yaml.v1",
6522 sum = "h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=",
6523 version = "v1.0.0-20140924161607-9f9df34309c0",
6524 )
6525 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006526 name = "in_gopkg_yaml_v2",
6527 importpath = "gopkg.in/yaml.v2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006528 sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
6529 version = "v2.4.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006530 )
6531 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006532 name = "in_gopkg_yaml_v3",
6533 importpath = "gopkg.in/yaml.v3",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02006534 sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=",
6535 version = "v3.0.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006536 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006537 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006538 name = "io_cncf_tags_container_device_interface",
6539 importpath = "tags.cncf.io/container-device-interface",
6540 sum = "h1:dThE6dtp/93ZDGhqaED2Pu374SOeUkBfuvkLuiTdwzg=",
6541 version = "v0.6.2",
6542 )
6543 go_repository(
6544 name = "io_cncf_tags_container_device_interface_specs_go",
6545 importpath = "tags.cncf.io/container-device-interface/specs-go",
6546 sum = "h1:V+tJJN6dqu8Vym6p+Ru+K5mJ49WL6Aoc5SJFSY0RLsQ=",
6547 version = "v0.6.0",
6548 )
6549 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006550 name = "io_etcd_go_bbolt",
6551 importpath = "go.etcd.io/bbolt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006552 sum = "h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI=",
6553 version = "v1.3.9",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006554 )
6555 go_repository(
6556 name = "io_etcd_go_etcd",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006557 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006558 importpath = "go.etcd.io/etcd",
6559 sum = "h1:1JFLBqwIgdyHN1ZtgjTBwO+blA6gVOmZurpiMEsETKo=",
6560 version = "v0.5.0-alpha.5.0.20200910180754-dd1b699fc489",
6561 )
6562 go_repository(
6563 name = "io_etcd_go_etcd_api_v3",
6564 build_file_proto_mode = "disable",
6565 importpath = "go.etcd.io/etcd/api/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006566 sum = "h1:8WXU2/NBge6AUF1K1gOexB6e07NgsN1hXK0rSTtgSp4=",
6567 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006568 )
6569 go_repository(
6570 name = "io_etcd_go_etcd_client_pkg_v3",
6571 importpath = "go.etcd.io/etcd/client/pkg/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006572 sum = "h1:RVZSAnWWWiI5IrYAXjQorajncORbS0zI48LQlE2kQWg=",
6573 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006574 )
6575 go_repository(
6576 name = "io_etcd_go_etcd_client_v2",
6577 importpath = "go.etcd.io/etcd/client/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006578 sum = "h1:RWfV1SX5jTU0lbCvpVQe3iPQeAHETWdOTb6pxhd77C8=",
6579 version = "v2.305.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006580 )
6581 go_repository(
6582 name = "io_etcd_go_etcd_client_v3",
6583 importpath = "go.etcd.io/etcd/client/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006584 sum = "h1:o0fHTNJLeO0MyVbc7I3fsCf6nrOqn5d+diSarKnB2js=",
6585 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006586 )
6587 go_repository(
6588 name = "io_etcd_go_etcd_etcdctl_v3",
6589 importpath = "go.etcd.io/etcd/etcdctl/v3",
6590 sum = "h1:i8DGjR9gBRoS6NEHF3XBxxh7QwL1DyilXMCkHpyy6zM=",
6591 version = "v3.5.0",
6592 )
6593 go_repository(
6594 name = "io_etcd_go_etcd_etcdutl_v3",
6595 importpath = "go.etcd.io/etcd/etcdutl/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006596 sum = "h1:GEAIyquWCRS0P9UAs6QmMgo36t9tT6hHNLb3g25DGNg=",
6597 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006598 )
6599 go_repository(
6600 name = "io_etcd_go_etcd_pkg_v3",
6601 importpath = "go.etcd.io/etcd/pkg/v3",
6602 patch_args = ["-p1"],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006603 sum = "h1:st9bDWNsKkBNpP4PR1MvM/9NqUPfvYZx/YXegsYEH8M=",
6604 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006605 )
6606 go_repository(
6607 name = "io_etcd_go_etcd_raft_v3",
6608 build_file_proto_mode = "disable",
6609 importpath = "go.etcd.io/etcd/raft/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006610 sum = "h1:7r/NKAOups1YnKcfro2RvGGo2PTuizF/xh26Z2CTAzA=",
6611 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006612 )
6613 go_repository(
6614 name = "io_etcd_go_etcd_server_v3",
6615 build_file_proto_mode = "disable",
6616 importpath = "go.etcd.io/etcd/server/v3",
Serge Bazanski53a85f72023-03-16 17:53:32 +01006617 patch_args = ["-p1"],
6618 patches = [
6619 "//third_party/go/patches:etcd-fix-embed-close.patch",
6620 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006621 sum = "h1:V6KG+yMfMSqWt+lGnhFpP5z5dRUj1BDRJ5k1fQ9DFok=",
6622 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006623 )
6624 go_repository(
6625 name = "io_etcd_go_etcd_tests_v3",
6626 importpath = "go.etcd.io/etcd/tests/v3",
Serge Bazanski98e05e12023-04-05 12:44:14 +02006627 patch_args = ["-p1"],
6628 patches = [
6629 "//third_party/go/patches:etcd-integration-logging.patch",
6630 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006631 sum = "h1:vlEC8lzIyDA6Ty+vzSmnMBbrwmZ6pFQ5oTcGA+sD/Oo=",
6632 version = "v3.5.13",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006633 )
6634 go_repository(
6635 name = "io_etcd_go_etcd_v3",
6636 importpath = "go.etcd.io/etcd/v3",
6637 sum = "h1:fs7tB+L/xRDi/+p9qKuaPGCtMX6vkovLRXTqvEE98Ek=",
6638 version = "v3.5.0",
6639 )
6640 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006641 name = "io_etcd_go_gofail",
6642 importpath = "go.etcd.io/gofail",
6643 sum = "h1:XItAMIhOojXFQMgrxjnd2EIIHun/d5qL0Pf7FzVTkFg=",
6644 version = "v0.1.0",
6645 )
6646 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006647 name = "io_gitea_code_sdk_gitea",
6648 importpath = "code.gitea.io/sdk/gitea",
6649 sum = "h1:CdI3J82Mqn0mElyEKa5DUSr3Wi2R+qm/6uVtCkSSqSM=",
6650 version = "v0.11.3",
6651 )
Lorenz Brun6f852d52022-06-28 12:50:25 +00006652 go_repository(
6653 name = "io_gorm_driver_mysql",
6654 importpath = "gorm.io/driver/mysql",
6655 sum = "h1:omJoilUzyrAp0xNoio88lGJCroGdIOen9hq2A/+3ifw=",
6656 version = "v1.0.1",
6657 )
6658 go_repository(
6659 name = "io_gorm_driver_postgres",
6660 importpath = "gorm.io/driver/postgres",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006661 sum = "h1:1FPESNXqIKG5JmraaH2bfCVlMQ7paLoCreFxDtqzwdc=",
6662 version = "v1.4.6",
Lorenz Brun6f852d52022-06-28 12:50:25 +00006663 )
6664 go_repository(
6665 name = "io_gorm_driver_sqlserver",
6666 importpath = "gorm.io/driver/sqlserver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006667 sum = "h1:nMtEeKqv2R/vv9FoHUFWfXfP6SskAgRar0TPlZV1stk=",
6668 version = "v1.4.2",
Lorenz Brun6f852d52022-06-28 12:50:25 +00006669 )
6670 go_repository(
6671 name = "io_gorm_gorm",
6672 importpath = "gorm.io/gorm",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006673 sum = "h1:wy98aq9oFEetsc4CAbKD2SoBCdMzsbSIvSUUFJuHi5s=",
6674 version = "v1.24.6",
Lorenz Brun6f852d52022-06-28 12:50:25 +00006675 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006676 go_repository(
6677 name = "io_k8s_api",
6678 build_file_proto_mode = "disable",
6679 importpath = "k8s.io/api",
6680 replace = "k8s.io/api",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006681 sum = "h1:G0/G7yX1puRAcon/+XPLsKXZ9A5L7Ds6oKbDIe027xw=",
6682 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006683 )
6684 go_repository(
6685 name = "io_k8s_apiextensions_apiserver",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006686 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006687 importpath = "k8s.io/apiextensions-apiserver",
6688 replace = "k8s.io/apiextensions-apiserver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006689 sum = "h1:JucS9tcaMMlfFrJ09cgh1Maeb8X2wlnxcfNpplyGHXs=",
6690 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006691 )
6692 go_repository(
6693 name = "io_k8s_apimachinery",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006694 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006695 importpath = "k8s.io/apimachinery",
6696 replace = "k8s.io/apimachinery",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006697 sum = "h1:hi/nrxHwk4QLV+W/SHve1bypTE59HCDorLY1stBIxKQ=",
6698 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006699 )
6700 go_repository(
6701 name = "io_k8s_apiserver",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006702 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006703 importpath = "k8s.io/apiserver",
6704 replace = "k8s.io/apiserver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006705 sum = "h1:lvgyawcJFRW12oqXLydxY83nAJ5pvJJM9JX35JnKEvg=",
6706 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006707 )
6708 go_repository(
6709 name = "io_k8s_cli_runtime",
6710 importpath = "k8s.io/cli-runtime",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006711 replace = "k8s.io/cli-runtime",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006712 sum = "h1:d/3YA6lN8Dk9HtWxWdJRTQmSi2ZlhG4zJLmL+ER5Agg=",
6713 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006714 )
6715 go_repository(
6716 name = "io_k8s_client_go",
6717 importpath = "k8s.io/client-go",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006718 replace = "k8s.io/client-go",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006719 sum = "h1:TE59Tjd87WKvS2FPBTfIKLFX0nQJ4SSHsnDo5IHjgOw=",
6720 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006721 )
6722 go_repository(
6723 name = "io_k8s_cloud_provider",
6724 importpath = "k8s.io/cloud-provider",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006725 replace = "k8s.io/cloud-provider",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006726 sum = "h1:R/QVBrqxTlUstrlCT/wrUlpuNEF3ogK/QdkBWTUWyW4=",
6727 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006728 )
6729 go_repository(
6730 name = "io_k8s_cluster_bootstrap",
6731 importpath = "k8s.io/cluster-bootstrap",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006732 replace = "k8s.io/cluster-bootstrap",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006733 sum = "h1:Ar7Usq/p63s88eYwQls63O1jaHex0qv3hi2Lpj9KWA0=",
6734 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006735 )
6736 go_repository(
Serge Bazanski339f97d2021-03-31 22:16:52 +02006737 name = "io_k8s_code_generator",
6738 importpath = "k8s.io/code-generator",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006739 replace = "k8s.io/code-generator",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006740 sum = "h1:hpm1UTuu+aKdmzrRaSoR/3jkbTxyWO+Cehrc1fusjAA=",
6741 version = "v0.28.8",
Serge Bazanski339f97d2021-03-31 22:16:52 +02006742 )
6743 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006744 name = "io_k8s_component_base",
6745 importpath = "k8s.io/component-base",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006746 replace = "k8s.io/component-base",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006747 sum = "h1:N/c5L6Ty5rcrFyhsMYsqRFUOVGrqGQsLfjB0yj6npqM=",
6748 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006749 )
6750 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006751 name = "io_k8s_component_helpers",
6752 importpath = "k8s.io/component-helpers",
6753 replace = "k8s.io/component-helpers",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006754 sum = "h1:gYWJkMl208RHWqpZm8PslK9xMd8OPJiusKg7cCZkNZM=",
6755 version = "v0.28.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006756 )
6757 go_repository(
6758 name = "io_k8s_controller_manager",
6759 importpath = "k8s.io/controller-manager",
6760 replace = "k8s.io/controller-manager",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006761 sum = "h1:z9WG3lDBZpvZoiSEbbo9WxDzA4yzfxWgZMKJ4GO6x2k=",
6762 version = "v0.28.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006763 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006764 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006765 name = "io_k8s_cri_api",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006766 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006767 importpath = "k8s.io/cri-api",
6768 replace = "k8s.io/cri-api",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006769 sum = "h1:plqBlC2Mb4cwVx/ESTh1c4Ku/pri/3iH+EnlBB0UfxQ=",
6770 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006771 )
6772 go_repository(
6773 name = "io_k8s_csi_translation_lib",
6774 importpath = "k8s.io/csi-translation-lib",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006775 replace = "k8s.io/csi-translation-lib",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006776 sum = "h1:vlG44yVWTvn0+W+zM+011AX3JEsSPQjyLoXLP38qUpI=",
6777 version = "v0.28.8",
6778 )
6779 go_repository(
6780 name = "io_k8s_dynamic_resource_allocation",
6781 importpath = "k8s.io/dynamic-resource-allocation",
6782 replace = "k8s.io/dynamic-resource-allocation",
6783 sum = "h1:i7XK+xCdoQvun/tcBQu8okEANsJuY8HXfawrWoJ1v2k=",
6784 version = "v0.28.8",
6785 )
6786 go_repository(
6787 name = "io_k8s_endpointslice",
6788 importpath = "k8s.io/endpointslice",
6789 replace = "k8s.io/endpointslice",
6790 sum = "h1:kL0L05VHPuCoJmdZoi2E2qdVfhsitq1Zkr2ymtqYugY=",
6791 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006792 )
6793 go_repository(
6794 name = "io_k8s_gengo",
6795 importpath = "k8s.io/gengo",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006796 sum = "h1:U9tB195lKdzwqicbJvyJeOXV7Klv+wNAWENRnXEGi08=",
6797 version = "v0.0.0-20220902162205-c0856e24416d",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006798 )
6799 go_repository(
6800 name = "io_k8s_heapster",
6801 importpath = "k8s.io/heapster",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006802 sum = "h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84=",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006803 version = "v1.2.0-beta.1",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006804 )
6805 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006806 name = "io_k8s_klog",
6807 importpath = "k8s.io/klog",
6808 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
6809 version = "v1.0.0",
6810 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006811 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02006812 name = "io_k8s_klog_v2",
6813 importpath = "k8s.io/klog/v2",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006814 sum = "h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=",
6815 version = "v2.100.1",
6816 )
6817 go_repository(
6818 name = "io_k8s_kms",
6819 importpath = "k8s.io/kms",
6820 sum = "h1:XtRE2ouizgt3RECxUcDLsa11pmURj+2sfA55wbtd8EY=",
6821 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006822 )
6823 go_repository(
6824 name = "io_k8s_kube_aggregator",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006825 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006826 importpath = "k8s.io/kube-aggregator",
6827 replace = "k8s.io/kube-aggregator",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006828 sum = "h1:Dio77pYNmkN2+N1dj0DloJpkkRUgZPqFvW1sGHmcvlU=",
6829 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006830 )
6831 go_repository(
6832 name = "io_k8s_kube_controller_manager",
6833 importpath = "k8s.io/kube-controller-manager",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006834 replace = "k8s.io/kube-controller-manager",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006835 sum = "h1:0a3FInbNbWNjywHYkrd7IQgFfxxxzYw4BtAIoNOnJSo=",
6836 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006837 )
6838 go_repository(
6839 name = "io_k8s_kube_openapi",
6840 importpath = "k8s.io/kube-openapi",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006841 sum = "h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ=",
6842 version = "v0.0.0-20230717233707-2695361300d9",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006843 )
6844 go_repository(
6845 name = "io_k8s_kube_proxy",
6846 importpath = "k8s.io/kube-proxy",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006847 replace = "k8s.io/kube-proxy",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006848 sum = "h1:U7ZTdVEE4fUJe+/VVVdcmr5Lf1dnIaZPCCXq0jFtTLc=",
6849 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006850 )
6851 go_repository(
6852 name = "io_k8s_kube_scheduler",
6853 importpath = "k8s.io/kube-scheduler",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006854 replace = "k8s.io/kube-scheduler",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006855 sum = "h1:qA8dsvFTDfZS+o/Dkd+FqA9x6dF12bklRbDDF5X+t9w=",
6856 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006857 )
6858 go_repository(
6859 name = "io_k8s_kubectl",
6860 importpath = "k8s.io/kubectl",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006861 patch_args = ["-p1"],
6862 patches = [
6863 "//third_party/go/patches:kubectl-fix-embed.patch",
6864 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02006865 replace = "k8s.io/kubectl",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006866 sum = "h1:bukHhQp4f7QYBFjS3iZTHKecrRpfZsR5lCCKFpbiUQw=",
6867 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006868 )
6869 go_repository(
6870 name = "io_k8s_kubelet",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006871 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006872 importpath = "k8s.io/kubelet",
6873 patch_args = ["-p1"],
6874 patches = [
6875 "//third_party/go/patches:kubelet-fix-path.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01006876 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02006877 replace = "k8s.io/kubelet",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006878 sum = "h1:/HenOu4I99bgfVvIoM82KNSHvHjChQntz7bYXn+QC7s=",
6879 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006880 )
6881 go_repository(
6882 name = "io_k8s_kubernetes",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006883 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006884 build_tags = ["providerless", "dockerless"], #keep
6885 importpath = "k8s.io/kubernetes",
6886 patch_args = ["-p1"],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006887 patches = [
Lorenz Brun878f5f92020-05-12 16:15:39 +02006888 "//third_party/go/patches:k8s-native-metrics.patch",
Lorenz Brun37050122021-03-30 14:00:27 +02006889 "//third_party/go/patches:k8s-removed-block-device-pseudo-locks.patch",
Tim Windelschmidt93020d72024-02-13 18:13:07 +01006890 "//third_party/go/patches:k8s-add-pause-build-file.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006891 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02006892 pre_patches = [
Lorenz Brun842536b2021-01-26 13:54:57 +01006893 "//third_party/go/patches:k8s-fix-logs-path.patch",
Lorenz Brun7b822272021-02-03 17:03:41 +01006894 "//third_party/go/patches:k8s-drop-legacy-log-path.patch",
Tim Windelschmidt03000772023-07-03 02:19:28 +02006895 "//third_party/go/patches:k8s-reserve-metropolis-ports.patch",
Lorenz Bruned0503c2020-07-28 17:21:25 +02006896 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006897 sum = "h1:SeZt2CFxbstbAiP6XgRvWG+Dv0sJaafel1Ih4gtbKL0=",
6898 version = "v1.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006899 )
6900 go_repository(
6901 name = "io_k8s_legacy_cloud_providers",
6902 importpath = "k8s.io/legacy-cloud-providers",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006903 replace = "k8s.io/legacy-cloud-providers",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006904 sum = "h1:epVVtTfwbpfSwhxUW35HSBmnMpJDlUeTYgyWtn/0f44=",
6905 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006906 )
6907 go_repository(
6908 name = "io_k8s_metrics",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006909 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006910 importpath = "k8s.io/metrics",
6911 replace = "k8s.io/metrics",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006912 sum = "h1:JEeQ+LIO0MF+TEfXh4BRqoKUJtQbh431LHp8re9DhLM=",
6913 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006914 )
6915 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006916 name = "io_k8s_mount_utils",
6917 importpath = "k8s.io/mount-utils",
Lorenz Brun2073ce32021-02-03 18:52:59 +01006918 patch_args = ["-p1"],
Lorenz Brund13c1c62022-03-30 19:58:58 +02006919 pre_patches = [
6920 "//third_party/go/patches:k8s-native-mounter.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01006921 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02006922 replace = "k8s.io/mount-utils",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006923 sum = "h1:djsCwbMa9XudE5q0+nP39c89tkYCiiwEQ4Vo7BAuP5o=",
6924 version = "v0.28.8",
Lorenz Brun7b5d9942020-03-19 16:14:02 +01006925 )
6926 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006927 name = "io_k8s_pod_security_admission",
6928 importpath = "k8s.io/pod-security-admission",
6929 replace = "k8s.io/pod-security-admission",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006930 sum = "h1:A61fnzRmIhYRv1AUKYkljxYJVxDAypA4dARb39xBJ4I=",
6931 version = "v0.28.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006932 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006933 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02006934 name = "io_k8s_sample_apiserver",
6935 importpath = "k8s.io/sample-apiserver",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006936 replace = "k8s.io/sample-apiserver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006937 sum = "h1:XhvGVcqBigA4CPA7ULkLgaqshtcW3StI9YgjiegtCOY=",
6938 version = "v0.28.8",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006939 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006940 go_repository(
6941 name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
6942 importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006943 sum = "h1:trsWhjU5jZrx6UvFu4WzQDrN7Pga4a7Qg+zcfcj64PA=",
6944 version = "v0.1.2",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006945 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006946 go_repository(
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02006947 name = "io_k8s_sigs_json",
6948 importpath = "sigs.k8s.io/json",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006949 sum = "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=",
6950 version = "v0.0.0-20221116044647-bc3834ca7abd",
Lorenz Brunf2b7ab62022-05-04 19:06:00 +02006951 )
6952 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006953 name = "io_k8s_sigs_kustomize_api",
6954 importpath = "sigs.k8s.io/kustomize/api",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006955 sum = "h1:XX3Ajgzov2RKUdc5jW3t5jwY7Bo7dcRm+tFxT+NfgY0=",
6956 version = "v0.13.5-0.20230601165947-6ce0bf390ce3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006957 )
6958 go_repository(
6959 name = "io_k8s_sigs_kustomize_cmd_config",
6960 importpath = "sigs.k8s.io/kustomize/cmd/config",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006961 sum = "h1:YyoHHbxxsLUts/gWLGgIQkdT82ekp3zautbpcml54vc=",
6962 version = "v0.11.2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006963 )
6964 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006965 name = "io_k8s_sigs_kustomize_kustomize_v5",
6966 importpath = "sigs.k8s.io/kustomize/kustomize/v5",
6967 sum = "h1:vq2TtoDcQomhy7OxXLUOzSbHMuMYq0Bjn93cDtJEdKw=",
6968 version = "v5.0.4-0.20230601165947-6ce0bf390ce3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006969 )
6970 go_repository(
6971 name = "io_k8s_sigs_kustomize_kyaml",
6972 importpath = "sigs.k8s.io/kustomize/kyaml",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006973 sum = "h1:W6cLQc5pnqM7vh3b7HvGNfXrJ/xL6BDMS0v1V/HHg5U=",
6974 version = "v0.14.3-0.20230601165947-6ce0bf390ce3",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006975 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006976 go_repository(
Serge Bazanski19eb0002021-01-21 14:25:25 +01006977 name = "io_k8s_sigs_structured_merge_diff_v4",
6978 importpath = "sigs.k8s.io/structured-merge-diff/v4",
Lorenz Brun65702192023-08-31 16:27:38 +02006979 sum = "h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=",
6980 version = "v4.2.3",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006981 )
6982 go_repository(
6983 name = "io_k8s_sigs_yaml",
6984 importpath = "sigs.k8s.io/yaml",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006985 sum = "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=",
6986 version = "v1.3.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02006987 )
6988 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02006989 name = "io_k8s_system_validators",
6990 importpath = "k8s.io/system-validators",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006991 sum = "h1:tq05tdO9zdJZnNF3SXrq6LE7Knc/KfJm5wk68467JDg=",
6992 version = "v1.8.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006993 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02006994 go_repository(
6995 name = "io_k8s_utils",
6996 importpath = "k8s.io/utils",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01006997 sum = "h1:qY1Ad8PODbnymg2pRbkyMT/ylpTrCM8P2RJ0yroCyIk=",
6998 version = "v0.0.0-20230406110748-d93618cff8a2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02006999 )
7000 go_repository(
Serge Bazanskia9590fe2022-09-13 13:51:41 +02007001 name = "io_nhooyr_websocket",
7002 importpath = "nhooyr.io/websocket",
7003 sum = "h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k=",
7004 version = "v1.8.6",
7005 )
Serge Bazanskia9590fe2022-09-13 13:51:41 +02007006 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007007 name = "io_opencensus_go",
7008 importpath = "go.opencensus.io",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02007009 sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=",
7010 version = "v0.24.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007011 )
7012 go_repository(
7013 name = "io_opencensus_go_contrib_exporter_aws",
7014 importpath = "contrib.go.opencensus.io/exporter/aws",
7015 sum = "h1:YsbWYxDZkC7x2OxlsDEYvvEXZ3cBI3qBgUK5BqkZvRw=",
7016 version = "v0.0.0-20181029163544-2befc13012d0",
7017 )
7018 go_repository(
7019 name = "io_opencensus_go_contrib_exporter_ocagent",
7020 importpath = "contrib.go.opencensus.io/exporter/ocagent",
7021 sum = "h1:TKXjQSRS0/cCDrP7KvkgU6SmILtF/yV2TOs/02K/WZQ=",
7022 version = "v0.5.0",
7023 )
7024 go_repository(
7025 name = "io_opencensus_go_contrib_exporter_stackdriver",
7026 importpath = "contrib.go.opencensus.io/exporter/stackdriver",
7027 sum = "h1:lIFYmQsqejvlq+GobFUbC5F0prD5gvhP6r0gWLZRDq4=",
7028 version = "v0.13.8",
7029 )
7030 go_repository(
7031 name = "io_opencensus_go_contrib_integrations_ocsql",
7032 importpath = "contrib.go.opencensus.io/integrations/ocsql",
7033 sum = "h1:kfg5Yyy1nYUrqzyfW5XX+dzMASky8IJXhtHe0KTYNS4=",
7034 version = "v0.1.4",
7035 )
7036 go_repository(
7037 name = "io_opencensus_go_contrib_resource",
7038 importpath = "contrib.go.opencensus.io/resource",
7039 sum = "h1:4r2CANuYhKGmYWP02+5E94rLRcS/YeD+KlxSrOsMxk0=",
7040 version = "v0.1.1",
7041 )
7042 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007043 name = "io_opentelemetry_go_contrib_instrumentation_github_com_emicklei_go_restful_otelrestful",
7044 importpath = "go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
7045 replace = "go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful",
7046 sum = "h1:Z6SbqeRZAl2OczfkFOqLx1BeYBDYehNjEnqluD7581Y=",
7047 version = "v0.42.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007048 )
7049 go_repository(
7050 name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc",
7051 importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
7052 replace = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007053 sum = "h1:ZOLJc06r4CB42laIXg/7udr0pbZyuAihN10A/XuiQRY=",
7054 version = "v0.42.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007055 )
7056 go_repository(
7057 name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp",
7058 importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
7059 replace = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007060 sum = "h1:pginetY7+onl4qN1vl0xW/V/v6OBZ0vVdH+esuJgvmM=",
7061 version = "v0.42.0",
7062 )
7063 go_repository(
7064 name = "io_opentelemetry_go_contrib_propagators_b3",
7065 importpath = "go.opentelemetry.io/contrib/propagators/b3",
7066 sum = "h1:ImOVvHnku8jijXqkwCSyYKRDt2YrnGXD4BbhcpfbfJo=",
7067 version = "v1.17.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007068 )
7069 go_repository(
7070 name = "io_opentelemetry_go_otel",
7071 importpath = "go.opentelemetry.io/otel",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007072 sum = "h1:vsb/ggIY+hUjD/zCAQHpzTmndPqv/ml2ArbsbfBYTAc=",
7073 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007074 )
7075 go_repository(
7076 name = "io_opentelemetry_go_otel_exporters_otlp",
7077 importpath = "go.opentelemetry.io/otel/exporters/otlp",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007078 sum = "h1:PTNgq9MRmQqqJY0REVbZFvwkYOA85vbdQU/nVfxDyqg=",
7079 version = "v0.20.0",
7080 )
7081 go_repository(
7082 name = "io_opentelemetry_go_otel_exporters_otlp_internal_retry",
7083 importpath = "go.opentelemetry.io/otel/exporters/otlp/internal/retry",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007084 sum = "h1:TaB+1rQhddO1sF71MpZOZAuSPW1klK2M8XxfrBMfK7Y=",
7085 version = "v1.10.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007086 )
7087 go_repository(
7088 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007089 build_directives = [
7090 "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
7091 "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal/envconfig @io_opentelemetry_go_otel//exporters/otlp/internal/envconfig",
7092 ],
7093 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007094 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007095 sum = "h1:DeFD0VgTZ+Cj6hxravYYZE2W4GlneVH81iAOPjZkzk8=",
7096 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007097 )
7098 go_repository(
7099 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracegrpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007100 build_directives = [
7101 "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
7102 ],
7103 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007104 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007105 sum = "h1:gvmNvqrPYovvyRmCSygkUDyL8lC5Tl845MLEwqpxhEU=",
7106 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007107 )
7108 go_repository(
7109 name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracehttp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007110 build_directives = [
7111 "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/internal @io_opentelemetry_go_otel//exporters/otlp/internal",
7112 "gazelle:resolve go go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/retry @io_opentelemetry_go_otel_exporters_otlp_internal_retry",
7113 ],
7114 build_file_proto_mode = "disable_global",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007115 importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007116 sum = "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=",
7117 version = "v1.19.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007118 )
7119 go_repository(
7120 name = "io_opentelemetry_go_otel_metric",
7121 importpath = "go.opentelemetry.io/otel/metric",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007122 sum = "h1:ZlrO8Hu9+GAhnepmRGhSU7/VkpjrNowxRN9GyKR4wzA=",
7123 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007124 )
7125 go_repository(
7126 name = "io_opentelemetry_go_otel_oteltest",
7127 importpath = "go.opentelemetry.io/otel/oteltest",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007128 sum = "h1:HiITxCawalo5vQzdHfKeZurV8x7ljcqAgiWzF6Vaeaw=",
7129 version = "v0.20.0",
7130 )
7131 go_repository(
7132 name = "io_opentelemetry_go_otel_sdk",
7133 importpath = "go.opentelemetry.io/otel/sdk",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007134 sum = "h1:5Jf6imeFZlZtKv9Qbo6qt2ZkmWtdWx/wzcCbNUlAWGM=",
7135 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007136 )
7137 go_repository(
7138 name = "io_opentelemetry_go_otel_sdk_export_metric",
7139 importpath = "go.opentelemetry.io/otel/sdk/export/metric",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007140 sum = "h1:c5VRjxCXdQlx1HjzwGdQHzZaVI82b5EbBgOu2ljD92g=",
7141 version = "v0.20.0",
7142 )
7143 go_repository(
7144 name = "io_opentelemetry_go_otel_sdk_metric",
7145 importpath = "go.opentelemetry.io/otel/sdk/metric",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007146 sum = "h1:7ao1wpzHRVKf0OQ7GIxiQJA6X7DLX9o14gmVon7mMK8=",
7147 version = "v0.20.0",
7148 )
7149 go_repository(
7150 name = "io_opentelemetry_go_otel_trace",
7151 importpath = "go.opentelemetry.io/otel/trace",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007152 sum = "h1:+yxVAPZPbQhbC3OfAkeIVTky6iTFpcr4SiY9om7mXSQ=",
7153 version = "v1.20.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007154 )
7155 go_repository(
7156 name = "io_opentelemetry_go_proto_otlp",
7157 importpath = "go.opentelemetry.io/proto/otlp",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007158 sum = "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=",
7159 version = "v1.0.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007160 )
7161 go_repository(
7162 name = "io_rsc_binaryregexp",
7163 importpath = "rsc.io/binaryregexp",
7164 sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
7165 version = "v0.2.0",
7166 )
7167 go_repository(
7168 name = "io_rsc_pdf",
7169 importpath = "rsc.io/pdf",
7170 sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
7171 version = "v0.1.1",
7172 )
7173 go_repository(
7174 name = "io_rsc_quote_v3",
7175 importpath = "rsc.io/quote/v3",
7176 sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=",
7177 version = "v3.1.0",
7178 )
7179 go_repository(
7180 name = "io_rsc_sampler",
7181 importpath = "rsc.io/sampler",
7182 sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=",
7183 version = "v1.3.0",
7184 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007185 go_repository(
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01007186 name = "net_howett_plist",
7187 importpath = "howett.net/plist",
7188 sum = "h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=",
7189 version = "v1.0.0",
7190 )
7191 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007192 name = "net_starlark_go",
7193 importpath = "go.starlark.net",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007194 sum = "h1:VdD38733bfYv5tUZwEIskMM93VanwNIi5bIKnDrJdEY=",
7195 version = "v0.0.0-20230525235612-a134d8f9ddca",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007196 )
7197 go_repository(
7198 name = "org_bazil_fuse",
7199 importpath = "bazil.org/fuse",
7200 sum = "h1:SRsZGA7aFnCZETmov57jwPrWuTmaZK6+4R4v5FUe1/c=",
7201 version = "v0.0.0-20200407214033-5883e5a4b512",
7202 )
7203 go_repository(
7204 name = "org_bitbucket_bertimus9_systemstat",
7205 importpath = "bitbucket.org/bertimus9/systemstat",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007206 sum = "h1:n0aLnh2Jo4nBUBym9cE5PJDG8GT6g+4VuS2Ya2jYYpA=",
7207 version = "v0.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007208 )
7209 go_repository(
7210 name = "org_bitbucket_creachadair_shell",
7211 importpath = "bitbucket.org/creachadair/shell",
7212 sum = "h1:reJflDbKqnlnqb4Oo2pQ1/BqmY/eCWcNGHrIUO8qIzc=",
7213 version = "v0.0.6",
7214 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007215 go_repository(
7216 name = "org_gioui",
7217 importpath = "gioui.org",
7218 sum = "h1:K72hopUosKG3ntOPNG4OzzbuhxGuVf06fa2la1/H/Ho=",
7219 version = "v0.0.0-20210308172011-57750fc8a0a6",
7220 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007221 go_repository(
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007222 name = "org_go4_intern",
7223 importpath = "go4.org/intern",
7224 sum = "h1:UXLjNohABv4S58tHmeuIZDO6e3mHpW2Dx33gaNt03LE=",
7225 version = "v0.0.0-20211027215823-ae77deb06f29",
7226 )
7227 go_repository(
7228 name = "org_go4_unsafe_assume_no_moving_gc",
7229 importpath = "go4.org/unsafe/assume-no-moving-gc",
7230 sum = "h1:FyBZqvoA/jbNzuAWLQE2kG820zMAkcilx6BMjGbL/E4=",
7231 version = "v0.0.0-20220617031537-928513b29760",
7232 )
7233 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007234 name = "org_golang_google_api",
7235 importpath = "google.golang.org/api",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007236 sum = "h1:e/6enzUE1s4tGPa6Q3ZYShKTtvRc+1Jq0rrafhppmOs=",
7237 version = "v0.136.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007238 )
7239 go_repository(
7240 name = "org_golang_google_appengine",
7241 importpath = "google.golang.org/appengine",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01007242 sum = "h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=",
7243 version = "v1.6.8",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007244 )
7245 go_repository(
7246 name = "org_golang_google_cloud",
7247 importpath = "google.golang.org/cloud",
7248 sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=",
7249 version = "v0.0.0-20151119220103-975617b05ea8",
7250 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007251 go_repository(
7252 name = "org_golang_google_genproto",
7253 importpath = "google.golang.org/genproto",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007254 sum = "h1:VBu5YqKPv6XiJ199exd8Br+Aetz+o08F+PLMnwJQHAY=",
7255 version = "v0.0.0-20230822172742-b8732ec3820d",
7256 )
7257 go_repository(
7258 name = "org_golang_google_genproto_googleapis_api",
7259 build_file_proto_mode = "disable_global",
7260 importpath = "google.golang.org/genproto/googleapis/api",
7261 sum = "h1:DoPTO70H+bcDXcd39vOqb2viZxgqeBeSGtZ55yZU4/Q=",
7262 version = "v0.0.0-20230822172742-b8732ec3820d",
7263 )
7264 go_repository(
7265 name = "org_golang_google_genproto_googleapis_bytestream",
7266 importpath = "google.golang.org/genproto/googleapis/bytestream",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007267 sum = "h1:ZX0eQu2J+jOO87sq8fQG8J/Nfp7D7BhHpixIE5EYK/k=",
7268 version = "v0.0.0-20230807174057-1744710a1577",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007269 )
7270 go_repository(
7271 name = "org_golang_google_genproto_googleapis_rpc",
7272 build_file_proto_mode = "disable_global",
7273 importpath = "google.golang.org/genproto/googleapis/rpc",
7274 sum = "h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=",
7275 version = "v0.0.0-20230822172742-b8732ec3820d",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007276 )
7277 go_repository(
7278 name = "org_golang_google_grpc",
Serge Bazanskia9590fe2022-09-13 13:51:41 +02007279 build_file_proto_mode = "disable",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007280 importpath = "google.golang.org/grpc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007281 sum = "h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk=",
7282 version = "v1.59.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007283 )
7284 go_repository(
7285 name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
7286 importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
7287 sum = "h1:M1YKkFIboKNieVO5DLUEVzQfGwJD30Nv2jfUgzb5UcE=",
7288 version = "v1.1.0",
7289 )
7290 go_repository(
7291 name = "org_golang_google_protobuf",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007292 build_directives = [
7293 "gazelle:proto disable", # https://github.com/bazelbuild/rules_go/issues/3906
7294 ],
7295 build_extra_args = [
7296 "-exclude=**/testdata",
7297 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02007298 importpath = "google.golang.org/protobuf",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007299 sum = "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=",
7300 version = "v1.33.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007301 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007302 go_repository(
7303 name = "org_golang_x_arch",
7304 importpath = "golang.org/x/arch",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007305 sum = "h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k=",
7306 version = "v0.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007307 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007308 go_repository(
7309 name = "org_golang_x_crypto",
7310 importpath = "golang.org/x/crypto",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007311 sum = "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=",
7312 version = "v0.21.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007313 )
7314 go_repository(
7315 name = "org_golang_x_exp",
7316 importpath = "golang.org/x/exp",
Lorenz Brun65702192023-08-31 16:27:38 +02007317 replace = "golang.org/x/exp",
Tim Windelschmidt4ff00f82023-11-14 00:33:27 +01007318 sum = "h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=",
7319 version = "v0.0.0-20231110203233-9a3e6036ecaa",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007320 )
Lorenz Brun65702192023-08-31 16:27:38 +02007321 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007322 name = "org_golang_x_image",
7323 importpath = "golang.org/x/image",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007324 sum = "h1:TcHcE0vrmgzNH1v3ppjcMGbhG5+9fMuvOmUYwNEF4q4=",
7325 version = "v0.0.0-20220302094943-723b81ca9867",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007326 )
7327 go_repository(
7328 name = "org_golang_x_lint",
7329 importpath = "golang.org/x/lint",
7330 sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
7331 version = "v0.0.0-20210508222113-6edffad5e616",
7332 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007333 go_repository(
7334 name = "org_golang_x_mod",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01007335 build_extra_args = [
Lorenz Brund13c1c62022-03-30 19:58:58 +02007336 "-go_naming_convention=import_alias",
7337 "-go_naming_convention_external=import_alias",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01007338 ],
Lorenz Brund13c1c62022-03-30 19:58:58 +02007339 importpath = "golang.org/x/mod",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01007340 sum = "h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=",
7341 version = "v0.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007342 )
7343 go_repository(
7344 name = "org_golang_x_net",
7345 importpath = "golang.org/x/net",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007346 sum = "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=",
7347 version = "v0.23.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007348 )
7349 go_repository(
7350 name = "org_golang_x_oauth2",
7351 importpath = "golang.org/x/oauth2",
Tim Windelschmidtcf8a3242023-11-23 02:22:57 +01007352 sum = "h1:P0Vrf/2538nmC0H+pEQ3MNFRRnVR7RlqyVw+bvm26z0=",
7353 version = "v0.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007354 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007355 go_repository(
7356 name = "org_golang_x_sync",
7357 build_extra_args = [
7358 "-go_naming_convention=import_alias",
7359 "-go_naming_convention_external=import_alias",
7360 ],
7361 importpath = "golang.org/x/sync",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01007362 sum = "h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=",
7363 version = "v0.5.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007364 )
7365 go_repository(
7366 name = "org_golang_x_sys",
7367 importpath = "golang.org/x/sys",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007368 sum = "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=",
7369 version = "v0.18.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007370 )
7371 go_repository(
7372 name = "org_golang_x_term",
7373 importpath = "golang.org/x/term",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007374 sum = "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=",
7375 version = "v0.18.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007376 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007377 go_repository(
7378 name = "org_golang_x_text",
7379 importpath = "golang.org/x/text",
Tim Windelschmidt37dbb942023-11-13 16:06:18 +01007380 sum = "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=",
7381 version = "v0.14.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007382 )
7383 go_repository(
7384 name = "org_golang_x_time",
7385 importpath = "golang.org/x/time",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007386 sum = "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=",
7387 version = "v0.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007388 )
7389 go_repository(
7390 name = "org_golang_x_tools",
7391 importpath = "golang.org/x/tools",
7392 patch_args = ["-p1"],
7393 patches = [
7394 "//third_party/go/patches:goimports-group-merging.patch",
7395 ],
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007396 sum = "h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=",
7397 version = "v0.16.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007398 )
7399 go_repository(
7400 name = "org_golang_x_xerrors",
7401 importpath = "golang.org/x/xerrors",
Serge Bazanskia6d8b392023-04-03 15:23:57 +02007402 sum = "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=",
7403 version = "v0.0.0-20220907171357-04be3eba64a2",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007404 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007405 go_repository(
7406 name = "org_gonum_v1_gonum",
7407 importpath = "gonum.org/v1/gonum",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007408 sum = "h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=",
7409 version = "v0.11.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007410 )
7411 go_repository(
7412 name = "org_gonum_v1_netlib",
7413 importpath = "gonum.org/v1/netlib",
7414 sum = "h1:jRyg0XfpwWlhEV8mDfdNGBeSJM2fuyh9Yjrnd8kF2Ts=",
7415 version = "v0.0.0-20190331212654-76723241ea4e",
7416 )
7417 go_repository(
7418 name = "org_gonum_v1_plot",
7419 importpath = "gonum.org/v1/plot",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007420 sum = "h1:dnifSs43YJuNMDzB7v8wV64O4ABBHReuAVAoBxqBqS4=",
7421 version = "v0.10.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007422 )
7423 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007424 name = "org_modernc_b",
7425 importpath = "modernc.org/b",
7426 sum = "h1:vpvqeyp17ddcQWF29Czawql4lDdABCDRbXRAS4+aF2o=",
7427 version = "v1.0.0",
7428 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007429 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007430 name = "org_modernc_cc",
7431 importpath = "modernc.org/cc",
7432 sum = "h1:nPibNuDEx6tvYrUAtvDTTw98rx5juGsa5zuDnKwEEQQ=",
7433 version = "v1.0.0",
7434 )
7435 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007436 name = "org_modernc_cc_v3",
7437 importpath = "modernc.org/cc/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007438 sum = "h1:uISP3F66UlixxWEcKuIWERa4TwrZENHSL8tWxZz8bHg=",
7439 version = "v3.36.3",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007440 )
7441 go_repository(
7442 name = "org_modernc_ccgo_v3",
7443 importpath = "modernc.org/ccgo/v3",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007444 sum = "h1:AXquSwg7GuMk11pIdw7fmO1Y/ybgazVkMhsZWCV0mHM=",
7445 version = "v3.16.9",
7446 )
7447 go_repository(
7448 name = "org_modernc_ccorpus",
7449 importpath = "modernc.org/ccorpus",
7450 sum = "h1:J16RXiiqiCgua6+ZvQot4yUuUy8zxgqbqEEUuGPlISk=",
7451 version = "v1.11.6",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007452 )
7453 go_repository(
7454 name = "org_modernc_db",
7455 importpath = "modernc.org/db",
7456 sum = "h1:2c6NdCfaLnshSvY7OU09cyAY0gYXUZj4lmg5ItHyucg=",
7457 version = "v1.0.0",
7458 )
7459 go_repository(
7460 name = "org_modernc_file",
7461 importpath = "modernc.org/file",
7462 sum = "h1:9/PdvjVxd5+LcWUQIfapAWRGOkDLK90rloa8s/au06A=",
7463 version = "v1.0.0",
7464 )
7465 go_repository(
7466 name = "org_modernc_fileutil",
7467 importpath = "modernc.org/fileutil",
7468 sum = "h1:Z1AFLZwl6BO8A5NldQg/xTSjGLetp+1Ubvl4alfGx8w=",
7469 version = "v1.0.0",
7470 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007471 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007472 name = "org_modernc_golex",
7473 importpath = "modernc.org/golex",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007474 sum = "h1:dmSaksHMd+y6NkBsRsCShNPRaSNCNH+abrVm5/gZic8=",
7475 version = "v1.1.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007476 )
7477 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007478 name = "org_modernc_httpfs",
7479 importpath = "modernc.org/httpfs",
7480 sum = "h1:AAgIpFZRXuYnkjftxTAZwMIiwEqAfk8aVB2/oA6nAeM=",
7481 version = "v1.0.6",
7482 )
7483 go_repository(
7484 name = "org_modernc_internal",
7485 importpath = "modernc.org/internal",
7486 sum = "h1:XMDsFDcBDsibbBnHB2xzljZ+B1yrOVLEFkKL2u15Glw=",
7487 version = "v1.0.0",
7488 )
7489 go_repository(
7490 name = "org_modernc_libc",
7491 importpath = "modernc.org/libc",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007492 sum = "h1:Q8/Cpi36V/QBfuQaFVeisEBs3WqoGAJprZzmf7TfEYI=",
7493 version = "v1.17.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007494 )
7495 go_repository(
7496 name = "org_modernc_lldb",
7497 importpath = "modernc.org/lldb",
7498 sum = "h1:6vjDJxQEfhlOLwl4bhpwIz00uyFK4EmSYcbwqwbynsc=",
7499 version = "v1.0.0",
7500 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007501 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007502 name = "org_modernc_mathutil",
7503 importpath = "modernc.org/mathutil",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007504 sum = "h1:fRe9+AmYlaej+64JsEEhoWuAYBkOtQiMEU7n/XgfYi4=",
7505 version = "v1.6.0",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007506 )
7507 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007508 name = "org_modernc_memory",
7509 importpath = "modernc.org/memory",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007510 sum = "h1:dkRh86wgmq/bJu2cAS2oqBCz/KsMZU7TUM4CibQ7eBs=",
7511 version = "v1.2.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007512 )
7513 go_repository(
7514 name = "org_modernc_opt",
7515 importpath = "modernc.org/opt",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007516 sum = "h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=",
7517 version = "v0.1.3",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007518 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007519 go_repository(
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007520 name = "org_modernc_parser",
7521 importpath = "modernc.org/parser",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007522 sum = "h1:XoClYpoz2xHEDIteSQ7tICOTFcNwBI7XRCeghUS6SNI=",
7523 version = "v1.1.0",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007524 )
7525 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007526 name = "org_modernc_ql",
7527 importpath = "modernc.org/ql",
7528 sum = "h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU=",
7529 version = "v1.0.0",
7530 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007531 go_repository(
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007532 name = "org_modernc_sortutil",
7533 importpath = "modernc.org/sortutil",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007534 sum = "h1:VQGxbQGcHaQeB/BX9TQjrHFmOA0bounO1X/jvOfRo6Q=",
7535 version = "v1.1.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007536 )
7537 go_repository(
7538 name = "org_modernc_sqlite",
7539 importpath = "modernc.org/sqlite",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007540 sum = "h1:ko32eKt3jf7eqIkCgPAeHMBXw3riNSLhl2f3loEF7o8=",
7541 version = "v1.18.1",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007542 )
7543 go_repository(
7544 name = "org_modernc_strutil",
7545 importpath = "modernc.org/strutil",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007546 sum = "h1:agBi9dp1I+eOnxXeiZawM8F4LawKv4NzGWSaLfyeNZA=",
7547 version = "v1.2.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007548 )
7549 go_repository(
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007550 name = "org_modernc_tcl",
7551 importpath = "modernc.org/tcl",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007552 sum = "h1:npxzTwFTZYM8ghWicVIX1cRWzj7Nd8i6AqqX2p+IYao=",
7553 version = "v1.13.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007554 )
7555 go_repository(
7556 name = "org_modernc_token",
7557 importpath = "modernc.org/token",
7558 sum = "h1:a0jaWiNMDhDUtqOj09wvjWWAqd3q7WpBulmL9H2egsk=",
7559 version = "v1.0.0",
7560 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007561 go_repository(
Lorenz Brund13c1c62022-03-30 19:58:58 +02007562 name = "org_modernc_xc",
7563 importpath = "modernc.org/xc",
7564 sum = "h1:7ccXrupWZIS3twbUGrtKmHS2DXY6xegFua+6O3xgAFU=",
7565 version = "v1.0.0",
7566 )
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007567 go_repository(
7568 name = "org_modernc_y",
7569 importpath = "modernc.org/y",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007570 sum = "h1:U3EAg4VQmj2eoAUnMFcv+KXxVQFT19ZIA1mO1XX0b1s=",
7571 version = "v1.0.9",
Serge Bazanski46e72ab2022-09-05 15:13:22 +02007572 )
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007573 go_repository(
7574 name = "org_modernc_z",
7575 importpath = "modernc.org/z",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007576 sum = "h1:RTNHdsrOpeoSeOF4FbzTo8gBYByaJ5xT7NgZ9ZqRiJM=",
7577 version = "v1.5.1",
Serge Bazanski1e9d7d82022-09-15 18:45:44 +02007578 )
7579 go_repository(
7580 name = "org_modernc_zappy",
7581 importpath = "modernc.org/zappy",
7582 sum = "h1:dPVaP+3ueIUv4guk8PuZ2wiUGcJ1WUVvIheeSSTD0yk=",
7583 version = "v1.0.0",
7584 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007585 go_repository(
7586 name = "org_mongodb_go_mongo_driver",
7587 importpath = "go.mongodb.org/mongo-driver",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007588 sum = "h1:ny3p0reEpgsR2cfA5cjgwFZg3Cv/ofFh/8jbhGtz9VI=",
7589 version = "v1.7.5",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007590 )
7591 go_repository(
7592 name = "org_mozilla_go_pkcs7",
7593 importpath = "go.mozilla.org/pkcs7",
7594 sum = "h1:A/5uWzF44DlIgdm/PQFwfMkW0JX+cIcQi/SwLAmZP5M=",
7595 version = "v0.0.0-20200128120323-432b2356ecb1",
7596 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007597 go_repository(
7598 name = "org_uber_go_atomic",
7599 importpath = "go.uber.org/atomic",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007600 sum = "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=",
7601 version = "v1.11.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007602 )
7603 go_repository(
7604 name = "org_uber_go_goleak",
7605 importpath = "go.uber.org/goleak",
Lorenz Brun6211e4d2023-11-14 19:09:40 +01007606 sum = "h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=",
7607 version = "v1.3.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007608 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007609 go_repository(
7610 name = "org_uber_go_multierr",
7611 importpath = "go.uber.org/multierr",
Lorenz Brun65702192023-08-31 16:27:38 +02007612 sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=",
7613 version = "v1.11.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007614 )
7615 go_repository(
7616 name = "org_uber_go_tools",
7617 importpath = "go.uber.org/tools",
7618 sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
7619 version = "v0.0.0-20190618225709-2cfd321de3ee",
7620 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007621 go_repository(
7622 name = "org_uber_go_zap",
7623 importpath = "go.uber.org/zap",
Tim Windelschmidt3fdaeac2023-11-13 23:33:07 +01007624 sum = "h1:4Hvk6GtkucQ790dqmj7l1eEnRdKm3k3ZUrUMS2d5+5c=",
7625 version = "v1.25.0",
Lorenz Brund13c1c62022-03-30 19:58:58 +02007626 )
7627 go_repository(
7628 name = "tools_gotest",
7629 importpath = "gotest.tools",
7630 sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
7631 version = "v2.2.0+incompatible",
7632 )
Lorenz Brund13c1c62022-03-30 19:58:58 +02007633 go_repository(
7634 name = "tools_gotest_v3",
7635 importpath = "gotest.tools/v3",
Lorenz Brun65702192023-08-31 16:27:38 +02007636 sum = "h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=",
7637 version = "v3.4.0",
Lorenz Brun7b5d9942020-03-19 16:14:02 +01007638 )