blob: e6b69e16f39f70b6b09aab9c2e3b070d40a9e437 [file] [log] [blame]
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001load("@bazel_gazelle//:deps.bzl", "go_repository")
2
3def go_repositories():
4 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02005 name = "com_google_cloud_go",
6 importpath = "cloud.google.com/go",
Lorenz Brunb876fc32020-07-14 13:54:01 +02007 version = "v0.51.0",
8 sum = "h1:PvKAVQWCtlGUSlZkGW3QLelKaWq7KYv/MW1EboG8bfM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01009 build_extra_args = [
10 "-go_naming_convention=go_default_library",
11 "-go_naming_convention_external=go_default_library",
12 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020013 )
14 go_repository(
15 name = "com_github_azure_go_ansiterm",
16 importpath = "github.com/Azure/go-ansiterm",
17 version = "v0.0.0-20170929234023-d6e3b3328b78",
18 sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010019 build_extra_args = [
20 "-go_naming_convention=go_default_library",
21 "-go_naming_convention_external=go_default_library",
22 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020023 )
24 go_repository(
25 name = "com_github_burntsushi_toml",
26 importpath = "github.com/BurntSushi/toml",
27 version = "v0.3.1",
28 sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010029 build_extra_args = [
30 "-go_naming_convention=go_default_library",
31 "-go_naming_convention_external=go_default_library",
32 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020033 )
34 go_repository(
35 name = "com_github_makenowjust_heredoc",
36 importpath = "github.com/MakeNowJust/heredoc",
37 version = "v0.0.0-20170808103936-bb23615498cd",
38 sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010039 build_extra_args = [
40 "-go_naming_convention=go_default_library",
41 "-go_naming_convention_external=go_default_library",
42 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020043 )
44 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +010045 name = "com_github_masterminds_semver",
46 importpath = "github.com/Masterminds/semver",
47 version = "v1.4.2",
48 sum = "h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc=",
49 build_extra_args = [
50 "-go_naming_convention=go_default_library",
51 "-go_naming_convention_external=go_default_library",
52 ],
53 )
54 go_repository(
55 name = "com_github_masterminds_sprig",
56 importpath = "github.com/Masterminds/sprig",
57 version = "v2.15.0+incompatible",
58 sum = "h1:0gSxPGWS9PAr7U2NsQ2YQg6juRDINkUyuvbb4b2Xm8w=",
59 build_extra_args = [
60 "-go_naming_convention=go_default_library",
61 "-go_naming_convention_external=go_default_library",
62 ],
63 )
64 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +020065 name = "com_github_microsoft_go_winio",
66 importpath = "github.com/Microsoft/go-winio",
67 version = "v0.4.14",
68 sum = "h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010069 build_extra_args = [
70 "-go_naming_convention=go_default_library",
71 "-go_naming_convention_external=go_default_library",
72 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020073 )
74 go_repository(
75 name = "com_github_microsoft_hcsshim",
76 importpath = "github.com/Microsoft/hcsshim",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010077 version = "v0.8.10",
78 sum = "h1:k5wTrpnVU2/xv8ZuzGkbXVd3js5zJ8RnumPo5RxiIxU=",
Serge Bazanskibb7db922020-04-30 12:43:10 +020079 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010080 build_extra_args = [
81 "-go_naming_convention=go_default_library",
82 "-go_naming_convention_external=go_default_library",
83 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020084 )
85 go_repository(
86 name = "com_github_nytimes_gziphandler",
87 importpath = "github.com/NYTimes/gziphandler",
88 version = "v0.0.0-20170623195520-56545f4a5d46",
89 sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +010090 build_extra_args = [
91 "-go_naming_convention=go_default_library",
92 "-go_naming_convention_external=go_default_library",
93 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +020094 )
95 go_repository(
96 name = "com_github_puerkitobio_purell",
97 importpath = "github.com/PuerkitoBio/purell",
98 version = "v1.1.1",
99 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100100 build_extra_args = [
101 "-go_naming_convention=go_default_library",
102 "-go_naming_convention_external=go_default_library",
103 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200104 )
105 go_repository(
106 name = "com_github_puerkitobio_urlesc",
107 importpath = "github.com/PuerkitoBio/urlesc",
108 version = "v0.0.0-20170810143723-de5bf2ad4578",
109 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100110 build_extra_args = [
111 "-go_naming_convention=go_default_library",
112 "-go_naming_convention_external=go_default_library",
113 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200114 )
115 go_repository(
Lorenz Brune6573102021-11-02 14:15:37 +0100116 name = "com_github_adrg_xdg",
117 importpath = "github.com/adrg/xdg",
118 version = "v0.4.0",
119 sum = "h1:RzRqFcjH4nE5C6oTAxhBtoE2IRyjBSa62SCbyPidvls=",
120 build_extra_args = [
121 "-go_naming_convention=go_default_library",
122 "-go_naming_convention_external=go_default_library",
123 ],
124 )
125 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200126 name = "com_github_alexflint_go_filemutex",
127 importpath = "github.com/alexflint/go-filemutex",
128 version = "v0.0.0-20171022225611-72bdc8eae2ae",
129 sum = "h1:AMzIhMUqU3jMrZiTuW0zkYeKlKDAFD+DG20IoO421/Y=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100130 build_extra_args = [
131 "-go_naming_convention=go_default_library",
132 "-go_naming_convention_external=go_default_library",
133 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200134 )
135 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +0100136 name = "com_github_aokoli_goutils",
137 importpath = "github.com/aokoli/goutils",
138 version = "v1.0.1",
139 sum = "h1:7fpzNGoJ3VA8qcrm++XEE1QUe0mIwNeLa02Nwq7RDkg=",
140 build_extra_args = [
141 "-go_naming_convention=go_default_library",
142 "-go_naming_convention_external=go_default_library",
143 ],
144 )
145 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200146 name = "com_github_armon_circbuf",
147 importpath = "github.com/armon/circbuf",
148 version = "v0.0.0-20150827004946-bbbad097214e",
149 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100150 build_extra_args = [
151 "-go_naming_convention=go_default_library",
152 "-go_naming_convention_external=go_default_library",
153 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200154 )
155 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200156 name = "com_github_asaskevich_govalidator",
157 importpath = "github.com/asaskevich/govalidator",
158 version = "v0.0.0-20190424111038-f61b66f89f4a",
159 sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100160 build_extra_args = [
161 "-go_naming_convention=go_default_library",
162 "-go_naming_convention_external=go_default_library",
163 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200164 )
165 go_repository(
166 name = "com_github_beorn7_perks",
167 importpath = "github.com/beorn7/perks",
168 version = "v1.0.1",
169 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100170 build_extra_args = [
171 "-go_naming_convention=go_default_library",
172 "-go_naming_convention_external=go_default_library",
173 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200174 )
175 go_repository(
176 name = "com_github_bgentry_speakeasy",
177 importpath = "github.com/bgentry/speakeasy",
178 version = "v0.1.0",
179 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100180 build_extra_args = [
181 "-go_naming_convention=go_default_library",
182 "-go_naming_convention_external=go_default_library",
183 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200184 )
185 go_repository(
186 name = "com_github_blang_semver",
187 importpath = "github.com/blang/semver",
188 version = "v3.5.0+incompatible",
189 sum = "h1:CGxCgetQ64DKk7rdZ++Vfnb1+ogGNnB17OJKJXD2Cfs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100190 build_extra_args = [
191 "-go_naming_convention=go_default_library",
192 "-go_naming_convention_external=go_default_library",
193 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200194 )
195 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200196 name = "com_github_caddyserver_caddy",
197 importpath = "github.com/caddyserver/caddy",
198 version = "v1.0.5",
199 sum = "h1:5B1Hs0UF2x2tggr2X9jL2qOZtDXbIWQb9YLbmlxHSuM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100200 build_extra_args = [
201 "-go_naming_convention=go_default_library",
202 "-go_naming_convention_external=go_default_library",
203 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200204 )
205 go_repository(
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +0100206 name = "com_github_cavaliergopher_cpio",
207 importpath = "github.com/cavaliergopher/cpio",
208 version = "v1.0.0",
209 sum = "h1:r03k5NVg5kuFMbtRnldtwsm/8mt8qmHg/QBl7y/PUiE=",
210 build_extra_args = [
211 "-go_naming_convention=go_default_library",
212 "-go_naming_convention_external=go_default_library",
213 ],
214 )
215 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200216 name = "com_github_cenkalti_backoff",
217 importpath = "github.com/cenkalti/backoff",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100218 version = "v1.1.1-0.20190506075156-2146c9339422",
219 sum = "h1:8eZxmY1yvxGHzdzTEhI09npjMVGzNAdrqzruTX6jcK4=",
220 build_extra_args = [
221 "-go_naming_convention=go_default_library",
222 "-go_naming_convention_external=go_default_library",
223 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200224 )
225 go_repository(
226 name = "com_github_cenkalti_backoff_v4",
227 importpath = "github.com/cenkalti/backoff/v4",
228 version = "v4.0.2",
229 sum = "h1:JIufpQLbh4DkbQoii76ItQIUFzevQSqOLZca4eamEDs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100230 build_extra_args = [
231 "-go_naming_convention=go_default_library",
232 "-go_naming_convention_external=go_default_library",
233 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200234 )
235 go_repository(
236 name = "com_github_cespare_xxhash_v2",
237 importpath = "github.com/cespare/xxhash/v2",
238 version = "v2.1.1",
239 sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100240 build_extra_args = [
241 "-go_naming_convention=go_default_library",
242 "-go_naming_convention_external=go_default_library",
243 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200244 )
245 go_repository(
246 name = "com_github_chai2010_gettext_go",
247 importpath = "github.com/chai2010/gettext-go",
248 version = "v0.0.0-20160711120539-c6fed771bfd5",
249 sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100250 build_extra_args = [
251 "-go_naming_convention=go_default_library",
252 "-go_naming_convention_external=go_default_library",
253 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200254 )
255 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200256 name = "com_github_checkpoint_restore_go_criu_v4",
257 importpath = "github.com/checkpoint-restore/go-criu/v4",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100258 version = "v4.1.0",
259 sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
260 build_extra_args = [
261 "-go_naming_convention=go_default_library",
262 "-go_naming_convention_external=go_default_library",
263 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200264 )
265 go_repository(
266 name = "com_github_cilium_ebpf",
267 importpath = "github.com/cilium/ebpf",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200268 version = "v0.0.0-20200702112145-1c8d4c9ef775",
269 sum = "h1:cHzBGGVew0ezFsq2grfy2RsB8hO/eNyBgOLHBCqfR1U=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100270 build_extra_args = [
271 "-go_naming_convention=go_default_library",
272 "-go_naming_convention_external=go_default_library",
273 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200274 )
275 go_repository(
276 name = "com_github_container_storage_interface_spec",
277 importpath = "github.com/container-storage-interface/spec",
278 version = "v1.2.0",
279 sum = "h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100280 build_extra_args = [
281 "-go_naming_convention=go_default_library",
282 "-go_naming_convention_external=go_default_library",
283 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200284 )
285 go_repository(
286 name = "com_github_containerd_btrfs",
287 importpath = "github.com/containerd/btrfs",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100288 version = "v0.0.0-20201111183144-404b9149801e",
289 sum = "h1:chFw/cg0TDyK43qm8DKbblny2WHc4ML+j1KOkdEp9pI=",
290 build_extra_args = [
291 "-go_naming_convention=go_default_library",
292 "-go_naming_convention_external=go_default_library",
293 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200294 )
295 go_repository(
296 name = "com_github_containerd_cgroups",
297 importpath = "github.com/containerd/cgroups",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200298 version = "v0.0.0-20200710171044-318312a37340",
299 sum = "h1:9atoWyI9RtXFwf7UDbme/6M8Ud0rFrx+Q3ZWgSnsxtw=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200300 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100301 build_extra_args = [
302 "-go_naming_convention=go_default_library",
303 "-go_naming_convention_external=go_default_library",
304 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200305 )
306 go_repository(
307 name = "com_github_containerd_console",
308 importpath = "github.com/containerd/console",
309 version = "v1.0.0",
310 sum = "h1:fU3UuQapBs+zLJu82NhR11Rif1ny2zfMMAyPJzSN5tQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100311 build_extra_args = [
312 "-go_naming_convention=go_default_library",
313 "-go_naming_convention_external=go_default_library",
314 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200315 )
316 go_repository(
317 name = "com_github_containerd_containerd",
318 importpath = "github.com/containerd/containerd",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100319 version = "v1.4.3",
320 sum = "h1:ijQT13JedHSHrQGWFcGEwzcNKrAGIiZ+jSD5QQG07SY=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200321 build_file_proto_mode = "disable",
322 build_tags = [
323 "no_zfs",
324 "no_aufs",
325 "no_devicemapper",
326 "no_btrfs",
327 ],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100328 build_extra_args = [
329 "-go_naming_convention=go_default_library",
330 "-go_naming_convention_external=go_default_library",
331 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200332 )
333 go_repository(
334 name = "com_github_containerd_continuity",
335 importpath = "github.com/containerd/continuity",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100336 version = "v0.0.0-20200710164510-efbc4488d8fe",
337 sum = "h1:PEmIrUvwG9Yyv+0WKZqjXfSFDeZjs/q15g0m08BYS9k=",
338 build_extra_args = [
339 "-go_naming_convention=go_default_library",
340 "-go_naming_convention_external=go_default_library",
341 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200342 )
343 go_repository(
344 name = "com_github_containerd_cri",
345 importpath = "github.com/containerd/cri",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100346 version = "v1.19.1-0.20201126003523-adc0b6a578ed",
347 sum = "h1:M2yIwrNSafh4rW/yXAiAlSqpydW7vjvDjZ0ClMb+EMQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200348 build_file_proto_mode = "disable",
Lorenz Brun74e8e5c2021-01-26 14:00:50 +0100349 patches = [
350 "//third_party/go/patches:containerd-netns-statedir.patch",
351 ],
352 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100353 build_extra_args = [
354 "-go_naming_convention=go_default_library",
355 "-go_naming_convention_external=go_default_library",
356 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200357 )
358 go_repository(
359 name = "com_github_containerd_fifo",
360 importpath = "github.com/containerd/fifo",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200361 version = "v0.0.0-20200410184934-f15a3290365b",
362 sum = "h1:qUtCegLdOUVfVJOw+KDg6eJyE1TGvLlkGEd1091kSSQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100363 build_extra_args = [
364 "-go_naming_convention=go_default_library",
365 "-go_naming_convention_external=go_default_library",
366 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200367 )
368 go_repository(
369 name = "com_github_containerd_go_cni",
370 importpath = "github.com/containerd/go-cni",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100371 version = "v1.0.1",
372 sum = "h1:VXr2EkOPD0v1gu7CKfof6XzEIDzsE/dI9yj/W7PSWLs=",
373 build_extra_args = [
374 "-go_naming_convention=go_default_library",
375 "-go_naming_convention_external=go_default_library",
376 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200377 )
378 go_repository(
379 name = "com_github_containerd_go_runc",
380 importpath = "github.com/containerd/go-runc",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200381 version = "v0.0.0-20200220073739-7016d3ce2328",
382 sum = "h1:PRTagVMbJcCezLcHXe8UJvR1oBzp2lG3CEumeFOLOds=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100383 build_extra_args = [
384 "-go_naming_convention=go_default_library",
385 "-go_naming_convention_external=go_default_library",
386 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200387 )
388 go_repository(
389 name = "com_github_containerd_imgcrypt",
390 importpath = "github.com/containerd/imgcrypt",
391 version = "v1.0.1",
392 sum = "h1:IyI3IIP4m6zrNFuNFT7HizGVcuD6BYJFpdM1JvPKCbQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100393 build_extra_args = [
394 "-go_naming_convention=go_default_library",
395 "-go_naming_convention_external=go_default_library",
396 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200397 )
398 go_repository(
399 name = "com_github_containerd_ttrpc",
400 importpath = "github.com/containerd/ttrpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100401 version = "v1.0.2-0.20210119122237-222b428f008e",
402 sum = "h1:+Fbjfo26pg4HtkAw9sC/YhUwaAb16355o/J/oHkyCDc=",
403 replace = "github.com/monogon-dev/ttrpc",
404 build_extra_args = [
405 "-go_naming_convention=go_default_library",
406 "-go_naming_convention_external=go_default_library",
407 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200408 )
409 go_repository(
410 name = "com_github_containerd_typeurl",
411 importpath = "github.com/containerd/typeurl",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200412 version = "v1.0.1",
413 sum = "h1:PvuK4E3D5S5q6IqsPDCy928FhP0LUIGcmZ/Yhgp5Djw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100414 build_extra_args = [
415 "-go_naming_convention=go_default_library",
416 "-go_naming_convention_external=go_default_library",
417 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200418 )
419 go_repository(
420 name = "com_github_containernetworking_cni",
421 importpath = "github.com/containernetworking/cni",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100422 version = "v0.8.0",
423 sum = "h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=",
Lorenz Brun74e8e5c2021-01-26 14:00:50 +0100424 patches = [
425 "//third_party/go/patches:cni-fix-cachepath.patch",
426 ],
427 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100428 build_extra_args = [
429 "-go_naming_convention=go_default_library",
430 "-go_naming_convention_external=go_default_library",
431 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200432 )
433 go_repository(
434 name = "com_github_containernetworking_plugins",
435 importpath = "github.com/containernetworking/plugins",
436 version = "v0.8.2",
437 sum = "h1:5lnwfsAYO+V7yXhysJKy3E1A2Gy9oVut031zfdOzI9w=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100438 build_extra_args = [
439 "-go_naming_convention=go_default_library",
440 "-go_naming_convention_external=go_default_library",
441 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +0100442 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200443 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200444 name = "com_github_containers_ocicrypt",
445 importpath = "github.com/containers/ocicrypt",
446 version = "v1.0.1",
447 sum = "h1:EToign46OSLTFWnb2oNj9RG3XDnkOX8r28ZIXUuk5Pc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100448 build_extra_args = [
449 "-go_naming_convention=go_default_library",
450 "-go_naming_convention_external=go_default_library",
451 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200452 )
453 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200454 name = "com_github_coredns_coredns",
455 importpath = "github.com/coredns/coredns",
456 version = "v1.7.0",
457 sum = "h1:Tm2ZSdhTk+4okgjUp4K6KYzvBI2u34cdD4fKQRC4Eeo=",
458 pre_patches = [
459 "//third_party/go/patches:coredns-remove-unused-plugins.patch",
460 ],
461 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100462 build_extra_args = [
463 "-go_naming_convention=go_default_library",
464 "-go_naming_convention_external=go_default_library",
465 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200466 )
467 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200468 name = "com_github_coreos_go_iptables",
469 importpath = "github.com/coreos/go-iptables",
470 version = "v0.4.2",
471 sum = "h1:KH0EwId05JwWIfb96gWvkiT2cbuOu8ygqUaB+yPAwIg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100472 build_extra_args = [
473 "-go_naming_convention=go_default_library",
474 "-go_naming_convention_external=go_default_library",
475 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200476 )
477 go_repository(
478 name = "com_github_coreos_go_oidc",
479 importpath = "github.com/coreos/go-oidc",
480 version = "v2.1.0+incompatible",
481 sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100482 build_extra_args = [
483 "-go_naming_convention=go_default_library",
484 "-go_naming_convention_external=go_default_library",
485 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200486 )
487 go_repository(
488 name = "com_github_coreos_go_semver",
489 importpath = "github.com/coreos/go-semver",
490 version = "v0.3.0",
491 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100492 build_extra_args = [
493 "-go_naming_convention=go_default_library",
494 "-go_naming_convention_external=go_default_library",
495 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200496 )
497 go_repository(
498 name = "com_github_coreos_go_systemd",
499 importpath = "github.com/coreos/go-systemd",
500 version = "v0.0.0-20190321100706-95778dfbb74e",
501 sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100502 build_extra_args = [
503 "-go_naming_convention=go_default_library",
504 "-go_naming_convention_external=go_default_library",
505 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200506 )
507 go_repository(
508 name = "com_github_coreos_go_systemd_v22",
509 importpath = "github.com/coreos/go-systemd/v22",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100510 version = "v22.1.0",
511 sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=",
512 build_extra_args = [
513 "-go_naming_convention=go_default_library",
514 "-go_naming_convention_external=go_default_library",
515 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200516 )
517 go_repository(
518 name = "com_github_coreos_pkg",
519 importpath = "github.com/coreos/pkg",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200520 version = "v0.0.0-20180928190104-399ea9e2e55f",
521 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100522 build_extra_args = [
523 "-go_naming_convention=go_default_library",
524 "-go_naming_convention_external=go_default_library",
525 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200526 )
527 go_repository(
Serge Bazanski6ebdc412021-05-21 16:25:55 +0200528 name = "com_github_corverroos_commentwrap",
529 importpath = "github.com/corverroos/commentwrap",
530 version = "v0.0.0-20191204065359-2926638be44c",
531 sum = "h1:toeMwwechJKH0iwOoGJLZK6x42Ba9si+816KxqmgFc8=",
Serge Bazanski6ebdc412021-05-21 16:25:55 +0200532 build_extra_args = [
533 "-go_naming_convention=go_default_library",
534 "-go_naming_convention_external=go_default_library",
535 ],
536 )
537 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200538 name = "com_github_cosiner_argv",
539 importpath = "github.com/cosiner/argv",
540 version = "v0.0.0-20170225145430-13bacc38a0a5",
541 sum = "h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100542 build_extra_args = [
543 "-go_naming_convention=go_default_library",
544 "-go_naming_convention_external=go_default_library",
545 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200546 )
547 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +0200548 name = "com_github_cpuguy83_go_md2man_v2",
549 importpath = "github.com/cpuguy83/go-md2man/v2",
550 version = "v2.0.0",
551 sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100552 build_extra_args = [
553 "-go_naming_convention=go_default_library",
554 "-go_naming_convention_external=go_default_library",
555 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +0200556 )
557 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200558 name = "com_github_cyphar_filepath_securejoin",
559 importpath = "github.com/cyphar/filepath-securejoin",
560 version = "v0.2.2",
561 sum = "h1:jCwT2GTP+PY5nBz3c/YL5PAIbusElVrPujOBSCj8xRg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100562 build_extra_args = [
563 "-go_naming_convention=go_default_library",
564 "-go_naming_convention_external=go_default_library",
565 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200566 )
567 go_repository(
568 name = "com_github_davecgh_go_spew",
569 importpath = "github.com/davecgh/go-spew",
570 version = "v1.1.1",
571 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100572 build_extra_args = [
573 "-go_naming_convention=go_default_library",
574 "-go_naming_convention_external=go_default_library",
575 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200576 )
577 go_repository(
578 name = "com_github_daviddengcn_go_colortext",
579 importpath = "github.com/daviddengcn/go-colortext",
580 version = "v0.0.0-20160507010035-511bcaf42ccd",
581 sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100582 build_extra_args = [
583 "-go_naming_convention=go_default_library",
584 "-go_naming_convention_external=go_default_library",
585 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200586 )
587 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200588 name = "com_github_dgrijalva_jwt_go",
589 importpath = "github.com/dgrijalva/jwt-go",
590 version = "v3.2.0+incompatible",
591 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100592 build_extra_args = [
593 "-go_naming_convention=go_default_library",
594 "-go_naming_convention_external=go_default_library",
595 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200596 )
597 go_repository(
598 name = "com_github_diskfs_go_diskfs",
599 importpath = "github.com/diskfs/go-diskfs",
Lorenz Brun57479bb2021-10-26 14:01:06 +0200600 version = "v1.2.0",
601 sum = "h1:Ow4xorEDw1VNYKbC+SA/qQNwi5gWIwdKUxmUcLFST24=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100602 build_extra_args = [
603 "-go_naming_convention=go_default_library",
604 "-go_naming_convention_external=go_default_library",
605 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200606 )
607 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200608 name = "com_github_dnstap_golang_dnstap",
609 importpath = "github.com/dnstap/golang-dnstap",
610 version = "v0.2.0",
611 sum = "h1:+NrmP4mkaTeKYV7xJ5FXpUxRn0RpcgoQcsOCTS8WQPk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100612 build_extra_args = [
613 "-go_naming_convention=go_default_library",
614 "-go_naming_convention_external=go_default_library",
615 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200616 )
617 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200618 name = "com_github_docker_distribution",
619 importpath = "github.com/docker/distribution",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200620 version = "v2.7.1+incompatible",
621 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100622 build_extra_args = [
623 "-go_naming_convention=go_default_library",
624 "-go_naming_convention_external=go_default_library",
625 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200626 )
627 go_repository(
628 name = "com_github_docker_docker",
629 importpath = "github.com/docker/docker",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200630 version = "v17.12.0-ce-rc1.0.20200310163718-4634ce647cf2+incompatible",
631 sum = "h1:ax4NateCD5bjRTqLvQBlFrSUPOoZRgEXWpJ6Bmu6OO0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100632 build_extra_args = [
633 "-go_naming_convention=go_default_library",
634 "-go_naming_convention_external=go_default_library",
635 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200636 )
637 go_repository(
638 name = "com_github_docker_go_connections",
639 importpath = "github.com/docker/go-connections",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200640 version = "v0.4.0",
641 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100642 build_extra_args = [
643 "-go_naming_convention=go_default_library",
644 "-go_naming_convention_external=go_default_library",
645 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200646 )
647 go_repository(
648 name = "com_github_docker_go_events",
649 importpath = "github.com/docker/go-events",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200650 version = "v0.0.0-20190806004212-e31b211e4f1c",
651 sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100652 build_extra_args = [
653 "-go_naming_convention=go_default_library",
654 "-go_naming_convention_external=go_default_library",
655 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200656 )
657 go_repository(
658 name = "com_github_docker_go_metrics",
659 importpath = "github.com/docker/go-metrics",
660 version = "v0.0.1",
661 sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100662 build_extra_args = [
663 "-go_naming_convention=go_default_library",
664 "-go_naming_convention_external=go_default_library",
665 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200666 )
667 go_repository(
668 name = "com_github_docker_go_units",
669 importpath = "github.com/docker/go-units",
670 version = "v0.4.0",
671 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100672 build_extra_args = [
673 "-go_naming_convention=go_default_library",
674 "-go_naming_convention_external=go_default_library",
675 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200676 )
677 go_repository(
678 name = "com_github_docker_spdystream",
679 importpath = "github.com/docker/spdystream",
680 version = "v0.0.0-20160310174837-449fdfce4d96",
681 sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100682 build_extra_args = [
683 "-go_naming_convention=go_default_library",
684 "-go_naming_convention_external=go_default_library",
685 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200686 )
687 go_repository(
688 name = "com_github_dustin_go_humanize",
689 importpath = "github.com/dustin/go-humanize",
690 version = "v1.0.0",
691 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100692 build_extra_args = [
693 "-go_naming_convention=go_default_library",
694 "-go_naming_convention_external=go_default_library",
695 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200696 )
697 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +0200698 name = "com_github_elazarl_goproxy",
699 importpath = "github.com/elazarl/goproxy",
700 version = "v0.0.0-20180725130230-947c36da3153",
701 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100702 build_extra_args = [
703 "-go_naming_convention=go_default_library",
704 "-go_naming_convention_external=go_default_library",
705 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +0200706 )
707 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200708 name = "com_github_emicklei_go_restful",
709 importpath = "github.com/emicklei/go-restful",
710 version = "v2.9.5+incompatible",
711 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100712 build_extra_args = [
713 "-go_naming_convention=go_default_library",
714 "-go_naming_convention_external=go_default_library",
715 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200716 )
717 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200718 name = "com_github_euank_go_kmsg_parser",
719 importpath = "github.com/euank/go-kmsg-parser",
720 version = "v2.0.0+incompatible",
721 sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100722 build_extra_args = [
723 "-go_naming_convention=go_default_library",
724 "-go_naming_convention_external=go_default_library",
725 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200726 )
727 go_repository(
728 name = "com_github_evanphx_json_patch",
729 importpath = "github.com/evanphx/json-patch",
Serge Bazanski19eb0002021-01-21 14:25:25 +0100730 version = "v4.9.0+incompatible",
731 sum = "h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100732 build_extra_args = [
733 "-go_naming_convention=go_default_library",
734 "-go_naming_convention_external=go_default_library",
735 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200736 )
737 go_repository(
738 name = "com_github_exponent_io_jsonpath",
739 importpath = "github.com/exponent-io/jsonpath",
740 version = "v0.0.0-20151013193312-d6023ce2651d",
741 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100742 build_extra_args = [
743 "-go_naming_convention=go_default_library",
744 "-go_naming_convention_external=go_default_library",
745 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200746 )
747 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200748 name = "com_github_farsightsec_golang_framestream",
749 importpath = "github.com/farsightsec/golang-framestream",
750 version = "v0.0.0-20190425193708-fa4b164d59b8",
751 sum = "h1:/iPdQppoAsTfML+yqFSq2EBChiEMnRkh5WvhFgtWwcU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100752 build_extra_args = [
753 "-go_naming_convention=go_default_library",
754 "-go_naming_convention_external=go_default_library",
755 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200756 )
757 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200758 name = "com_github_fatih_camelcase",
759 importpath = "github.com/fatih/camelcase",
760 version = "v1.0.0",
761 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100762 build_extra_args = [
763 "-go_naming_convention=go_default_library",
764 "-go_naming_convention_external=go_default_library",
765 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200766 )
767 go_repository(
768 name = "com_github_fatih_color",
769 importpath = "github.com/fatih/color",
770 version = "v1.7.0",
771 sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100772 build_extra_args = [
773 "-go_naming_convention=go_default_library",
774 "-go_naming_convention_external=go_default_library",
775 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200776 )
777 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200778 name = "com_github_flynn_go_shlex",
779 importpath = "github.com/flynn/go-shlex",
780 version = "v0.0.0-20150515145356-3f9db97f8568",
781 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100782 build_extra_args = [
783 "-go_naming_convention=go_default_library",
784 "-go_naming_convention_external=go_default_library",
785 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200786 )
787 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200788 name = "com_github_fullsailor_pkcs7",
789 importpath = "github.com/fullsailor/pkcs7",
790 version = "v0.0.0-20180613152042-8306686428a5",
791 sum = "h1:v+vxrd9XS8uWIXG2RK0BHCnXc30qLVQXVqbK+IOmpXk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100792 build_extra_args = [
793 "-go_naming_convention=go_default_library",
794 "-go_naming_convention_external=go_default_library",
795 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200796 )
797 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200798 name = "com_github_ghodss_yaml",
799 importpath = "github.com/ghodss/yaml",
800 version = "v1.0.0",
801 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100802 build_extra_args = [
803 "-go_naming_convention=go_default_library",
804 "-go_naming_convention_external=go_default_library",
805 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200806 )
807 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200808 name = "com_github_go_delve_delve",
809 importpath = "github.com/go-delve/delve",
810 version = "v1.4.1",
811 sum = "h1:kZs0umEv+VKnK84kY9/ZXWrakdLTeRTyYjFdgLelZCQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100812 build_extra_args = [
813 "-go_naming_convention=go_default_library",
814 "-go_naming_convention_external=go_default_library",
815 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200816 )
817 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200818 name = "com_github_go_logr_logr",
819 importpath = "github.com/go-logr/logr",
820 version = "v0.2.0",
821 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100822 build_extra_args = [
823 "-go_naming_convention=go_default_library",
824 "-go_naming_convention_external=go_default_library",
825 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200826 )
827 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200828 name = "com_github_go_openapi_analysis",
829 importpath = "github.com/go-openapi/analysis",
830 version = "v0.19.5",
831 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100832 build_extra_args = [
833 "-go_naming_convention=go_default_library",
834 "-go_naming_convention_external=go_default_library",
835 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200836 )
837 go_repository(
838 name = "com_github_go_openapi_errors",
839 importpath = "github.com/go-openapi/errors",
840 version = "v0.19.2",
841 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100842 build_extra_args = [
843 "-go_naming_convention=go_default_library",
844 "-go_naming_convention_external=go_default_library",
845 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200846 )
847 go_repository(
848 name = "com_github_go_openapi_jsonpointer",
849 importpath = "github.com/go-openapi/jsonpointer",
850 version = "v0.19.3",
851 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100852 build_extra_args = [
853 "-go_naming_convention=go_default_library",
854 "-go_naming_convention_external=go_default_library",
855 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200856 )
857 go_repository(
858 name = "com_github_go_openapi_jsonreference",
859 importpath = "github.com/go-openapi/jsonreference",
860 version = "v0.19.3",
861 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100862 build_extra_args = [
863 "-go_naming_convention=go_default_library",
864 "-go_naming_convention_external=go_default_library",
865 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200866 )
867 go_repository(
868 name = "com_github_go_openapi_loads",
869 importpath = "github.com/go-openapi/loads",
870 version = "v0.19.4",
871 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100872 build_extra_args = [
873 "-go_naming_convention=go_default_library",
874 "-go_naming_convention_external=go_default_library",
875 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200876 )
877 go_repository(
878 name = "com_github_go_openapi_runtime",
879 importpath = "github.com/go-openapi/runtime",
880 version = "v0.19.4",
881 sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100882 build_extra_args = [
883 "-go_naming_convention=go_default_library",
884 "-go_naming_convention_external=go_default_library",
885 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200886 )
887 go_repository(
888 name = "com_github_go_openapi_spec",
889 importpath = "github.com/go-openapi/spec",
890 version = "v0.19.3",
891 sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100892 build_extra_args = [
893 "-go_naming_convention=go_default_library",
894 "-go_naming_convention_external=go_default_library",
895 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200896 )
897 go_repository(
898 name = "com_github_go_openapi_strfmt",
899 importpath = "github.com/go-openapi/strfmt",
900 version = "v0.19.3",
901 sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100902 build_extra_args = [
903 "-go_naming_convention=go_default_library",
904 "-go_naming_convention_external=go_default_library",
905 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200906 )
907 go_repository(
908 name = "com_github_go_openapi_swag",
909 importpath = "github.com/go-openapi/swag",
910 version = "v0.19.5",
911 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100912 build_extra_args = [
913 "-go_naming_convention=go_default_library",
914 "-go_naming_convention_external=go_default_library",
915 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200916 )
917 go_repository(
918 name = "com_github_go_openapi_validate",
919 importpath = "github.com/go-openapi/validate",
920 version = "v0.19.5",
921 sum = "h1:QhCBKRYqZR+SKo4gl1lPhPahope8/RLt6EVgY8X80w0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100922 build_extra_args = [
923 "-go_naming_convention=go_default_library",
924 "-go_naming_convention_external=go_default_library",
925 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200926 )
927 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200928 name = "com_github_go_stack_stack",
929 importpath = "github.com/go-stack/stack",
930 version = "v1.8.0",
931 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100932 build_extra_args = [
933 "-go_naming_convention=go_default_library",
934 "-go_naming_convention_external=go_default_library",
935 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200936 )
937 go_repository(
938 name = "com_github_godbus_dbus_v5",
939 importpath = "github.com/godbus/dbus/v5",
940 version = "v5.0.3",
941 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100942 build_extra_args = [
943 "-go_naming_convention=go_default_library",
944 "-go_naming_convention_external=go_default_library",
945 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200946 )
947 go_repository(
948 name = "com_github_gofrs_flock",
949 importpath = "github.com/gofrs/flock",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +0100950 version = "v0.8.0",
951 sum = "h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100952 build_extra_args = [
953 "-go_naming_convention=go_default_library",
954 "-go_naming_convention_external=go_default_library",
955 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200956 )
957 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200958 name = "com_github_gogo_googleapis",
959 importpath = "github.com/gogo/googleapis",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200960 version = "v1.3.2",
961 sum = "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200962 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100963 build_extra_args = [
964 "-go_naming_convention=go_default_library",
965 "-go_naming_convention_external=go_default_library",
966 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200967 )
968 go_repository(
969 name = "com_github_gogo_protobuf",
970 importpath = "github.com/gogo/protobuf",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200971 version = "v1.3.1",
972 sum = "h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100973 build_extra_args = [
974 "-go_naming_convention=go_default_library",
975 "-go_naming_convention_external=go_default_library",
976 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200977 )
978 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200979 name = "com_github_golang_groupcache",
980 importpath = "github.com/golang/groupcache",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200981 version = "v0.0.0-20191227052852-215e87163ea7",
982 sum = "h1:5ZkaAPbicIKTF2I64qf5Fh8Aa83Q/dnOafMYV0OMwjA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100983 build_extra_args = [
984 "-go_naming_convention=go_default_library",
985 "-go_naming_convention_external=go_default_library",
986 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200987 )
988 go_repository(
989 name = "com_github_google_btree",
990 importpath = "github.com/google/btree",
991 version = "v1.0.0",
992 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100993 build_extra_args = [
994 "-go_naming_convention=go_default_library",
995 "-go_naming_convention_external=go_default_library",
996 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200997 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +0100998 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +0200999 name = "com_github_google_cadvisor",
1000 importpath = "github.com/google/cadvisor",
Serge Bazanski19eb0002021-01-21 14:25:25 +01001001 version = "v0.37.3",
1002 sum = "h1:qsH/np74sg1/tEe+bn+e2JIPFxrw6En3gCVuQdolc74=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001003 build_extra_args = [
1004 "-go_naming_convention=go_default_library",
1005 "-go_naming_convention_external=go_default_library",
1006 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001007 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001008 go_repository(
Lorenz Bruna50e8452020-09-09 17:09:27 +02001009 name = "com_github_google_certificate_transparency_go",
1010 importpath = "github.com/google/certificate-transparency-go",
1011 version = "v1.1.0",
1012 sum = "h1:10MlrYzh5wfkToxWI4yJzffsxLfxcEDlOATMx/V9Kzw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001013 build_extra_args = [
1014 "-go_naming_convention=go_default_library",
1015 "-go_naming_convention_external=go_default_library",
1016 ],
Lorenz Bruna50e8452020-09-09 17:09:27 +02001017 )
1018 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001019 name = "com_github_google_go_cmp",
1020 importpath = "github.com/google/go-cmp",
1021 version = "v0.4.0",
1022 sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001023 build_extra_args = [
1024 "-go_naming_convention=go_default_library",
1025 "-go_naming_convention_external=go_default_library",
1026 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001027 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02001028 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001029 name = "com_github_google_go_dap",
1030 importpath = "github.com/google/go-dap",
1031 version = "v0.2.0",
1032 sum = "h1:whjIGQRumwbR40qRU7CEKuFLmePUUc2s4Nt9DoXXxWk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001033 build_extra_args = [
1034 "-go_naming_convention=go_default_library",
1035 "-go_naming_convention_external=go_default_library",
1036 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001037 )
1038 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001039 name = "com_github_google_go_tpm",
1040 importpath = "github.com/google/go-tpm",
1041 version = "v0.1.2-0.20190725015402-ae6dd98980d4",
1042 sum = "h1:GNNkIb6NSjYfw+KvgUFW590mcgsSFihocSrbXct1sEw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001043 build_extra_args = [
1044 "-go_naming_convention=go_default_library",
1045 "-go_naming_convention_external=go_default_library",
1046 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001047 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02001048 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001049 name = "com_github_google_go_tpm_tools",
1050 importpath = "github.com/google/go-tpm-tools",
1051 version = "v0.0.0-20190731025042-f8c04ff88181",
1052 sum = "h1:1Y5W2uh6E7I6hhI6c0WVSbV+Ae15uhemqi3RvSgtZpk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001053 build_extra_args = [
1054 "-go_naming_convention=go_default_library",
1055 "-go_naming_convention_external=go_default_library",
1056 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001057 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001058 go_repository(
1059 name = "com_github_google_gofuzz",
1060 importpath = "github.com/google/gofuzz",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001061 version = "v1.1.0",
1062 sum = "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001063 build_extra_args = [
1064 "-go_naming_convention=go_default_library",
1065 "-go_naming_convention_external=go_default_library",
1066 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001067 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001068 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001069 name = "com_github_google_gopacket",
1070 importpath = "github.com/google/gopacket",
1071 version = "v1.1.17",
1072 sum = "h1:rMrlX2ZY2UbvT+sdz3+6J+pp2z+msCq9MxTU6ymxbBY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001073 build_extra_args = [
1074 "-go_naming_convention=go_default_library",
1075 "-go_naming_convention_external=go_default_library",
1076 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +02001077 )
1078 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001079 name = "com_github_google_gvisor",
1080 importpath = "github.com/google/gvisor",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001081 version = "v0.0.0-20211029210316-b822923b706d",
1082 sum = "h1:DLypxrLRMq0P4f96vlutTfJpM5/Y8q6rDafgBU1pxAs=",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001083 patches = [
1084 "//third_party/go/patches:gvisor.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001085 "//third_party/go/patches:gvisor-build-against-newer-runtime-specs.patch",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001086 "//third_party/go/patches:gvisor-cgroup-fix.patch",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001087 ],
1088 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001089 build_extra_args = [
1090 "-go_naming_convention=go_default_library",
1091 "-go_naming_convention_external=go_default_library",
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001092 ],
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001093 )
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001094 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001095 name = "com_github_google_nftables",
1096 importpath = "github.com/google/nftables",
1097 version = "v0.0.0-20200316075819-7127d9d22474",
1098 sum = "h1:D6bN82zzK92ywYsE+Zjca7EHZCRZbcNTU3At7WdxQ+c=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001099 build_extra_args = [
1100 "-go_naming_convention=go_default_library",
1101 "-go_naming_convention_external=go_default_library",
1102 ],
Lorenz Brun52f7f292020-06-24 16:42:02 +02001103 )
1104 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001105 name = "com_github_google_subcommands",
1106 importpath = "github.com/google/subcommands",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001107 version = "v1.0.2-0.20190508160503-636abe8753b8",
1108 sum = "h1:8nlgEAjIalk6uj/CGKCdOO8CQqTeysvcW4RFZ6HbkGM=",
1109 build_extra_args = [
1110 "-go_naming_convention=go_default_library",
1111 "-go_naming_convention_external=go_default_library",
1112 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001113 )
1114 go_repository(
1115 name = "com_github_google_uuid",
1116 importpath = "github.com/google/uuid",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001117 version = "v1.1.1",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001118 sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001119 build_extra_args = [
1120 "-go_naming_convention=go_default_library",
1121 "-go_naming_convention_external=go_default_library",
1122 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001123 )
1124 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001125 name = "com_github_googleapis_gnostic",
1126 importpath = "github.com/googleapis/gnostic",
1127 version = "v0.4.1",
1128 sum = "h1:DLJCy1n/vrD4HPjOvYcT8aYQXpPIzoRZONaYwyycI+I=",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001129 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001130 build_extra_args = [
1131 "-go_naming_convention=go_default_library",
1132 "-go_naming_convention_external=go_default_library",
1133 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001134 )
1135 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001136 name = "com_github_gorilla_websocket",
1137 importpath = "github.com/gorilla/websocket",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001138 version = "v1.4.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001139 sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001140 build_extra_args = [
1141 "-go_naming_convention=go_default_library",
1142 "-go_naming_convention_external=go_default_library",
1143 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001144 )
1145 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001146 name = "com_github_gregjones_httpcache",
1147 importpath = "github.com/gregjones/httpcache",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001148 version = "v0.0.0-20180305231024-9cad4c3443a7",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001149 sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001150 build_extra_args = [
1151 "-go_naming_convention=go_default_library",
1152 "-go_naming_convention_external=go_default_library",
1153 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001154 )
1155 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001156 name = "com_github_grpc_ecosystem_go_grpc_middleware",
1157 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
1158 version = "v1.0.1-0.20190118093823-f849b5445de4",
1159 sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001160 build_extra_args = [
1161 "-go_naming_convention=go_default_library",
1162 "-go_naming_convention_external=go_default_library",
1163 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001164 )
1165 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001166 name = "com_github_grpc_ecosystem_go_grpc_prometheus",
1167 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1168 version = "v1.2.0",
1169 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001170 build_extra_args = [
1171 "-go_naming_convention=go_default_library",
1172 "-go_naming_convention_external=go_default_library",
1173 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001174 )
1175 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001176 name = "com_github_grpc_ecosystem_grpc_gateway",
1177 importpath = "github.com/grpc-ecosystem/grpc-gateway",
1178 version = "v1.9.5",
1179 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001180 build_extra_args = [
1181 "-go_naming_convention=go_default_library",
1182 "-go_naming_convention_external=go_default_library",
1183 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001184 )
1185 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001186 name = "com_github_grpc_ecosystem_grpc_opentracing",
1187 importpath = "github.com/grpc-ecosystem/grpc-opentracing",
1188 version = "v0.0.0-20180507213350-8e809c8a8645",
1189 sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001190 build_extra_args = [
1191 "-go_naming_convention=go_default_library",
1192 "-go_naming_convention_external=go_default_library",
1193 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001194 )
1195 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001196 name = "com_github_grpc_grpc",
1197 importpath = "github.com/grpc/grpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001198 version = "v1.29.1",
1199 sum = "h1:oDOYav2X6WE7espebiQ//iP9N+/gGygUv6XuuyvkFMc=",
1200 build_extra_args = [
1201 "-go_naming_convention=go_default_library",
1202 "-go_naming_convention_external=go_default_library",
1203 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001204 )
1205 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001206 name = "com_github_hashicorp_errwrap",
1207 importpath = "github.com/hashicorp/errwrap",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001208 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001209 sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001210 build_extra_args = [
1211 "-go_naming_convention=go_default_library",
1212 "-go_naming_convention_external=go_default_library",
1213 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001214 )
1215 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001216 name = "com_github_hashicorp_go_multierror",
1217 importpath = "github.com/hashicorp/go-multierror",
1218 version = "v1.0.0",
1219 sum = "h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001220 build_extra_args = [
1221 "-go_naming_convention=go_default_library",
1222 "-go_naming_convention_external=go_default_library",
1223 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001224 )
1225 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001226 name = "com_github_hashicorp_golang_lru",
1227 importpath = "github.com/hashicorp/golang-lru",
1228 version = "v0.5.3",
1229 sum = "h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001230 build_extra_args = [
1231 "-go_naming_convention=go_default_library",
1232 "-go_naming_convention_external=go_default_library",
1233 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001234 )
1235 go_repository(
1236 name = "com_github_hashicorp_hcl",
1237 importpath = "github.com/hashicorp/hcl",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001238 version = "v1.0.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001239 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001240 build_extra_args = [
1241 "-go_naming_convention=go_default_library",
1242 "-go_naming_convention_external=go_default_library",
1243 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001244 )
1245 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02001246 name = "com_github_hpcloud_tail",
1247 importpath = "github.com/hpcloud/tail",
1248 version = "v1.0.0",
1249 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001250 build_extra_args = [
1251 "-go_naming_convention=go_default_library",
1252 "-go_naming_convention_external=go_default_library",
1253 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02001254 )
1255 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +01001256 name = "com_github_huandu_xstrings",
1257 importpath = "github.com/huandu/xstrings",
1258 version = "v1.0.0",
1259 sum = "h1:pO2K/gKgKaat5LdpAhxhluX2GPQMaI3W5FUz/I/UnWk=",
1260 build_extra_args = [
1261 "-go_naming_convention=go_default_library",
1262 "-go_naming_convention_external=go_default_library",
1263 ],
1264 )
1265 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001266 name = "com_github_imdario_mergo",
1267 importpath = "github.com/imdario/mergo",
1268 version = "v0.3.7",
1269 sum = "h1:Y+UAYTZ7gDEuOfhxKWy+dvb5dRQ6rJjFSdX2HZY1/gI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001270 build_extra_args = [
1271 "-go_naming_convention=go_default_library",
1272 "-go_naming_convention_external=go_default_library",
1273 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001274 )
1275 go_repository(
Serge Bazanskidd7b2d22021-07-02 17:13:22 +02001276 name = "com_github_inconshreveable_mousetrap",
1277 importpath = "github.com/inconshreveable/mousetrap",
1278 version = "v1.0.0",
1279 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
1280 build_extra_args = [
1281 "-go_naming_convention=go_default_library",
1282 "-go_naming_convention_external=go_default_library",
1283 ],
1284 )
1285 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001286 name = "com_github_infobloxopen_go_trees",
1287 importpath = "github.com/infobloxopen/go-trees",
1288 version = "v0.0.0-20190313150506-2af4e13f9062",
1289 sum = "h1:d3VSuNcgTCn21dNMm8g412Fck/XWFmMj4nJhhHT7ZZ0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001290 build_extra_args = [
1291 "-go_naming_convention=go_default_library",
1292 "-go_naming_convention_external=go_default_library",
1293 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001294 )
1295 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001296 name = "com_github_insomniacslk_dhcp",
1297 importpath = "github.com/insomniacslk/dhcp",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01001298 version = "v0.0.0-20200922210017-67c425063dca",
1299 sum = "h1:zhwTlFGM8ZkD5J/c43IWkxSJQWzhm20QWou8zajbCck=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001300 build_extra_args = [
1301 "-go_naming_convention=go_default_library",
1302 "-go_naming_convention_external=go_default_library",
1303 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001304 )
1305 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001306 name = "com_github_j_keck_arping",
1307 importpath = "github.com/j-keck/arping",
1308 version = "v0.0.0-20160618110441-2cf9dc699c56",
1309 sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001310 build_extra_args = [
1311 "-go_naming_convention=go_default_library",
1312 "-go_naming_convention_external=go_default_library",
1313 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001314 )
1315 go_repository(
Lorenz Brun878f5f92020-05-12 16:15:39 +02001316 name = "com_github_joho_godotenv",
1317 importpath = "github.com/joho/godotenv",
1318 version = "v1.3.0",
1319 sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001320 build_extra_args = [
1321 "-go_naming_convention=go_default_library",
1322 "-go_naming_convention_external=go_default_library",
1323 ],
Lorenz Brun878f5f92020-05-12 16:15:39 +02001324 )
1325 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001326 name = "com_github_jonboulle_clockwork",
1327 importpath = "github.com/jonboulle/clockwork",
1328 version = "v0.1.0",
1329 sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001330 build_extra_args = [
1331 "-go_naming_convention=go_default_library",
1332 "-go_naming_convention_external=go_default_library",
1333 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001334 )
1335 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001336 name = "com_github_json_iterator_go",
1337 importpath = "github.com/json-iterator/go",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001338 version = "v1.1.10",
1339 sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=",
1340 build_extra_args = [
1341 "-go_naming_convention=go_default_library",
1342 "-go_naming_convention_external=go_default_library",
1343 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001344 )
1345 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001346 name = "com_github_karrick_godirwalk",
1347 importpath = "github.com/karrick/godirwalk",
1348 version = "v1.7.5",
1349 sum = "h1:VbzFqwXwNbAZoA6W5odrLr+hKK197CcENcPh6E/gJ0M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001350 build_extra_args = [
1351 "-go_naming_convention=go_default_library",
1352 "-go_naming_convention_external=go_default_library",
1353 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001354 )
1355 go_repository(
1356 name = "com_github_kevinburke_go_bindata",
1357 importpath = "github.com/kevinburke/go-bindata",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001358 version = "v3.16.0+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001359 sum = "h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001360 build_extra_args = [
1361 "-go_naming_convention=go_default_library",
1362 "-go_naming_convention_external=go_default_library",
1363 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001364 )
1365 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001366 name = "com_github_koneu_natend",
1367 importpath = "github.com/koneu/natend",
1368 version = "v0.0.0-20150829182554-ec0926ea948d",
1369 sum = "h1:MFX8DxRnKMY/2M3H61iSsVbo/n3h0MWGmWNN1UViOU0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001370 build_extra_args = [
1371 "-go_naming_convention=go_default_library",
1372 "-go_naming_convention_external=go_default_library",
1373 ],
Lorenz Brun52f7f292020-06-24 16:42:02 +02001374 )
1375 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001376 name = "com_github_konsorten_go_windows_terminal_sequences",
1377 importpath = "github.com/konsorten/go-windows-terminal-sequences",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001378 version = "v1.0.3",
1379 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001380 build_extra_args = [
1381 "-go_naming_convention=go_default_library",
1382 "-go_naming_convention_external=go_default_library",
1383 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001384 )
1385 go_repository(
1386 name = "com_github_kr_pretty",
1387 importpath = "github.com/kr/pretty",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001388 version = "v0.1.0",
1389 sum = "h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=",
1390 build_extra_args = [
1391 "-go_naming_convention=go_default_library",
1392 "-go_naming_convention_external=go_default_library",
1393 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001394 )
1395 go_repository(
1396 name = "com_github_kr_pty",
1397 importpath = "github.com/kr/pty",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001398 version = "v1.1.4-0.20190131011033-7dc38fb350b1",
1399 sum = "h1:zc0R6cOw98cMengLA0fvU55mqbnN7sd/tBMLzSejp+M=",
1400 build_extra_args = [
1401 "-go_naming_convention=go_default_library",
1402 "-go_naming_convention_external=go_default_library",
1403 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001404 )
1405 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001406 name = "com_github_liggitt_tabwriter",
1407 importpath = "github.com/liggitt/tabwriter",
1408 version = "v0.0.0-20181228230101-89fcab3d43de",
1409 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001410 build_extra_args = [
1411 "-go_naming_convention=go_default_library",
1412 "-go_naming_convention_external=go_default_library",
1413 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001414 )
1415 go_repository(
1416 name = "com_github_lithammer_dedent",
1417 importpath = "github.com/lithammer/dedent",
1418 version = "v1.1.0",
1419 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001420 build_extra_args = [
1421 "-go_naming_convention=go_default_library",
1422 "-go_naming_convention_external=go_default_library",
1423 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001424 )
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01001425 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001426 name = "com_github_magiconair_properties",
1427 importpath = "github.com/magiconair/properties",
Serge Bazanski520c9342020-12-22 10:58:41 +01001428 version = "v1.8.1",
1429 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001430 build_extra_args = [
1431 "-go_naming_convention=go_default_library",
1432 "-go_naming_convention_external=go_default_library",
1433 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001434 )
1435 go_repository(
1436 name = "com_github_mailru_easyjson",
1437 importpath = "github.com/mailru/easyjson",
1438 version = "v0.7.0",
1439 sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001440 build_extra_args = [
1441 "-go_naming_convention=go_default_library",
1442 "-go_naming_convention_external=go_default_library",
1443 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001444 )
1445 go_repository(
1446 name = "com_github_mattn_go_colorable",
1447 importpath = "github.com/mattn/go-colorable",
1448 version = "v0.0.9",
1449 sum = "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001450 build_extra_args = [
1451 "-go_naming_convention=go_default_library",
1452 "-go_naming_convention_external=go_default_library",
1453 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001454 )
1455 go_repository(
1456 name = "com_github_mattn_go_isatty",
1457 importpath = "github.com/mattn/go-isatty",
1458 version = "v0.0.4",
1459 sum = "h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001460 build_extra_args = [
1461 "-go_naming_convention=go_default_library",
1462 "-go_naming_convention_external=go_default_library",
1463 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001464 )
1465 go_repository(
1466 name = "com_github_mattn_go_runewidth",
1467 importpath = "github.com/mattn/go-runewidth",
1468 version = "v0.0.2",
1469 sum = "h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001470 build_extra_args = [
1471 "-go_naming_convention=go_default_library",
1472 "-go_naming_convention_external=go_default_library",
1473 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001474 )
1475 go_repository(
Lorenz Brunb60d9cb2021-02-18 17:34:00 +01001476 name = "com_github_mattn_go_shellwords",
1477 importpath = "github.com/mattn/go-shellwords",
1478 version = "v1.0.11",
1479 sum = "h1:vCoR9VPpsk/TZFW2JwK5I9S0xdrtUq2bph6/YjEPnaw=",
1480 build_extra_args = [
1481 "-go_naming_convention=go_default_library",
1482 "-go_naming_convention_external=go_default_library",
1483 ],
1484 )
1485 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001486 name = "com_github_matttproud_golang_protobuf_extensions",
1487 importpath = "github.com/matttproud/golang_protobuf_extensions",
1488 version = "v1.0.1",
1489 sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001490 build_extra_args = [
1491 "-go_naming_convention=go_default_library",
1492 "-go_naming_convention_external=go_default_library",
1493 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001494 )
1495 go_repository(
1496 name = "com_github_mdlayher_ethernet",
1497 importpath = "github.com/mdlayher/ethernet",
1498 version = "v0.0.0-20190606142754-0394541c37b7",
1499 sum = "h1:lez6TS6aAau+8wXUP3G9I3TGlmPFEq2CTxBaRqY6AGE=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001500 build_extra_args = [
1501 "-go_naming_convention=go_default_library",
1502 "-go_naming_convention_external=go_default_library",
1503 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001504 )
1505 go_repository(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001506 name = "com_github_mdlayher_genetlink",
1507 importpath = "github.com/mdlayher/genetlink",
1508 version = "v1.0.0",
1509 sum = "h1:OoHN1OdyEIkScEmRgxLEe2M9U8ClMytqA5niynLtfj0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001510 build_extra_args = [
1511 "-go_naming_convention=go_default_library",
1512 "-go_naming_convention_external=go_default_library",
1513 ],
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001514 )
1515 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001516 name = "com_github_mdlayher_netlink",
1517 importpath = "github.com/mdlayher/netlink",
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001518 version = "v1.1.0",
1519 sum = "h1:mpdLgm+brq10nI9zM1BpX1kpDbh3NLl3RSnVq6ZSkfg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001520 build_extra_args = [
1521 "-go_naming_convention=go_default_library",
1522 "-go_naming_convention_external=go_default_library",
1523 ],
Lorenz Brun52f7f292020-06-24 16:42:02 +02001524 )
1525 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001526 name = "com_github_mdlayher_raw",
1527 importpath = "github.com/mdlayher/raw",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01001528 version = "v0.0.0-20191009151244-50f2db8cc065",
1529 sum = "h1:aFkJ6lx4FPip+S+Uw4aTegFMct9shDvP+79PsSxpm3w=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001530 build_extra_args = [
1531 "-go_naming_convention=go_default_library",
1532 "-go_naming_convention_external=go_default_library",
1533 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001534 )
1535 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001536 name = "com_github_miekg_dns",
1537 importpath = "github.com/miekg/dns",
Serge Bazanskid9ed6562021-01-07 16:06:44 +01001538 version = "v1.1.29",
1539 sum = "h1:xHBEhR+t5RzcFJjBLJlax2daXOrTYtr9z4WdKEfWFzg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001540 build_extra_args = [
1541 "-go_naming_convention=go_default_library",
1542 "-go_naming_convention_external=go_default_library",
1543 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +02001544 )
1545 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001546 name = "com_github_mindprince_gonvml",
1547 importpath = "github.com/mindprince/gonvml",
1548 version = "v0.0.0-20190828220739-9ebdce4bb989",
1549 sum = "h1:PS1dLCGtD8bb9RPKJrc8bS7qHL6JnW1CZvwzH9dPoUs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001550 build_extra_args = [
1551 "-go_naming_convention=go_default_library",
1552 "-go_naming_convention_external=go_default_library",
1553 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001554 )
1555 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001556 name = "com_github_mistifyio_go_zfs",
1557 importpath = "github.com/mistifyio/go-zfs",
1558 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
1559 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001560 build_extra_args = [
1561 "-go_naming_convention=go_default_library",
1562 "-go_naming_convention_external=go_default_library",
1563 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +02001564 )
1565 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001566 name = "com_github_mitchellh_go_wordwrap",
1567 importpath = "github.com/mitchellh/go-wordwrap",
1568 version = "v1.0.0",
1569 sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001570 build_extra_args = [
1571 "-go_naming_convention=go_default_library",
1572 "-go_naming_convention_external=go_default_library",
1573 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001574 )
1575 go_repository(
1576 name = "com_github_mitchellh_mapstructure",
1577 importpath = "github.com/mitchellh/mapstructure",
1578 version = "v1.1.2",
1579 sum = "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001580 build_extra_args = [
1581 "-go_naming_convention=go_default_library",
1582 "-go_naming_convention_external=go_default_library",
1583 ],
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01001584 )
Lorenz Brun7b5d9942020-03-19 16:14:02 +01001585 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001586 name = "com_github_moby_sys_mountinfo",
1587 importpath = "github.com/moby/sys/mountinfo",
1588 version = "v0.1.3",
1589 sum = "h1:KIrhRO14+AkwKvG/g2yIpNMOUVZ02xNhOw8KY1WsLOI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001590 build_extra_args = [
1591 "-go_naming_convention=go_default_library",
1592 "-go_naming_convention_external=go_default_library",
1593 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +02001594 )
1595 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001596 name = "com_github_moby_term",
1597 importpath = "github.com/moby/term",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001598 version = "v0.0.0-20200312100748-672ec06f55cd",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001599 sum = "h1:aY7OQNf2XqY/JQ6qREWamhI/81os/agb2BAGpcx5yWI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001600 build_extra_args = [
1601 "-go_naming_convention=go_default_library",
1602 "-go_naming_convention_external=go_default_library",
1603 ],
Lorenz Brun7b5d9942020-03-19 16:14:02 +01001604 )
1605 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001606 name = "com_github_modern_go_concurrent",
1607 importpath = "github.com/modern-go/concurrent",
1608 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
1609 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001610 build_extra_args = [
1611 "-go_naming_convention=go_default_library",
1612 "-go_naming_convention_external=go_default_library",
1613 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001614 )
1615 go_repository(
1616 name = "com_github_modern_go_reflect2",
1617 importpath = "github.com/modern-go/reflect2",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001618 version = "v1.0.1",
1619 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001620 build_extra_args = [
1621 "-go_naming_convention=go_default_library",
1622 "-go_naming_convention_external=go_default_library",
1623 ],
1624 )
1625 go_repository(
1626 name = "com_github_mohae_deepcopy",
1627 importpath = "github.com/mohae/deepcopy",
1628 version = "v0.0.0-20170308212314-bb9b5e7adda9",
1629 sum = "h1:Sha2bQdoWE5YQPTlJOL31rmce94/tYi113SlFo1xQ2c=",
1630 build_extra_args = [
1631 "-go_naming_convention=go_default_library",
1632 "-go_naming_convention_external=go_default_library",
1633 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001634 )
1635 go_repository(
1636 name = "com_github_morikuni_aec",
1637 importpath = "github.com/morikuni/aec",
1638 version = "v1.0.0",
1639 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001640 build_extra_args = [
1641 "-go_naming_convention=go_default_library",
1642 "-go_naming_convention_external=go_default_library",
1643 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001644 )
1645 go_repository(
1646 name = "com_github_mrunalp_fileutils",
1647 importpath = "github.com/mrunalp/fileutils",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001648 version = "v0.0.0-20200520151820-abd8a0e76976",
1649 sum = "h1:aZQToFSLH8ejFeSkTc3r3L4dPImcj7Ib/KgmkQqbGGg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001650 build_extra_args = [
1651 "-go_naming_convention=go_default_library",
1652 "-go_naming_convention_external=go_default_library",
1653 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001654 )
1655 go_repository(
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001656 name = "com_github_muesli_reflow",
1657 importpath = "github.com/muesli/reflow",
1658 version = "v0.0.0-20191128061954-86f094cbed14",
1659 sum = "h1:99aDTygRy9yEwggATz+ZLrDFRsjRog5BqbAfsr47Ztw=",
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001660 build_extra_args = [
1661 "-go_naming_convention=go_default_library",
1662 "-go_naming_convention_external=go_default_library",
1663 ],
1664 )
1665 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001666 name = "com_github_munnerz_goautoneg",
1667 importpath = "github.com/munnerz/goautoneg",
1668 version = "v0.0.0-20191010083416-a7dc8b61c822",
1669 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001670 build_extra_args = [
1671 "-go_naming_convention=go_default_library",
1672 "-go_naming_convention_external=go_default_library",
1673 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001674 )
1675 go_repository(
1676 name = "com_github_mxk_go_flowrate",
1677 importpath = "github.com/mxk/go-flowrate",
1678 version = "v0.0.0-20140419014527-cca7078d478f",
1679 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001680 build_extra_args = [
1681 "-go_naming_convention=go_default_library",
1682 "-go_naming_convention_external=go_default_library",
1683 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001684 )
1685 go_repository(
1686 name = "com_github_olekukonko_tablewriter",
1687 importpath = "github.com/olekukonko/tablewriter",
1688 version = "v0.0.0-20170122224234-a0225b3f23b5",
1689 sum = "h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001690 build_extra_args = [
1691 "-go_naming_convention=go_default_library",
1692 "-go_naming_convention_external=go_default_library",
1693 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001694 )
1695 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02001696 name = "com_github_onsi_ginkgo",
1697 importpath = "github.com/onsi/ginkgo",
1698 version = "v1.11.0",
1699 sum = "h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001700 build_extra_args = [
1701 "-go_naming_convention=go_default_library",
1702 "-go_naming_convention_external=go_default_library",
1703 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02001704 )
1705 go_repository(
1706 name = "com_github_onsi_gomega",
1707 importpath = "github.com/onsi/gomega",
1708 version = "v1.7.0",
1709 sum = "h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001710 build_extra_args = [
1711 "-go_naming_convention=go_default_library",
1712 "-go_naming_convention_external=go_default_library",
1713 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02001714 )
1715 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001716 name = "com_github_opencontainers_go_digest",
1717 importpath = "github.com/opencontainers/go-digest",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001718 version = "v1.0.0",
1719 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001720 build_extra_args = [
1721 "-go_naming_convention=go_default_library",
1722 "-go_naming_convention_external=go_default_library",
1723 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001724 )
1725 go_repository(
1726 name = "com_github_opencontainers_image_spec",
1727 importpath = "github.com/opencontainers/image-spec",
1728 version = "v1.0.1",
1729 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001730 build_extra_args = [
1731 "-go_naming_convention=go_default_library",
1732 "-go_naming_convention_external=go_default_library",
1733 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001734 )
1735 go_repository(
1736 name = "com_github_opencontainers_runc",
1737 importpath = "github.com/opencontainers/runc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001738 version = "v1.0.0-rc92",
1739 sum = "h1:+IczUKCRzDzFDnw99O/PAqrcBBCoRp9xN3cB1SYSNS4=",
1740 build_extra_args = [
1741 "-go_naming_convention=go_default_library",
1742 "-go_naming_convention_external=go_default_library",
1743 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001744 )
1745 go_repository(
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001746 name = "com_github_opencontainers_runtime_spec",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001747 importpath = "github.com/opencontainers/runtime-spec",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001748 version = "v1.0.3-0.20200728170252-4d89ac9fbff6",
1749 sum = "h1:NhsM2gc769rVWDqJvapK37r+7+CBXI8xHhnfnt8uQsg=",
1750 build_extra_args = [
1751 "-go_naming_convention=go_default_library",
1752 "-go_naming_convention_external=go_default_library",
1753 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001754 )
1755 go_repository(
1756 name = "com_github_opencontainers_selinux",
1757 importpath = "github.com/opencontainers/selinux",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001758 version = "v1.6.0",
1759 sum = "h1:+bIAS/Za3q5FTwWym4fTB0vObnfCf3G/NC7K6Jx62mY=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001760 build_tags = [
1761 "selinux",
1762 ],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001763 build_extra_args = [
1764 "-go_naming_convention=go_default_library",
1765 "-go_naming_convention_external=go_default_library",
1766 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001767 )
1768 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001769 name = "com_github_opentracing_opentracing_go",
1770 importpath = "github.com/opentracing/opentracing-go",
1771 version = "v1.1.0",
1772 sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001773 build_extra_args = [
1774 "-go_naming_convention=go_default_library",
1775 "-go_naming_convention_external=go_default_library",
1776 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001777 )
1778 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001779 name = "com_github_peterbourgon_diskv",
1780 importpath = "github.com/peterbourgon/diskv",
1781 version = "v2.0.1+incompatible",
1782 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001783 build_extra_args = [
1784 "-go_naming_convention=go_default_library",
1785 "-go_naming_convention_external=go_default_library",
1786 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001787 )
1788 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001789 name = "com_github_peterh_liner",
1790 importpath = "github.com/peterh/liner",
1791 version = "v0.0.0-20170317030525-88609521dc4b",
1792 sum = "h1:8uaXtUkxiy+T/zdLWuxa/PG4so0TPZDZfafFNNSaptE=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001793 build_extra_args = [
1794 "-go_naming_convention=go_default_library",
1795 "-go_naming_convention_external=go_default_library",
1796 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001797 )
1798 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02001799 name = "com_github_pierrec_lz4",
1800 importpath = "github.com/pierrec/lz4",
1801 version = "v2.3.0+incompatible",
1802 sum = "h1:CZzRn4Ut9GbUkHlQ7jqBXeZQV41ZSKWFc302ZU6lUTk=",
1803 build_extra_args = [
1804 "-go_naming_convention=go_default_library",
1805 "-go_naming_convention_external=go_default_library",
1806 ],
1807 )
1808 go_repository(
Lorenz Brunb6a9d3c2022-01-27 18:56:20 +01001809 name = "com_github_pierrec_lz4_v4",
1810 importpath = "github.com/pierrec/lz4/v4",
1811 version = "v4.1.12",
1812 sum = "h1:44l88ehTZAUGW4VlO1QC4zkilL99M6Y9MXNwEs0uzP8=",
1813 build_extra_args = [
1814 "-go_naming_convention=go_default_library",
1815 "-go_naming_convention_external=go_default_library",
1816 ],
1817 )
1818 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001819 name = "com_github_pkg_errors",
1820 importpath = "github.com/pkg/errors",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001821 version = "v0.9.1",
1822 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001823 build_extra_args = [
1824 "-go_naming_convention=go_default_library",
1825 "-go_naming_convention_external=go_default_library",
1826 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001827 )
1828 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02001829 name = "com_github_pkg_xattr",
1830 importpath = "github.com/pkg/xattr",
1831 version = "v0.4.1",
1832 sum = "h1:dhclzL6EqOXNaPDWqoeb9tIxATfBSmjqL0b4DpSjwRw=",
1833 build_extra_args = [
1834 "-go_naming_convention=go_default_library",
1835 "-go_naming_convention_external=go_default_library",
1836 ],
1837 )
1838 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001839 name = "com_github_pquerna_cachecontrol",
1840 importpath = "github.com/pquerna/cachecontrol",
1841 version = "v0.0.0-20171018203845-0dec1b30a021",
1842 sum = "h1:0XM1XL/OFFJjXsYXlG30spTkV/E9+gmd5GD1w2HE8xM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001843 build_extra_args = [
1844 "-go_naming_convention=go_default_library",
1845 "-go_naming_convention_external=go_default_library",
1846 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001847 )
1848 go_repository(
1849 name = "com_github_prometheus_client_golang",
1850 importpath = "github.com/prometheus/client_golang",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001851 version = "v1.6.0",
1852 sum = "h1:YVPodQOcK15POxhgARIvnDRVpLcuK8mglnMrWfyrw6A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001853 build_extra_args = [
1854 "-go_naming_convention=go_default_library",
1855 "-go_naming_convention_external=go_default_library",
1856 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001857 )
1858 go_repository(
1859 name = "com_github_prometheus_client_model",
1860 importpath = "github.com/prometheus/client_model",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001861 version = "v0.2.0",
1862 sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001863 build_extra_args = [
1864 "-go_naming_convention=go_default_library",
1865 "-go_naming_convention_external=go_default_library",
1866 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001867 )
1868 go_repository(
1869 name = "com_github_prometheus_common",
1870 importpath = "github.com/prometheus/common",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001871 version = "v0.9.1",
1872 sum = "h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001873 build_extra_args = [
1874 "-go_naming_convention=go_default_library",
1875 "-go_naming_convention_external=go_default_library",
1876 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001877 )
1878 go_repository(
1879 name = "com_github_prometheus_procfs",
1880 importpath = "github.com/prometheus/procfs",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001881 version = "v0.0.11",
1882 sum = "h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia5qI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001883 build_extra_args = [
1884 "-go_naming_convention=go_default_library",
1885 "-go_naming_convention_external=go_default_library",
1886 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001887 )
1888 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +01001889 name = "com_github_pseudomuto_protoc_gen_doc",
1890 importpath = "github.com/pseudomuto/protoc-gen-doc",
1891 version = "v1.5.0",
1892 sum = "h1:pHZp0MEiT68jrZV8js8BS7E9ZEnlSLegoQbbtXj5lfo=",
1893 patches = [
1894 "//third_party/go/patches:protoc-gen-doc-no-gogo.patch",
1895 ],
1896 patch_args = ["-p1"],
1897 build_extra_args = [
1898 "-go_naming_convention=go_default_library",
1899 "-go_naming_convention_external=go_default_library",
1900 ],
1901 )
1902 go_repository(
1903 name = "com_github_pseudomuto_protokit",
1904 importpath = "github.com/pseudomuto/protokit",
1905 version = "v0.2.0",
1906 sum = "h1:hlnBDcy3YEDXH7kc9gV+NLaN0cDzhDvD1s7Y6FZ8RpM=",
1907 build_file_proto_mode = "disable",
1908 build_extra_args = [
1909 "-go_naming_convention=go_default_library",
1910 "-go_naming_convention_external=go_default_library",
1911 ],
1912 )
1913 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001914 name = "com_github_rekby_gpt",
1915 importpath = "github.com/rekby/gpt",
1916 version = "v0.0.0-20200219180433-a930afbc6edc",
1917 sum = "h1:goZGTwEEn8mWLcY012VouWZWkJ8GrXm9tS3VORMxT90=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001918 build_extra_args = [
1919 "-go_naming_convention=go_default_library",
1920 "-go_naming_convention_external=go_default_library",
1921 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001922 )
1923 go_repository(
1924 name = "com_github_robfig_cron",
1925 importpath = "github.com/robfig/cron",
1926 version = "v1.1.0",
1927 sum = "h1:jk4/Hud3TTdcrJgUOBgsqrZBarcxl6ADIjSC2iniwLY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001928 build_extra_args = [
1929 "-go_naming_convention=go_default_library",
1930 "-go_naming_convention_external=go_default_library",
1931 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001932 )
1933 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001934 name = "com_github_russross_blackfriday",
1935 importpath = "github.com/russross/blackfriday",
1936 version = "v1.5.2",
1937 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001938 build_extra_args = [
1939 "-go_naming_convention=go_default_library",
1940 "-go_naming_convention_external=go_default_library",
1941 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001942 )
1943 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001944 name = "com_github_russross_blackfriday_v2",
1945 importpath = "github.com/russross/blackfriday/v2",
1946 version = "v2.0.1",
1947 sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001948 build_extra_args = [
1949 "-go_naming_convention=go_default_library",
1950 "-go_naming_convention_external=go_default_library",
1951 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +02001952 )
1953 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001954 name = "com_github_safchain_ethtool",
1955 importpath = "github.com/safchain/ethtool",
1956 version = "v0.0.0-20190326074333-42ed695e3de8",
1957 sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001958 build_extra_args = [
1959 "-go_naming_convention=go_default_library",
1960 "-go_naming_convention_external=go_default_library",
1961 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001962 )
1963 go_repository(
Lorenz Brunb682ba52020-07-08 14:51:36 +02001964 name = "com_github_sbezverk_nfproxy",
1965 importpath = "github.com/sbezverk/nfproxy",
1966 version = "v0.0.0-20200514180651-7fac5f39824e",
1967 sum = "h1:fJ2lHQ7ZUjmgJbvVQ509ioBmrGHcbvlwfjUieExw/dU=",
1968 patches = [
1969 "//third_party/go/patches:nfproxy.patch",
1970 ],
1971 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001972 build_extra_args = [
1973 "-go_naming_convention=go_default_library",
1974 "-go_naming_convention_external=go_default_library",
1975 ],
Lorenz Brunb682ba52020-07-08 14:51:36 +02001976 )
1977 go_repository(
1978 name = "com_github_sbezverk_nftableslib",
1979 importpath = "github.com/sbezverk/nftableslib",
1980 version = "v0.0.0-20200402150358-c20bed91f482",
1981 sum = "h1:k7gEZ/EwJhHDTRXFUZQlE4/p1cmoha7zL7PWCDG3ZHQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001982 build_extra_args = [
1983 "-go_naming_convention=go_default_library",
1984 "-go_naming_convention_external=go_default_library",
1985 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001986 )
1987 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001988 name = "com_github_shurcool_sanitized_anchor_name",
1989 importpath = "github.com/shurcooL/sanitized_anchor_name",
1990 version = "v1.0.0",
1991 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001992 build_extra_args = [
1993 "-go_naming_convention=go_default_library",
1994 "-go_naming_convention_external=go_default_library",
1995 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +02001996 )
1997 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001998 name = "com_github_sirupsen_logrus",
1999 importpath = "github.com/sirupsen/logrus",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002000 version = "v1.6.0",
2001 sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002002 build_extra_args = [
2003 "-go_naming_convention=go_default_library",
2004 "-go_naming_convention_external=go_default_library",
2005 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002006 )
2007 go_repository(
2008 name = "com_github_soheilhy_cmux",
2009 importpath = "github.com/soheilhy/cmux",
2010 version = "v0.1.4",
2011 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002012 build_extra_args = [
2013 "-go_naming_convention=go_default_library",
2014 "-go_naming_convention_external=go_default_library",
2015 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002016 )
2017 go_repository(
2018 name = "com_github_spf13_afero",
2019 importpath = "github.com/spf13/afero",
2020 version = "v1.2.2",
2021 sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002022 build_extra_args = [
2023 "-go_naming_convention=go_default_library",
2024 "-go_naming_convention_external=go_default_library",
2025 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002026 )
2027 go_repository(
2028 name = "com_github_spf13_cast",
2029 importpath = "github.com/spf13/cast",
Serge Bazanski520c9342020-12-22 10:58:41 +01002030 version = "v1.3.0",
2031 sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002032 build_extra_args = [
2033 "-go_naming_convention=go_default_library",
2034 "-go_naming_convention_external=go_default_library",
2035 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002036 )
2037 go_repository(
2038 name = "com_github_spf13_cobra",
2039 importpath = "github.com/spf13/cobra",
Lorenz Brun6adf8842021-10-05 13:39:11 +02002040 version = "v1.2.1",
2041 sum = "h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002042 build_extra_args = [
2043 "-go_naming_convention=go_default_library",
2044 "-go_naming_convention_external=go_default_library",
2045 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002046 )
2047 go_repository(
2048 name = "com_github_spf13_jwalterweatherman",
2049 importpath = "github.com/spf13/jwalterweatherman",
Serge Bazanski520c9342020-12-22 10:58:41 +01002050 version = "v1.1.0",
2051 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002052 build_extra_args = [
2053 "-go_naming_convention=go_default_library",
2054 "-go_naming_convention_external=go_default_library",
2055 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002056 )
2057 go_repository(
2058 name = "com_github_spf13_pflag",
2059 importpath = "github.com/spf13/pflag",
2060 version = "v1.0.5",
2061 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002062 build_extra_args = [
2063 "-go_naming_convention=go_default_library",
2064 "-go_naming_convention_external=go_default_library",
2065 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002066 )
2067 go_repository(
2068 name = "com_github_spf13_viper",
2069 importpath = "github.com/spf13/viper",
Lorenz Brun6adf8842021-10-05 13:39:11 +02002070 version = "v1.9.0",
2071 sum = "h1:yR6EXjTp0y0cLN8OZg1CRZmOBdI88UcGkhgyJhu6nZk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002072 build_extra_args = [
2073 "-go_naming_convention=go_default_library",
2074 "-go_naming_convention_external=go_default_library",
2075 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002076 )
2077 go_repository(
2078 name = "com_github_stretchr_testify",
2079 importpath = "github.com/stretchr/testify",
2080 version = "v1.4.0",
2081 sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002082 build_extra_args = [
2083 "-go_naming_convention=go_default_library",
2084 "-go_naming_convention_external=go_default_library",
2085 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002086 )
2087 go_repository(
Lorenz Brun6adf8842021-10-05 13:39:11 +02002088 name = "com_github_subosito_gotenv",
2089 importpath = "github.com/subosito/gotenv",
2090 version = "v1.2.0",
2091 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=",
2092 build_extra_args = [
2093 "-go_naming_convention=go_default_library",
2094 "-go_naming_convention_external=go_default_library",
2095 ],
2096 )
2097 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002098 name = "com_github_syndtr_gocapability",
2099 importpath = "github.com/syndtr/gocapability",
2100 version = "v0.0.0-20180916011248-d98352740cb2",
2101 sum = "h1:b6uOv7YOFK0TYG7HtkIgExQo+2RdLuwRft63jn2HWj8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002102 build_extra_args = [
2103 "-go_naming_convention=go_default_library",
2104 "-go_naming_convention_external=go_default_library",
2105 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002106 )
2107 go_repository(
2108 name = "com_github_tchap_go_patricia",
2109 importpath = "github.com/tchap/go-patricia",
2110 version = "v2.2.6+incompatible",
2111 sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002112 build_extra_args = [
2113 "-go_naming_convention=go_default_library",
2114 "-go_naming_convention_external=go_default_library",
2115 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002116 )
2117 go_repository(
2118 name = "com_github_tmc_grpc_websocket_proxy",
2119 importpath = "github.com/tmc/grpc-websocket-proxy",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002120 version = "v0.0.0-20190109142713-0ad062ec5ee5",
2121 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002122 build_extra_args = [
2123 "-go_naming_convention=go_default_library",
2124 "-go_naming_convention_external=go_default_library",
2125 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002126 )
2127 go_repository(
2128 name = "com_github_u_root_u_root",
2129 importpath = "github.com/u-root/u-root",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01002130 version = "v7.0.0+incompatible",
2131 sum = "h1:u+KSS04pSxJGI5E7WE4Bs9+Zd75QjFv+REkjy/aoAc8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002132 build_extra_args = [
2133 "-go_naming_convention=go_default_library",
2134 "-go_naming_convention_external=go_default_library",
2135 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002136 )
2137 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02002138 name = "com_github_ulikunitz_xz",
2139 importpath = "github.com/ulikunitz/xz",
2140 version = "v0.5.6",
2141 sum = "h1:jGHAfXawEGZQ3blwU5wnWKQJvAraT7Ftq9EXjnXYgt8=",
2142 build_extra_args = [
2143 "-go_naming_convention=go_default_library",
2144 "-go_naming_convention_external=go_default_library",
2145 ],
2146 )
2147 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002148 name = "com_github_urfave_cli",
2149 importpath = "github.com/urfave/cli",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002150 version = "v1.22.1",
2151 sum = "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002152 build_extra_args = [
2153 "-go_naming_convention=go_default_library",
2154 "-go_naming_convention_external=go_default_library",
2155 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002156 )
2157 go_repository(
2158 name = "com_github_vishvananda_netlink",
2159 importpath = "github.com/vishvananda/netlink",
2160 version = "v1.1.0",
2161 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002162 build_extra_args = [
2163 "-go_naming_convention=go_default_library",
2164 "-go_naming_convention_external=go_default_library",
2165 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002166 )
2167 go_repository(
2168 name = "com_github_vishvananda_netns",
2169 importpath = "github.com/vishvananda/netns",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002170 version = "v0.0.0-20200520041808-52d707b772fe",
2171 sum = "h1:mjAZxE1nh8yvuwhGHpdDqdhtNu2dgbpk93TwoXuk5so=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002172 build_extra_args = [
2173 "-go_naming_convention=go_default_library",
2174 "-go_naming_convention_external=go_default_library",
2175 ],
2176 )
2177 go_repository(
2178 name = "com_github_willf_bitset",
2179 importpath = "github.com/willf/bitset",
2180 version = "v1.1.11",
2181 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
2182 build_tags = [
2183 "selinux",
2184 ],
2185 build_extra_args = [
2186 "-go_naming_convention=go_default_library",
2187 "-go_naming_convention_external=go_default_library",
2188 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002189 )
2190 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002191 name = "com_github_xiang90_probing",
2192 importpath = "github.com/xiang90/probing",
2193 version = "v0.0.0-20190116061207-43a291ad63a2",
2194 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002195 build_extra_args = [
2196 "-go_naming_convention=go_default_library",
2197 "-go_naming_convention_external=go_default_library",
2198 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002199 )
2200 go_repository(
2201 name = "com_github_yalue_native_endian",
2202 importpath = "github.com/yalue/native_endian",
2203 version = "v0.0.0-20180607135909-51013b03be4f",
2204 sum = "h1:nsQCScpQ8RRf+wIooqfyyEUINV2cAPuo2uVtHSBbA4M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002205 build_extra_args = [
2206 "-go_naming_convention=go_default_library",
2207 "-go_naming_convention_external=go_default_library",
2208 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002209 )
2210 go_repository(
2211 name = "io_etcd_go_bbolt",
2212 importpath = "go.etcd.io/bbolt",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002213 version = "v1.3.5",
2214 sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002215 build_extra_args = [
2216 "-go_naming_convention=go_default_library",
2217 "-go_naming_convention_external=go_default_library",
2218 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002219 )
2220 go_repository(
2221 name = "io_etcd_go_etcd",
2222 importpath = "go.etcd.io/etcd",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002223 version = "v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5",
2224 sum = "h1:Gqga3zA9tdAcfqobUGjSoCob5L3f8Dt5EuOp3ihNZko=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002225 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002226 build_extra_args = [
2227 "-go_naming_convention=go_default_library",
2228 "-go_naming_convention_external=go_default_library",
2229 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002230 )
2231 go_repository(
2232 name = "org_mongodb_go_mongo_driver",
2233 importpath = "go.mongodb.org/mongo-driver",
2234 version = "v1.1.2",
2235 sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002236 build_extra_args = [
2237 "-go_naming_convention=go_default_library",
2238 "-go_naming_convention_external=go_default_library",
2239 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002240 )
2241 go_repository(
2242 name = "io_opencensus_go",
2243 importpath = "go.opencensus.io",
2244 version = "v0.22.0",
2245 sum = "h1:C9hSCOW830chIVkdja34wa6Ky+IzWllkUinR+BtRZd4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002246 build_extra_args = [
2247 "-go_naming_convention=go_default_library",
2248 "-go_naming_convention_external=go_default_library",
2249 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002250 )
2251 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002252 name = "net_starlark_go",
2253 importpath = "go.starlark.net",
2254 version = "v0.0.0-20190702223751-32f345186213",
2255 sum = "h1:lkYv5AKwvvduv5XWP6szk/bvvgO6aDeUujhZQXIFTes=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002256 build_extra_args = [
2257 "-go_naming_convention=go_default_library",
2258 "-go_naming_convention_external=go_default_library",
2259 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002260 )
2261 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002262 name = "org_uber_go_atomic",
2263 importpath = "go.uber.org/atomic",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002264 version = "v1.4.0",
2265 sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002266 build_extra_args = [
2267 "-go_naming_convention=go_default_library",
2268 "-go_naming_convention_external=go_default_library",
2269 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002270 )
2271 go_repository(
2272 name = "org_uber_go_multierr",
2273 importpath = "go.uber.org/multierr",
2274 version = "v1.1.0",
2275 sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002276 build_extra_args = [
2277 "-go_naming_convention=go_default_library",
2278 "-go_naming_convention_external=go_default_library",
2279 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002280 )
2281 go_repository(
2282 name = "org_uber_go_zap",
2283 importpath = "go.uber.org/zap",
2284 version = "v1.15.0",
2285 sum = "h1:ZZCA22JRF2gQE5FoNmhmrf7jeJJ2uhqDUNRYKm8dvmM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002286 build_extra_args = [
2287 "-go_naming_convention=go_default_library",
2288 "-go_naming_convention_external=go_default_library",
2289 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002290 )
2291 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002292 name = "org_golang_x_arch",
2293 importpath = "golang.org/x/arch",
2294 version = "v0.0.0-20190927153633-4e8777c89be4",
2295 sum = "h1:QlVATYS7JBoZMVaf+cNjb90WD/beKVHnIxFKT4QaHVI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002296 build_extra_args = [
2297 "-go_naming_convention=go_default_library",
2298 "-go_naming_convention_external=go_default_library",
2299 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002300 )
2301 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002302 name = "org_golang_x_crypto",
2303 importpath = "golang.org/x/crypto",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002304 version = "v0.0.0-20200622213623-75b288015ac9",
2305 sum = "h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=",
2306 build_extra_args = [
2307 "-go_naming_convention=go_default_library",
2308 "-go_naming_convention_external=go_default_library",
2309 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002310 )
2311 go_repository(
2312 name = "org_golang_x_mod",
2313 importpath = "golang.org/x/mod",
2314 version = "v0.3.0",
2315 sum = "h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002316 build_extra_args = [
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002317 "-go_naming_convention=import_alias",
2318 "-go_naming_convention_external=import_alias",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002319 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002320 )
2321 go_repository(
2322 name = "org_golang_x_net",
2323 importpath = "golang.org/x/net",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002324 version = "v0.0.0-20201110031124-69a78807bb2b",
2325 sum = "h1:uwuIcX0g4Yl1NC5XAz37xsr2lTtcqevgzYNVt49waME=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002326 build_extra_args = [
2327 "-go_naming_convention=go_default_library",
2328 "-go_naming_convention_external=go_default_library",
2329 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002330 )
2331 go_repository(
2332 name = "org_golang_x_oauth2",
2333 importpath = "golang.org/x/oauth2",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002334 version = "v0.0.0-20191202225959-858c2ad4c8b6",
2335 sum = "h1:pE8b58s1HRDMi8RDc79m0HISf9D4TzseP40cEA6IGfs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002336 build_extra_args = [
2337 "-go_naming_convention=go_default_library",
2338 "-go_naming_convention_external=go_default_library",
2339 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002340 )
2341 go_repository(
2342 name = "org_golang_x_sync",
2343 importpath = "golang.org/x/sync",
2344 version = "v0.0.0-20181108010431-42b317875d0f",
2345 sum = "h1:Bl/8QSvNqXvPGPGXa2z5xUTmV7VDcZyvRZ+QQXkXTZQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002346 build_extra_args = [
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002347 "-go_naming_convention=import_alias",
2348 "-go_naming_convention_external=import_alias",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002349 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002350 )
2351 go_repository(
2352 name = "org_golang_x_text",
2353 importpath = "golang.org/x/text",
2354 version = "v0.3.0",
2355 sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002356 build_extra_args = [
2357 "-go_naming_convention=go_default_library",
2358 "-go_naming_convention_external=go_default_library",
2359 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002360 )
2361 go_repository(
2362 name = "org_golang_x_time",
2363 importpath = "golang.org/x/time",
2364 version = "v0.0.0-20191024005414-555d28b269f0",
2365 sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002366 build_extra_args = [
2367 "-go_naming_convention=go_default_library",
2368 "-go_naming_convention_external=go_default_library",
2369 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002370 )
2371 go_repository(
Leopold Schabel26d41992020-12-15 19:27:58 +01002372 name = "org_golang_x_tools",
2373 importpath = "golang.org/x/tools",
Serge Bazanski144b7862021-12-17 17:30:14 +01002374 version = "v0.1.2-0.20210518182153-17b346669257",
2375 sum = "h1:e7SbNJfMEurLnwdNnaP7LItYhtCPChdiq+j3RwB8YGY=",
2376 patches = [
2377 "//third_party/go/patches:goimports-group-merging.patch",
2378 ],
2379 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002380 build_extra_args = [
2381 "-go_naming_convention=go_default_library",
2382 "-go_naming_convention_external=go_default_library",
2383 ],
Leopold Schabel26d41992020-12-15 19:27:58 +01002384 )
2385 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002386 name = "org_golang_x_xerrors",
2387 importpath = "golang.org/x/xerrors",
2388 version = "v0.0.0-20191204190536-9bdfabe68543",
2389 sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002390 build_extra_args = [
2391 "-go_naming_convention=go_default_library",
2392 "-go_naming_convention_external=go_default_library",
2393 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002394 )
2395 go_repository(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02002396 name = "com_zx2c4_golang_wireguard_wgctrl",
2397 importpath = "golang.zx2c4.com/wireguard/wgctrl",
2398 version = "v0.0.0-20200515170644-ec7f26be9d9e",
2399 sum = "h1:fqDhK9OlzaaiFjnyaAfR9Q1RPKCK7OCTLlHGP9f74Nk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002400 build_extra_args = [
2401 "-go_naming_convention=go_default_library",
2402 "-go_naming_convention_external=go_default_library",
2403 ],
Lorenz Brunf042e6f2020-06-24 16:46:09 +02002404 )
2405 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002406 name = "org_gonum_v1_gonum",
2407 importpath = "gonum.org/v1/gonum",
2408 version = "v0.6.2",
2409 sum = "h1:4r+yNT0+8SWcOkXP+63H2zQbN+USnC73cjGUxnDF94Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002410 build_extra_args = [
2411 "-go_naming_convention=go_default_library",
2412 "-go_naming_convention_external=go_default_library",
2413 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002414 )
2415 go_repository(
2416 name = "org_golang_google_genproto",
2417 importpath = "google.golang.org/genproto",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002418 version = "v0.0.0-20200224152610-e50cd9704f63",
2419 sum = "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002420 build_extra_args = [
2421 "-go_naming_convention=go_default_library",
2422 "-go_naming_convention_external=go_default_library",
2423 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002424 )
2425 go_repository(
2426 name = "org_golang_google_grpc",
2427 importpath = "google.golang.org/grpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002428 version = "v1.29.1",
2429 sum = "h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4=",
2430 build_extra_args = [
2431 "-go_naming_convention=go_default_library",
2432 "-go_naming_convention_external=go_default_library",
2433 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002434 )
2435 go_repository(
2436 name = "in_gopkg_djherbis_times_v1",
2437 importpath = "gopkg.in/djherbis/times.v1",
2438 version = "v1.2.0",
2439 sum = "h1:UCvDKl1L/fmBygl2Y7hubXCnY7t4Yj46ZrBFNUipFbM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002440 build_extra_args = [
2441 "-go_naming_convention=go_default_library",
2442 "-go_naming_convention_external=go_default_library",
2443 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002444 )
2445 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02002446 name = "in_gopkg_fsnotify_v1",
2447 importpath = "gopkg.in/fsnotify.v1",
2448 version = "v1.4.7",
2449 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002450 build_extra_args = [
2451 "-go_naming_convention=go_default_library",
2452 "-go_naming_convention_external=go_default_library",
2453 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002454 )
2455 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002456 name = "in_gopkg_inf_v0",
2457 importpath = "gopkg.in/inf.v0",
2458 version = "v0.9.1",
2459 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002460 build_extra_args = [
2461 "-go_naming_convention=go_default_library",
2462 "-go_naming_convention_external=go_default_library",
2463 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002464 )
2465 go_repository(
Lorenz Brun6adf8842021-10-05 13:39:11 +02002466 name = "in_gopkg_ini_v1",
2467 importpath = "gopkg.in/ini.v1",
2468 version = "v1.63.2",
2469 sum = "h1:tGK/CyBg7SMzb60vP1M03vNZ3VDu3wGQJwn7Sxi9r3c=",
2470 build_extra_args = [
2471 "-go_naming_convention=go_default_library",
2472 "-go_naming_convention_external=go_default_library",
2473 ],
2474 )
2475 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002476 name = "in_gopkg_natefinch_lumberjack_v2",
2477 importpath = "gopkg.in/natefinch/lumberjack.v2",
2478 version = "v2.0.0",
2479 sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002480 build_extra_args = [
2481 "-go_naming_convention=go_default_library",
2482 "-go_naming_convention_external=go_default_library",
2483 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002484 )
2485 go_repository(
2486 name = "in_gopkg_square_go_jose_v2",
2487 importpath = "gopkg.in/square/go-jose.v2",
2488 version = "v2.2.2",
2489 sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002490 build_extra_args = [
2491 "-go_naming_convention=go_default_library",
2492 "-go_naming_convention_external=go_default_library",
2493 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002494 )
2495 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02002496 name = "in_gopkg_tomb_v1",
2497 importpath = "gopkg.in/tomb.v1",
2498 version = "v1.0.0-20141024135613-dd632973f1e7",
2499 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002500 build_extra_args = [
2501 "-go_naming_convention=go_default_library",
2502 "-go_naming_convention_external=go_default_library",
2503 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002504 )
2505 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002506 name = "in_gopkg_yaml_v2",
2507 importpath = "gopkg.in/yaml.v2",
2508 version = "v2.2.8",
2509 sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002510 build_extra_args = [
2511 "-go_naming_convention=go_default_library",
2512 "-go_naming_convention_external=go_default_library",
2513 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002514 )
2515 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002516 name = "io_k8s_api",
2517 importpath = "k8s.io/api",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002518 version = "v0.19.7",
2519 sum = "h1:MpHhls03C2pyzoYcpbe4QqYiiZjdvW+tuWq6TbjV14Y=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002520 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002521 build_extra_args = [
2522 "-go_naming_convention=go_default_library",
2523 "-go_naming_convention_external=go_default_library",
2524 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002525 )
2526 go_repository(
2527 name = "io_k8s_apiextensions_apiserver",
2528 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002529 version = "v0.19.7",
2530 sum = "h1:aV9DANMSCCYBEMbtoT/5oesrtcciQrjy9yqWVtZZL5A=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002531 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002532 build_extra_args = [
2533 "-go_naming_convention=go_default_library",
2534 "-go_naming_convention_external=go_default_library",
2535 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002536 )
2537 go_repository(
2538 name = "io_k8s_apimachinery",
2539 importpath = "k8s.io/apimachinery",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002540 version = "v0.19.8-rc.0",
2541 sum = "h1:/vt04+wL+Y79Qsu8hAo2K4QJA+AKGkJCYmoTTVrUiPQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002542 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002543 build_extra_args = [
2544 "-go_naming_convention=go_default_library",
2545 "-go_naming_convention_external=go_default_library",
2546 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002547 )
2548 go_repository(
2549 name = "io_k8s_apiserver",
2550 importpath = "k8s.io/apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002551 version = "v0.19.7",
2552 sum = "h1:fOOELJ9TNC6DgKL3GUkQLE/EBMLjwBseTstx2eRP61o=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002553 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002554 build_extra_args = [
2555 "-go_naming_convention=go_default_library",
2556 "-go_naming_convention_external=go_default_library",
2557 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002558 )
2559 go_repository(
2560 name = "io_k8s_cli_runtime",
2561 importpath = "k8s.io/cli-runtime",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002562 version = "v0.19.7",
2563 sum = "h1:VkHsqrQYCD6+yBm2k9lOxLJtfo1tmb/TdYIHQ2RSCsY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002564 build_extra_args = [
2565 "-go_naming_convention=go_default_library",
2566 "-go_naming_convention_external=go_default_library",
2567 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002568 )
2569 go_repository(
2570 name = "io_k8s_client_go",
2571 importpath = "k8s.io/client-go",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002572 version = "v0.19.7",
2573 sum = "h1:SoJ4mzZ9LyXBGDe8MmpMznw0CwQ1ITWgsmG7GixvhUU=",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002574 pre_patches = [
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002575 "//third_party/go/patches:k8s-client-go.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002576 ],
2577 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002578 build_extra_args = [
2579 "-go_naming_convention=go_default_library",
2580 "-go_naming_convention_external=go_default_library",
2581 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002582 )
2583 go_repository(
2584 name = "io_k8s_cloud_provider",
2585 importpath = "k8s.io/cloud-provider",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002586 version = "v0.19.7",
2587 sum = "h1:01fiPTLkTU/MNKZBcMmeYQ5DWqRS4d3GhYGGGlkjgOw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002588 build_extra_args = [
2589 "-go_naming_convention=go_default_library",
2590 "-go_naming_convention_external=go_default_library",
2591 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002592 )
2593 go_repository(
2594 name = "io_k8s_cluster_bootstrap",
2595 importpath = "k8s.io/cluster-bootstrap",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002596 version = "v0.19.7",
2597 sum = "h1:xlI+YfeS5gOVa33WVh1viiPZMDN9j7BAiY0iJkg2LwI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002598 build_extra_args = [
2599 "-go_naming_convention=go_default_library",
2600 "-go_naming_convention_external=go_default_library",
2601 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002602 )
2603 go_repository(
Serge Bazanski339f97d2021-03-31 22:16:52 +02002604 name = "io_k8s_code_generator",
2605 importpath = "k8s.io/code-generator",
2606 version = "v0.19.9-rc.0",
2607 sum = "h1:ci5Y09V0Uiim61fltZsjHYp+i6eNaMMmtIlIveHqQ9Y=",
2608 build_extra_args = [
2609 "-go_naming_convention=go_default_library",
2610 "-go_naming_convention_external=go_default_library",
2611 ],
2612 )
2613 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002614 name = "io_k8s_component_base",
2615 importpath = "k8s.io/component-base",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002616 version = "v0.19.7",
2617 sum = "h1:ZXS2VRWOWBOc2fTd1zjzhi/b/mkqFT9FDqiNsn1cH30=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002618 build_extra_args = [
2619 "-go_naming_convention=go_default_library",
2620 "-go_naming_convention_external=go_default_library",
2621 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002622 )
2623 go_repository(
2624 name = "io_k8s_cri_api",
2625 importpath = "k8s.io/cri-api",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002626 version = "v0.19.8-rc.0",
2627 sum = "h1:aXNNIIoVcmIB/mlz/otcULQOgnErxnLB4uaWENHKblA=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002628 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002629 build_extra_args = [
2630 "-go_naming_convention=go_default_library",
2631 "-go_naming_convention_external=go_default_library",
2632 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002633 )
2634 go_repository(
2635 name = "io_k8s_csi_translation_lib",
2636 importpath = "k8s.io/csi-translation-lib",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002637 version = "v0.19.7",
2638 sum = "h1:Spr0XWqXufEUQA47axmPTm1xOabdMYG9MUbJVaRRb0g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002639 build_extra_args = [
2640 "-go_naming_convention=go_default_library",
2641 "-go_naming_convention_external=go_default_library",
2642 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002643 )
2644 go_repository(
2645 name = "io_k8s_gengo",
2646 importpath = "k8s.io/gengo",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002647 version = "v0.0.0-20200428234225-8167cfdcfc14",
2648 sum = "h1:t4L10Qfx/p7ASH3gXCdIUtPbbIuegCoUJf3TMSFekjw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002649 build_extra_args = [
2650 "-go_naming_convention=go_default_library",
2651 "-go_naming_convention_external=go_default_library",
2652 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002653 )
2654 go_repository(
2655 name = "io_k8s_heapster",
2656 importpath = "k8s.io/heapster",
2657 version = "v1.2.0-beta.1",
2658 sum = "h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002659 build_extra_args = [
2660 "-go_naming_convention=go_default_library",
2661 "-go_naming_convention_external=go_default_library",
2662 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002663 )
2664 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02002665 name = "io_k8s_klog_v2",
2666 importpath = "k8s.io/klog/v2",
2667 version = "v2.2.0",
2668 sum = "h1:XRvcwJozkgZ1UQJmfMGpvRthQHOvihEhYtDfAaxMz/A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002669 build_extra_args = [
2670 "-go_naming_convention=go_default_library",
2671 "-go_naming_convention_external=go_default_library",
2672 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002673 )
2674 go_repository(
2675 name = "io_k8s_kube_aggregator",
2676 importpath = "k8s.io/kube-aggregator",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002677 version = "v0.19.7",
2678 sum = "h1:Eol5vPNFKaDScdVuTh0AofhuSr4cJxP5Vfv8JXW8OAQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002679 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002680 build_extra_args = [
2681 "-go_naming_convention=go_default_library",
2682 "-go_naming_convention_external=go_default_library",
2683 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002684 )
2685 go_repository(
2686 name = "io_k8s_kube_controller_manager",
2687 importpath = "k8s.io/kube-controller-manager",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002688 version = "v0.19.7",
2689 sum = "h1:3rNXjHM5LHcv2HiO2JjdV4yW3EN+2tCPaKXWL/Cl8TM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002690 build_extra_args = [
2691 "-go_naming_convention=go_default_library",
2692 "-go_naming_convention_external=go_default_library",
2693 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002694 )
2695 go_repository(
2696 name = "io_k8s_kube_openapi",
2697 importpath = "k8s.io/kube-openapi",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002698 version = "v0.0.0-20200805222855-6aeccd4b50c6",
2699 sum = "h1:+WnxoVtG8TMiudHBSEtrVL1egv36TkkJm+bA8AxicmQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002700 build_extra_args = [
2701 "-go_naming_convention=go_default_library",
2702 "-go_naming_convention_external=go_default_library",
2703 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002704 )
2705 go_repository(
2706 name = "io_k8s_kube_proxy",
2707 importpath = "k8s.io/kube-proxy",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002708 version = "v0.19.7",
2709 sum = "h1:QQUwEnHA1jawodclndlmK/6Ifc9XVNlUaQ4Vq5RVbI8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002710 build_extra_args = [
2711 "-go_naming_convention=go_default_library",
2712 "-go_naming_convention_external=go_default_library",
2713 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002714 )
2715 go_repository(
2716 name = "io_k8s_kube_scheduler",
2717 importpath = "k8s.io/kube-scheduler",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002718 version = "v0.19.7",
2719 sum = "h1:TlQFoH7rATVqU7myNZ4FBgnXdGIwR7iBBNk3ir8Y9WM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002720 build_extra_args = [
2721 "-go_naming_convention=go_default_library",
2722 "-go_naming_convention_external=go_default_library",
2723 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002724 )
2725 go_repository(
2726 name = "io_k8s_kubectl",
2727 importpath = "k8s.io/kubectl",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002728 version = "v0.19.7",
2729 sum = "h1:pSsha+MBr9KLhn0IKrRikeAZ7g2oeShIGHLgqAzE3Ak=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002730 build_extra_args = [
2731 "-go_naming_convention=go_default_library",
2732 "-go_naming_convention_external=go_default_library",
2733 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002734 )
2735 go_repository(
2736 name = "io_k8s_kubelet",
2737 importpath = "k8s.io/kubelet",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002738 version = "v0.19.7",
2739 sum = "h1:cPp0fXN99cxyXeoI3nG2ZBORUvR0liT+bg6ofCybJzw=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002740 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002741 build_extra_args = [
2742 "-go_naming_convention=go_default_library",
2743 "-go_naming_convention_external=go_default_library",
2744 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002745 )
2746 go_repository(
2747 name = "io_k8s_kubernetes",
2748 importpath = "k8s.io/kubernetes",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002749 version = "v1.19.7",
2750 sum = "h1:Yk9W5SL1KR2mwy0nNZwjFXNImfK7ihrbKhXttidNTiE=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002751 build_file_proto_mode = "disable",
2752 build_tags = [
2753 "providerless",
2754 ],
2755 patches = [
2756 "//third_party/go/patches:k8s-kubernetes.patch",
2757 "//third_party/go/patches:k8s-kubernetes-build.patch",
Lorenz Brun878f5f92020-05-12 16:15:39 +02002758 "//third_party/go/patches:k8s-native-metrics.patch",
2759 "//third_party/go/patches:k8s-use-native.patch",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002760 "//third_party/go/patches:k8s-revert-seccomp-runtime-default.patch",
Lorenz Brun37050122021-03-30 14:00:27 +02002761 "//third_party/go/patches:k8s-removed-block-device-pseudo-locks.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002762 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002763 pre_patches = [
2764 "//third_party/go/patches:k8s-e2e-tests-providerless.patch",
Lorenz Brun842536b2021-01-26 13:54:57 +01002765 "//third_party/go/patches:k8s-fix-paths.patch",
2766 "//third_party/go/patches:k8s-fix-logs-path.patch",
Lorenz Brun7b822272021-02-03 17:03:41 +01002767 "//third_party/go/patches:k8s-drop-legacy-log-path.patch",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002768 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002769 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002770 build_extra_args = [
2771 "-go_naming_convention=go_default_library",
2772 "-go_naming_convention_external=go_default_library",
2773 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002774 )
2775 go_repository(
2776 name = "io_k8s_legacy_cloud_providers",
2777 importpath = "k8s.io/legacy-cloud-providers",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002778 version = "v0.19.7",
2779 sum = "h1:YJ/l/8/Hn56I9m1cudK8aNypRA/NvI/hYhg8fo/CTus=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002780 build_extra_args = [
2781 "-go_naming_convention=go_default_library",
2782 "-go_naming_convention_external=go_default_library",
2783 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002784 )
2785 go_repository(
2786 name = "io_k8s_metrics",
2787 importpath = "k8s.io/metrics",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002788 version = "v0.19.7",
2789 sum = "h1:fpTtFhNtS0DwJiYGGsL4YoSjHlLw8qugkgw3EXSWaUA=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002790 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002791 build_extra_args = [
2792 "-go_naming_convention=go_default_library",
2793 "-go_naming_convention_external=go_default_library",
2794 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002795 )
2796 go_repository(
2797 name = "io_k8s_repo_infra",
2798 importpath = "k8s.io/repo-infra",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002799 version = "v0.1.4-0.20210105022653-a3483874bd37",
2800 sum = "h1:0GPavEcPKBA0rYl7f6dO0mXYmx7t9RaXD3be2g23Ps4=",
Lorenz Brun2073ce32021-02-03 18:52:59 +01002801 pre_patches = [
2802 "//third_party/go/patches:k8s-infra-bzl4-compat.patch",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002803 "//third_party/go/patches:k8s-infra-fix-go116.patch",
Lorenz Brun2073ce32021-02-03 18:52:59 +01002804 ],
2805 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002806 build_extra_args = [
2807 "-go_naming_convention=go_default_library",
2808 "-go_naming_convention_external=go_default_library",
2809 ],
Lorenz Brun7b5d9942020-03-19 16:14:02 +01002810 )
2811 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002812 name = "io_k8s_sample_apiserver",
2813 importpath = "k8s.io/sample-apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002814 version = "v0.19.7",
2815 sum = "h1:ZWD6dsvqpqhWj3jKRb19/m/bo/0r+TRgjkX+h5m7f4g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002816 build_extra_args = [
2817 "-go_naming_convention=go_default_library",
2818 "-go_naming_convention_external=go_default_library",
2819 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002820 )
2821 go_repository(
2822 name = "io_k8s_utils",
2823 importpath = "k8s.io/utils",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002824 version = "v0.0.0-20200729134348-d5654de09c73",
2825 sum = "h1:uJmqzgNWG7XyClnU/mLPBWwfKKF1K8Hf8whTseBgJcg=",
Lorenz Brun878f5f92020-05-12 16:15:39 +02002826 patches = [
2827 "//third_party/go/patches:k8s-native-mounter.patch",
2828 ],
2829 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002830 build_extra_args = [
2831 "-go_naming_convention=go_default_library",
2832 "-go_naming_convention_external=go_default_library",
2833 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002834 )
2835 go_repository(
2836 name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
2837 importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002838 version = "v0.0.9",
2839 sum = "h1:rusRLrDhjBp6aYtl9sGEvQJr6faoHoDLd0YcUBTZguI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002840 build_extra_args = [
2841 "-go_naming_convention=go_default_library",
2842 "-go_naming_convention_external=go_default_library",
2843 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002844 )
2845 go_repository(
2846 name = "io_k8s_sigs_kustomize",
2847 importpath = "sigs.k8s.io/kustomize",
2848 version = "v2.0.3+incompatible",
2849 sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002850 build_extra_args = [
2851 "-go_naming_convention=go_default_library",
2852 "-go_naming_convention_external=go_default_library",
2853 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002854 )
2855 go_repository(
Serge Bazanski19eb0002021-01-21 14:25:25 +01002856 name = "io_k8s_sigs_structured_merge_diff_v4",
2857 importpath = "sigs.k8s.io/structured-merge-diff/v4",
2858 version = "v4.0.1",
2859 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002860 build_extra_args = [
2861 "-go_naming_convention=go_default_library",
2862 "-go_naming_convention_external=go_default_library",
2863 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002864 )
2865 go_repository(
2866 name = "io_k8s_sigs_yaml",
2867 importpath = "sigs.k8s.io/yaml",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002868 version = "v1.2.0",
2869 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002870 build_extra_args = [
2871 "-go_naming_convention=go_default_library",
2872 "-go_naming_convention_external=go_default_library",
2873 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002874 )
2875 go_repository(
2876 name = "ml_vbom_util",
2877 importpath = "vbom.ml/util",
2878 version = "v0.0.0-20160121211510-db5cfe13f5cc",
2879 sum = "h1:MksmcCZQWAQJCTA5T0jgI/0sJ51AVm4Z41MrmfczEoc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002880 build_extra_args = [
2881 "-go_naming_convention=go_default_library",
2882 "-go_naming_convention_external=go_default_library",
2883 ],
Lorenz Brun7b5d9942020-03-19 16:14:02 +01002884 )