blob: 23d425bf061b665ed0585b57965f937884bdd8eb [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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200206 name = "com_github_cenkalti_backoff",
207 importpath = "github.com/cenkalti/backoff",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100208 version = "v1.1.1-0.20190506075156-2146c9339422",
209 sum = "h1:8eZxmY1yvxGHzdzTEhI09npjMVGzNAdrqzruTX6jcK4=",
210 build_extra_args = [
211 "-go_naming_convention=go_default_library",
212 "-go_naming_convention_external=go_default_library",
213 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200214 )
215 go_repository(
216 name = "com_github_cenkalti_backoff_v4",
217 importpath = "github.com/cenkalti/backoff/v4",
218 version = "v4.0.2",
219 sum = "h1:JIufpQLbh4DkbQoii76ItQIUFzevQSqOLZca4eamEDs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100220 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_cespare_xxhash_v2",
227 importpath = "github.com/cespare/xxhash/v2",
228 version = "v2.1.1",
229 sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=",
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_chai2010_gettext_go",
237 importpath = "github.com/chai2010/gettext-go",
238 version = "v0.0.0-20160711120539-c6fed771bfd5",
239 sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=",
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(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200246 name = "com_github_checkpoint_restore_go_criu_v4",
247 importpath = "github.com/checkpoint-restore/go-criu/v4",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100248 version = "v4.1.0",
249 sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
250 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(
256 name = "com_github_cilium_ebpf",
257 importpath = "github.com/cilium/ebpf",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200258 version = "v0.0.0-20200702112145-1c8d4c9ef775",
259 sum = "h1:cHzBGGVew0ezFsq2grfy2RsB8hO/eNyBgOLHBCqfR1U=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100260 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_container_storage_interface_spec",
267 importpath = "github.com/container-storage-interface/spec",
268 version = "v1.2.0",
269 sum = "h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=",
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_containerd_btrfs",
277 importpath = "github.com/containerd/btrfs",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100278 version = "v0.0.0-20201111183144-404b9149801e",
279 sum = "h1:chFw/cg0TDyK43qm8DKbblny2WHc4ML+j1KOkdEp9pI=",
280 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_cgroups",
287 importpath = "github.com/containerd/cgroups",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200288 version = "v0.0.0-20200710171044-318312a37340",
289 sum = "h1:9atoWyI9RtXFwf7UDbme/6M8Ud0rFrx+Q3ZWgSnsxtw=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200290 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100291 build_extra_args = [
292 "-go_naming_convention=go_default_library",
293 "-go_naming_convention_external=go_default_library",
294 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200295 )
296 go_repository(
297 name = "com_github_containerd_console",
298 importpath = "github.com/containerd/console",
299 version = "v1.0.0",
300 sum = "h1:fU3UuQapBs+zLJu82NhR11Rif1ny2zfMMAyPJzSN5tQ=",
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_containerd",
308 importpath = "github.com/containerd/containerd",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100309 version = "v1.4.3",
310 sum = "h1:ijQT13JedHSHrQGWFcGEwzcNKrAGIiZ+jSD5QQG07SY=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200311 build_file_proto_mode = "disable",
312 build_tags = [
313 "no_zfs",
314 "no_aufs",
315 "no_devicemapper",
316 "no_btrfs",
317 ],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100318 build_extra_args = [
319 "-go_naming_convention=go_default_library",
320 "-go_naming_convention_external=go_default_library",
321 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200322 )
323 go_repository(
324 name = "com_github_containerd_continuity",
325 importpath = "github.com/containerd/continuity",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100326 version = "v0.0.0-20200710164510-efbc4488d8fe",
327 sum = "h1:PEmIrUvwG9Yyv+0WKZqjXfSFDeZjs/q15g0m08BYS9k=",
328 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_cri",
335 importpath = "github.com/containerd/cri",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100336 version = "v1.19.1-0.20201126003523-adc0b6a578ed",
337 sum = "h1:M2yIwrNSafh4rW/yXAiAlSqpydW7vjvDjZ0ClMb+EMQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200338 build_file_proto_mode = "disable",
Lorenz Brun74e8e5c2021-01-26 14:00:50 +0100339 patches = [
340 "//third_party/go/patches:containerd-netns-statedir.patch",
341 ],
342 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100343 build_extra_args = [
344 "-go_naming_convention=go_default_library",
345 "-go_naming_convention_external=go_default_library",
346 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200347 )
348 go_repository(
349 name = "com_github_containerd_fifo",
350 importpath = "github.com/containerd/fifo",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200351 version = "v0.0.0-20200410184934-f15a3290365b",
352 sum = "h1:qUtCegLdOUVfVJOw+KDg6eJyE1TGvLlkGEd1091kSSQ=",
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_go_cni",
360 importpath = "github.com/containerd/go-cni",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100361 version = "v1.0.1",
362 sum = "h1:VXr2EkOPD0v1gu7CKfof6XzEIDzsE/dI9yj/W7PSWLs=",
363 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_runc",
370 importpath = "github.com/containerd/go-runc",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200371 version = "v0.0.0-20200220073739-7016d3ce2328",
372 sum = "h1:PRTagVMbJcCezLcHXe8UJvR1oBzp2lG3CEumeFOLOds=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100373 build_extra_args = [
374 "-go_naming_convention=go_default_library",
375 "-go_naming_convention_external=go_default_library",
376 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200377 )
378 go_repository(
379 name = "com_github_containerd_imgcrypt",
380 importpath = "github.com/containerd/imgcrypt",
381 version = "v1.0.1",
382 sum = "h1:IyI3IIP4m6zrNFuNFT7HizGVcuD6BYJFpdM1JvPKCbQ=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200387 )
388 go_repository(
389 name = "com_github_containerd_ttrpc",
390 importpath = "github.com/containerd/ttrpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100391 version = "v1.0.2-0.20210119122237-222b428f008e",
392 sum = "h1:+Fbjfo26pg4HtkAw9sC/YhUwaAb16355o/J/oHkyCDc=",
393 replace = "github.com/monogon-dev/ttrpc",
394 build_extra_args = [
395 "-go_naming_convention=go_default_library",
396 "-go_naming_convention_external=go_default_library",
397 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200398 )
399 go_repository(
400 name = "com_github_containerd_typeurl",
401 importpath = "github.com/containerd/typeurl",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200402 version = "v1.0.1",
403 sum = "h1:PvuK4E3D5S5q6IqsPDCy928FhP0LUIGcmZ/Yhgp5Djw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100404 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_containernetworking_cni",
411 importpath = "github.com/containernetworking/cni",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100412 version = "v0.8.0",
413 sum = "h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=",
Lorenz Brun74e8e5c2021-01-26 14:00:50 +0100414 patches = [
415 "//third_party/go/patches:cni-fix-cachepath.patch",
416 ],
417 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100418 build_extra_args = [
419 "-go_naming_convention=go_default_library",
420 "-go_naming_convention_external=go_default_library",
421 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200422 )
423 go_repository(
424 name = "com_github_containernetworking_plugins",
425 importpath = "github.com/containernetworking/plugins",
426 version = "v0.8.2",
427 sum = "h1:5lnwfsAYO+V7yXhysJKy3E1A2Gy9oVut031zfdOzI9w=",
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 Bazanski6c8d5f92020-02-11 12:42:29 +0100432 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200433 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200434 name = "com_github_containers_ocicrypt",
435 importpath = "github.com/containers/ocicrypt",
436 version = "v1.0.1",
437 sum = "h1:EToign46OSLTFWnb2oNj9RG3XDnkOX8r28ZIXUuk5Pc=",
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 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200442 )
443 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200444 name = "com_github_coredns_coredns",
445 importpath = "github.com/coredns/coredns",
446 version = "v1.7.0",
447 sum = "h1:Tm2ZSdhTk+4okgjUp4K6KYzvBI2u34cdD4fKQRC4Eeo=",
448 pre_patches = [
449 "//third_party/go/patches:coredns-remove-unused-plugins.patch",
450 ],
451 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100452 build_extra_args = [
453 "-go_naming_convention=go_default_library",
454 "-go_naming_convention_external=go_default_library",
455 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200456 )
457 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200458 name = "com_github_coreos_go_iptables",
459 importpath = "github.com/coreos/go-iptables",
460 version = "v0.4.2",
461 sum = "h1:KH0EwId05JwWIfb96gWvkiT2cbuOu8ygqUaB+yPAwIg=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200466 )
467 go_repository(
468 name = "com_github_coreos_go_oidc",
469 importpath = "github.com/coreos/go-oidc",
470 version = "v2.1.0+incompatible",
471 sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=",
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_semver",
479 importpath = "github.com/coreos/go-semver",
480 version = "v0.3.0",
481 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
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_systemd",
489 importpath = "github.com/coreos/go-systemd",
490 version = "v0.0.0-20190321100706-95778dfbb74e",
491 sum = "h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=",
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_v22",
499 importpath = "github.com/coreos/go-systemd/v22",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100500 version = "v22.1.0",
501 sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=",
502 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_pkg",
509 importpath = "github.com/coreos/pkg",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200510 version = "v0.0.0-20180928190104-399ea9e2e55f",
511 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100512 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(
Serge Bazanski6ebdc412021-05-21 16:25:55 +0200518 name = "com_github_corverroos_commentwrap",
519 importpath = "github.com/corverroos/commentwrap",
520 version = "v0.0.0-20191204065359-2926638be44c",
521 sum = "h1:toeMwwechJKH0iwOoGJLZK6x42Ba9si+816KxqmgFc8=",
Serge Bazanski6ebdc412021-05-21 16:25:55 +0200522 build_extra_args = [
523 "-go_naming_convention=go_default_library",
524 "-go_naming_convention_external=go_default_library",
525 ],
526 )
527 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200528 name = "com_github_cosiner_argv",
529 importpath = "github.com/cosiner/argv",
530 version = "v0.0.0-20170225145430-13bacc38a0a5",
531 sum = "h1:rIXlvz2IWiupMFlC45cZCXZFvKX/ExBcSLrDy2G0Lp8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100532 build_extra_args = [
533 "-go_naming_convention=go_default_library",
534 "-go_naming_convention_external=go_default_library",
535 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200536 )
537 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +0200538 name = "com_github_cpuguy83_go_md2man_v2",
539 importpath = "github.com/cpuguy83/go-md2man/v2",
540 version = "v2.0.0",
541 sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=",
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 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +0200546 )
547 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200548 name = "com_github_cyphar_filepath_securejoin",
549 importpath = "github.com/cyphar/filepath-securejoin",
550 version = "v0.2.2",
551 sum = "h1:jCwT2GTP+PY5nBz3c/YL5PAIbusElVrPujOBSCj8xRg=",
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 Bazanskif369cfa2020-05-22 18:36:42 +0200556 )
557 go_repository(
558 name = "com_github_davecgh_go_spew",
559 importpath = "github.com/davecgh/go-spew",
560 version = "v1.1.1",
561 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=",
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_daviddengcn_go_colortext",
569 importpath = "github.com/daviddengcn/go-colortext",
570 version = "v0.0.0-20160507010035-511bcaf42ccd",
571 sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200578 name = "com_github_dgrijalva_jwt_go",
579 importpath = "github.com/dgrijalva/jwt-go",
580 version = "v3.2.0+incompatible",
581 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
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(
588 name = "com_github_diskfs_go_diskfs",
589 importpath = "github.com/diskfs/go-diskfs",
Lorenz Brun57479bb2021-10-26 14:01:06 +0200590 version = "v1.2.0",
591 sum = "h1:Ow4xorEDw1VNYKbC+SA/qQNwi5gWIwdKUxmUcLFST24=",
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(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200598 name = "com_github_dnstap_golang_dnstap",
599 importpath = "github.com/dnstap/golang-dnstap",
600 version = "v0.2.0",
601 sum = "h1:+NrmP4mkaTeKYV7xJ5FXpUxRn0RpcgoQcsOCTS8WQPk=",
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 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200606 )
607 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200608 name = "com_github_docker_distribution",
609 importpath = "github.com/docker/distribution",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200610 version = "v2.7.1+incompatible",
611 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200616 )
617 go_repository(
618 name = "com_github_docker_docker",
619 importpath = "github.com/docker/docker",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200620 version = "v17.12.0-ce-rc1.0.20200310163718-4634ce647cf2+incompatible",
621 sum = "h1:ax4NateCD5bjRTqLvQBlFrSUPOoZRgEXWpJ6Bmu6OO0=",
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_go_connections",
629 importpath = "github.com/docker/go-connections",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200630 version = "v0.4.0",
631 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
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_events",
639 importpath = "github.com/docker/go-events",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200640 version = "v0.0.0-20190806004212-e31b211e4f1c",
641 sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
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_metrics",
649 importpath = "github.com/docker/go-metrics",
650 version = "v0.0.1",
651 sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
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_units",
659 importpath = "github.com/docker/go-units",
660 version = "v0.4.0",
661 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=",
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_spdystream",
669 importpath = "github.com/docker/spdystream",
670 version = "v0.0.0-20160310174837-449fdfce4d96",
671 sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=",
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_dustin_go_humanize",
679 importpath = "github.com/dustin/go-humanize",
680 version = "v1.0.0",
681 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=",
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(
Lorenz Bruned0503c2020-07-28 17:21:25 +0200688 name = "com_github_elazarl_goproxy",
689 importpath = "github.com/elazarl/goproxy",
690 version = "v0.0.0-20180725130230-947c36da3153",
691 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=",
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 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +0200696 )
697 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200698 name = "com_github_emicklei_go_restful",
699 importpath = "github.com/emicklei/go-restful",
700 version = "v2.9.5+incompatible",
701 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200706 )
707 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200708 name = "com_github_euank_go_kmsg_parser",
709 importpath = "github.com/euank/go-kmsg-parser",
710 version = "v2.0.0+incompatible",
711 sum = "h1:cHD53+PLQuuQyLZeriD1V/esuG4MuU0Pjs5y6iknohY=",
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(
718 name = "com_github_evanphx_json_patch",
719 importpath = "github.com/evanphx/json-patch",
Serge Bazanski19eb0002021-01-21 14:25:25 +0100720 version = "v4.9.0+incompatible",
721 sum = "h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses=",
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_exponent_io_jsonpath",
729 importpath = "github.com/exponent-io/jsonpath",
730 version = "v0.0.0-20151013193312-d6023ce2651d",
731 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=",
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(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200738 name = "com_github_farsightsec_golang_framestream",
739 importpath = "github.com/farsightsec/golang-framestream",
740 version = "v0.0.0-20190425193708-fa4b164d59b8",
741 sum = "h1:/iPdQppoAsTfML+yqFSq2EBChiEMnRkh5WvhFgtWwcU=",
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 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200746 )
747 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200748 name = "com_github_fatih_camelcase",
749 importpath = "github.com/fatih/camelcase",
750 version = "v1.0.0",
751 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200756 )
757 go_repository(
758 name = "com_github_fatih_color",
759 importpath = "github.com/fatih/color",
760 version = "v1.7.0",
761 sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=",
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(
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200768 name = "com_github_flynn_go_shlex",
769 importpath = "github.com/flynn/go-shlex",
770 version = "v0.0.0-20150515145356-3f9db97f8568",
771 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=",
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 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +0200776 )
777 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200778 name = "com_github_fullsailor_pkcs7",
779 importpath = "github.com/fullsailor/pkcs7",
780 version = "v0.0.0-20180613152042-8306686428a5",
781 sum = "h1:v+vxrd9XS8uWIXG2RK0BHCnXc30qLVQXVqbK+IOmpXk=",
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 Brunb876fc32020-07-14 13:54:01 +0200786 )
787 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200788 name = "com_github_ghodss_yaml",
789 importpath = "github.com/ghodss/yaml",
790 version = "v1.0.0",
791 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200796 )
797 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200798 name = "com_github_go_delve_delve",
799 importpath = "github.com/go-delve/delve",
800 version = "v1.4.1",
801 sum = "h1:kZs0umEv+VKnK84kY9/ZXWrakdLTeRTyYjFdgLelZCQ=",
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 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +0200806 )
807 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +0200808 name = "com_github_go_logr_logr",
809 importpath = "github.com/go-logr/logr",
810 version = "v0.2.0",
811 sum = "h1:QvGt2nLcHH0WK9orKa+ppBPAxREcH364nPUedEpK0TY=",
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 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +0200816 )
817 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200818 name = "com_github_go_openapi_analysis",
819 importpath = "github.com/go-openapi/analysis",
820 version = "v0.19.5",
821 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200826 )
827 go_repository(
828 name = "com_github_go_openapi_errors",
829 importpath = "github.com/go-openapi/errors",
830 version = "v0.19.2",
831 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=",
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_jsonpointer",
839 importpath = "github.com/go-openapi/jsonpointer",
840 version = "v0.19.3",
841 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=",
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_jsonreference",
849 importpath = "github.com/go-openapi/jsonreference",
850 version = "v0.19.3",
851 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=",
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_loads",
859 importpath = "github.com/go-openapi/loads",
860 version = "v0.19.4",
861 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=",
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_runtime",
869 importpath = "github.com/go-openapi/runtime",
870 version = "v0.19.4",
871 sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=",
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_spec",
879 importpath = "github.com/go-openapi/spec",
880 version = "v0.19.3",
881 sum = "h1:0XRyw8kguri6Yw4SxhsQA/atC88yqrk0+G4YhI2wabc=",
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_strfmt",
889 importpath = "github.com/go-openapi/strfmt",
890 version = "v0.19.3",
891 sum = "h1:eRfyY5SkaNJCAwmmMcADjY31ow9+N7MCLW7oRkbsINA=",
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_swag",
899 importpath = "github.com/go-openapi/swag",
900 version = "v0.19.5",
901 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=",
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_validate",
909 importpath = "github.com/go-openapi/validate",
910 version = "v0.19.5",
911 sum = "h1:QhCBKRYqZR+SKo4gl1lPhPahope8/RLt6EVgY8X80w0=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200918 name = "com_github_go_stack_stack",
919 importpath = "github.com/go-stack/stack",
920 version = "v1.8.0",
921 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=",
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(
928 name = "com_github_godbus_dbus_v5",
929 importpath = "github.com/godbus/dbus/v5",
930 version = "v5.0.3",
931 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=",
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_gofrs_flock",
939 importpath = "github.com/gofrs/flock",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +0100940 version = "v0.8.0",
941 sum = "h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200948 name = "com_github_gogo_googleapis",
949 importpath = "github.com/gogo/googleapis",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200950 version = "v1.3.2",
951 sum = "h1:kX1es4djPJrsDhY7aZKJy7aZasdcB5oSOEphMjSB53c=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200952 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +0100953 build_extra_args = [
954 "-go_naming_convention=go_default_library",
955 "-go_naming_convention_external=go_default_library",
956 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200957 )
958 go_repository(
959 name = "com_github_gogo_protobuf",
960 importpath = "github.com/gogo/protobuf",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200961 version = "v1.3.1",
962 sum = "h1:DqDEcV5aeaTmdFBePNpYsp3FlcVH/2ISVVM9Qf8PSls=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +0200969 name = "com_github_golang_groupcache",
970 importpath = "github.com/golang/groupcache",
Lorenz Brunb876fc32020-07-14 13:54:01 +0200971 version = "v0.0.0-20191227052852-215e87163ea7",
972 sum = "h1:5ZkaAPbicIKTF2I64qf5Fh8Aa83Q/dnOafMYV0OMwjA=",
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(
979 name = "com_github_google_btree",
980 importpath = "github.com/google/btree",
981 version = "v1.0.0",
982 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=",
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 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +0100988 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +0200989 name = "com_github_google_cadvisor",
990 importpath = "github.com/google/cadvisor",
Serge Bazanski19eb0002021-01-21 14:25:25 +0100991 version = "v0.37.3",
992 sum = "h1:qsH/np74sg1/tEe+bn+e2JIPFxrw6En3gCVuQdolc74=",
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 Bazanski6c8d5f92020-02-11 12:42:29 +0100997 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +0100998 go_repository(
Lorenz Bruna50e8452020-09-09 17:09:27 +0200999 name = "com_github_google_certificate_transparency_go",
1000 importpath = "github.com/google/certificate-transparency-go",
1001 version = "v1.1.0",
1002 sum = "h1:10MlrYzh5wfkToxWI4yJzffsxLfxcEDlOATMx/V9Kzw=",
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 ],
Lorenz Bruna50e8452020-09-09 17:09:27 +02001007 )
1008 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001009 name = "com_github_google_go_cmp",
1010 importpath = "github.com/google/go-cmp",
1011 version = "v0.4.0",
1012 sum = "h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=",
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 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001017 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02001018 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001019 name = "com_github_google_go_dap",
1020 importpath = "github.com/google/go-dap",
1021 version = "v0.2.0",
1022 sum = "h1:whjIGQRumwbR40qRU7CEKuFLmePUUc2s4Nt9DoXXxWk=",
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 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001027 )
1028 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001029 name = "com_github_google_go_tpm",
1030 importpath = "github.com/google/go-tpm",
1031 version = "v0.1.2-0.20190725015402-ae6dd98980d4",
1032 sum = "h1:GNNkIb6NSjYfw+KvgUFW590mcgsSFihocSrbXct1sEw=",
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 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001037 )
Serge Bazanskibb7db922020-04-30 12:43:10 +02001038 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001039 name = "com_github_google_go_tpm_tools",
1040 importpath = "github.com/google/go-tpm-tools",
1041 version = "v0.0.0-20190731025042-f8c04ff88181",
1042 sum = "h1:1Y5W2uh6E7I6hhI6c0WVSbV+Ae15uhemqi3RvSgtZpk=",
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 Bazanski6c8d5f92020-02-11 12:42:29 +01001047 )
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001048 go_repository(
1049 name = "com_github_google_gofuzz",
1050 importpath = "github.com/google/gofuzz",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001051 version = "v1.1.0",
1052 sum = "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=",
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 Bazanskif369cfa2020-05-22 18:36:42 +02001057 )
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001058 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001059 name = "com_github_google_gopacket",
1060 importpath = "github.com/google/gopacket",
1061 version = "v1.1.17",
1062 sum = "h1:rMrlX2ZY2UbvT+sdz3+6J+pp2z+msCq9MxTU6ymxbBY=",
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 Bazanski14cf7502020-05-28 14:29:56 +02001067 )
1068 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001069 name = "com_github_google_gvisor",
1070 importpath = "github.com/google/gvisor",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001071 version = "v0.0.0-20211029210316-b822923b706d",
1072 sum = "h1:DLypxrLRMq0P4f96vlutTfJpM5/Y8q6rDafgBU1pxAs=",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001073 patches = [
1074 "//third_party/go/patches:gvisor.patch",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001075 "//third_party/go/patches:gvisor-build-against-newer-runtime-specs.patch",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001076 "//third_party/go/patches:gvisor-cgroup-fix.patch",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001077 ],
1078 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001079 build_extra_args = [
1080 "-go_naming_convention=go_default_library",
1081 "-go_naming_convention_external=go_default_library",
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001082 ],
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001083 )
Lorenz Brunc88c82d2020-05-08 14:35:04 +02001084 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001085 name = "com_github_google_nftables",
1086 importpath = "github.com/google/nftables",
1087 version = "v0.0.0-20200316075819-7127d9d22474",
1088 sum = "h1:D6bN82zzK92ywYsE+Zjca7EHZCRZbcNTU3At7WdxQ+c=",
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",
1092 ],
Lorenz Brun52f7f292020-06-24 16:42:02 +02001093 )
1094 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001095 name = "com_github_google_subcommands",
1096 importpath = "github.com/google/subcommands",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001097 version = "v1.0.2-0.20190508160503-636abe8753b8",
1098 sum = "h1:8nlgEAjIalk6uj/CGKCdOO8CQqTeysvcW4RFZ6HbkGM=",
1099 build_extra_args = [
1100 "-go_naming_convention=go_default_library",
1101 "-go_naming_convention_external=go_default_library",
1102 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001103 )
1104 go_repository(
1105 name = "com_github_google_uuid",
1106 importpath = "github.com/google/uuid",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001107 version = "v1.1.1",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001108 sum = "h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001109 build_extra_args = [
1110 "-go_naming_convention=go_default_library",
1111 "-go_naming_convention_external=go_default_library",
1112 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001113 )
1114 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001115 name = "com_github_googleapis_gnostic",
1116 importpath = "github.com/googleapis/gnostic",
1117 version = "v0.4.1",
1118 sum = "h1:DLJCy1n/vrD4HPjOvYcT8aYQXpPIzoRZONaYwyycI+I=",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01001119 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001120 build_extra_args = [
1121 "-go_naming_convention=go_default_library",
1122 "-go_naming_convention_external=go_default_library",
1123 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001124 )
1125 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001126 name = "com_github_gorilla_websocket",
1127 importpath = "github.com/gorilla/websocket",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001128 version = "v1.4.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001129 sum = "h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=",
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 Bazanskibb7db922020-04-30 12:43:10 +02001136 name = "com_github_gregjones_httpcache",
1137 importpath = "github.com/gregjones/httpcache",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001138 version = "v0.0.0-20180305231024-9cad4c3443a7",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001139 sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
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 Bazanskibb7db922020-04-30 12:43:10 +02001144 )
1145 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001146 name = "com_github_grpc_ecosystem_go_grpc_middleware",
1147 importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
1148 version = "v1.0.1-0.20190118093823-f849b5445de4",
1149 sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=",
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_prometheus",
1157 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
1158 version = "v1.2.0",
1159 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
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_grpc_gateway",
1167 importpath = "github.com/grpc-ecosystem/grpc-gateway",
1168 version = "v1.9.5",
1169 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=",
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(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001176 name = "com_github_grpc_ecosystem_grpc_opentracing",
1177 importpath = "github.com/grpc-ecosystem/grpc-opentracing",
1178 version = "v0.0.0-20180507213350-8e809c8a8645",
1179 sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=",
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 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001184 )
1185 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001186 name = "com_github_grpc_grpc",
1187 importpath = "github.com/grpc/grpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001188 version = "v1.29.1",
1189 sum = "h1:oDOYav2X6WE7espebiQ//iP9N+/gGygUv6XuuyvkFMc=",
1190 build_extra_args = [
1191 "-go_naming_convention=go_default_library",
1192 "-go_naming_convention_external=go_default_library",
1193 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001194 )
1195 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001196 name = "com_github_hashicorp_errwrap",
1197 importpath = "github.com/hashicorp/errwrap",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001198 version = "v1.0.0",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001199 sum = "h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001200 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_go_multierror",
1207 importpath = "github.com/hashicorp/go-multierror",
1208 version = "v1.0.0",
1209 sum = "h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o=",
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_golang_lru",
1217 importpath = "github.com/hashicorp/golang-lru",
1218 version = "v0.5.3",
1219 sum = "h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=",
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(
1226 name = "com_github_hashicorp_hcl",
1227 importpath = "github.com/hashicorp/hcl",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001228 version = "v1.0.0",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001229 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
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(
Lorenz Bruned0503c2020-07-28 17:21:25 +02001236 name = "com_github_hpcloud_tail",
1237 importpath = "github.com/hpcloud/tail",
1238 version = "v1.0.0",
1239 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
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 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02001244 )
1245 go_repository(
Lorenz Brundcfc6782021-11-30 05:27:48 +01001246 name = "com_github_huandu_xstrings",
1247 importpath = "github.com/huandu/xstrings",
1248 version = "v1.0.0",
1249 sum = "h1:pO2K/gKgKaat5LdpAhxhluX2GPQMaI3W5FUz/I/UnWk=",
1250 build_extra_args = [
1251 "-go_naming_convention=go_default_library",
1252 "-go_naming_convention_external=go_default_library",
1253 ],
1254 )
1255 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001256 name = "com_github_imdario_mergo",
1257 importpath = "github.com/imdario/mergo",
1258 version = "v0.3.7",
1259 sum = "h1:Y+UAYTZ7gDEuOfhxKWy+dvb5dRQ6rJjFSdX2HZY1/gI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001260 build_extra_args = [
1261 "-go_naming_convention=go_default_library",
1262 "-go_naming_convention_external=go_default_library",
1263 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001264 )
1265 go_repository(
Serge Bazanskidd7b2d22021-07-02 17:13:22 +02001266 name = "com_github_inconshreveable_mousetrap",
1267 importpath = "github.com/inconshreveable/mousetrap",
1268 version = "v1.0.0",
1269 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=",
1270 build_extra_args = [
1271 "-go_naming_convention=go_default_library",
1272 "-go_naming_convention_external=go_default_library",
1273 ],
1274 )
1275 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001276 name = "com_github_infobloxopen_go_trees",
1277 importpath = "github.com/infobloxopen/go-trees",
1278 version = "v0.0.0-20190313150506-2af4e13f9062",
1279 sum = "h1:d3VSuNcgTCn21dNMm8g412Fck/XWFmMj4nJhhHT7ZZ0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001280 build_extra_args = [
1281 "-go_naming_convention=go_default_library",
1282 "-go_naming_convention_external=go_default_library",
1283 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001284 )
1285 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001286 name = "com_github_insomniacslk_dhcp",
1287 importpath = "github.com/insomniacslk/dhcp",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01001288 version = "v0.0.0-20200922210017-67c425063dca",
1289 sum = "h1:zhwTlFGM8ZkD5J/c43IWkxSJQWzhm20QWou8zajbCck=",
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 ],
Serge Bazanski6c8d5f92020-02-11 12:42:29 +01001294 )
1295 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001296 name = "com_github_j_keck_arping",
1297 importpath = "github.com/j-keck/arping",
1298 version = "v0.0.0-20160618110441-2cf9dc699c56",
1299 sum = "h1:742eGXur0715JMq73aD95/FU0XpVKXqNuTnEfXsLOYQ=",
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(
Lorenz Brun878f5f92020-05-12 16:15:39 +02001306 name = "com_github_joho_godotenv",
1307 importpath = "github.com/joho/godotenv",
1308 version = "v1.3.0",
1309 sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
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 ],
Lorenz Brun878f5f92020-05-12 16:15:39 +02001314 )
1315 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001316 name = "com_github_jonboulle_clockwork",
1317 importpath = "github.com/jonboulle/clockwork",
1318 version = "v0.1.0",
1319 sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=",
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 ],
Serge Bazanskibb7db922020-04-30 12:43:10 +02001324 )
1325 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001326 name = "com_github_json_iterator_go",
1327 importpath = "github.com/json-iterator/go",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001328 version = "v1.1.10",
1329 sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=",
1330 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_karrick_godirwalk",
1337 importpath = "github.com/karrick/godirwalk",
1338 version = "v1.7.5",
1339 sum = "h1:VbzFqwXwNbAZoA6W5odrLr+hKK197CcENcPh6E/gJ0M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001340 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(
1346 name = "com_github_kevinburke_go_bindata",
1347 importpath = "github.com/kevinburke/go-bindata",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001348 version = "v3.16.0+incompatible",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001349 sum = "h1:TFzFZop2KxGhqNwsyjgmIh5JOrpG940MZlm5gNbxr8g=",
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(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001356 name = "com_github_koneu_natend",
1357 importpath = "github.com/koneu/natend",
1358 version = "v0.0.0-20150829182554-ec0926ea948d",
1359 sum = "h1:MFX8DxRnKMY/2M3H61iSsVbo/n3h0MWGmWNN1UViOU0=",
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 ],
Lorenz Brun52f7f292020-06-24 16:42:02 +02001364 )
1365 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001366 name = "com_github_konsorten_go_windows_terminal_sequences",
1367 importpath = "github.com/konsorten/go-windows-terminal-sequences",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001368 version = "v1.0.3",
1369 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001374 )
1375 go_repository(
1376 name = "com_github_kr_pretty",
1377 importpath = "github.com/kr/pretty",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001378 version = "v0.1.0",
1379 sum = "h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=",
1380 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_pty",
1387 importpath = "github.com/kr/pty",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001388 version = "v1.1.4-0.20190131011033-7dc38fb350b1",
1389 sum = "h1:zc0R6cOw98cMengLA0fvU55mqbnN7sd/tBMLzSejp+M=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001396 name = "com_github_liggitt_tabwriter",
1397 importpath = "github.com/liggitt/tabwriter",
1398 version = "v0.0.0-20181228230101-89fcab3d43de",
1399 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001400 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(
1406 name = "com_github_lithammer_dedent",
1407 importpath = "github.com/lithammer/dedent",
1408 version = "v1.1.0",
1409 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=",
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 Bazanski6c8d5f92020-02-11 12:42:29 +01001414 )
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01001415 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001416 name = "com_github_magiconair_properties",
1417 importpath = "github.com/magiconair/properties",
Serge Bazanski520c9342020-12-22 10:58:41 +01001418 version = "v1.8.1",
1419 sum = "h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=",
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 Bazanskif369cfa2020-05-22 18:36:42 +02001424 )
1425 go_repository(
1426 name = "com_github_mailru_easyjson",
1427 importpath = "github.com/mailru/easyjson",
1428 version = "v0.7.0",
1429 sum = "h1:aizVhC/NAAcKWb+5QsU1iNOZb4Yws5UO2I+aIprQITM=",
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_mattn_go_colorable",
1437 importpath = "github.com/mattn/go-colorable",
1438 version = "v0.0.9",
1439 sum = "h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=",
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_isatty",
1447 importpath = "github.com/mattn/go-isatty",
1448 version = "v0.0.4",
1449 sum = "h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs=",
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_runewidth",
1457 importpath = "github.com/mattn/go-runewidth",
1458 version = "v0.0.2",
1459 sum = "h1:UnlwIPBGaTZfPQ6T1IGzPI0EkYAQmT9fAEJ/poFC63o=",
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(
Lorenz Brunb60d9cb2021-02-18 17:34:00 +01001466 name = "com_github_mattn_go_shellwords",
1467 importpath = "github.com/mattn/go-shellwords",
1468 version = "v1.0.11",
1469 sum = "h1:vCoR9VPpsk/TZFW2JwK5I9S0xdrtUq2bph6/YjEPnaw=",
1470 build_extra_args = [
1471 "-go_naming_convention=go_default_library",
1472 "-go_naming_convention_external=go_default_library",
1473 ],
1474 )
1475 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001476 name = "com_github_matttproud_golang_protobuf_extensions",
1477 importpath = "github.com/matttproud/golang_protobuf_extensions",
1478 version = "v1.0.1",
1479 sum = "h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001480 build_extra_args = [
1481 "-go_naming_convention=go_default_library",
1482 "-go_naming_convention_external=go_default_library",
1483 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001484 )
1485 go_repository(
1486 name = "com_github_mdlayher_ethernet",
1487 importpath = "github.com/mdlayher/ethernet",
1488 version = "v0.0.0-20190606142754-0394541c37b7",
1489 sum = "h1:lez6TS6aAau+8wXUP3G9I3TGlmPFEq2CTxBaRqY6AGE=",
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(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001496 name = "com_github_mdlayher_genetlink",
1497 importpath = "github.com/mdlayher/genetlink",
1498 version = "v1.0.0",
1499 sum = "h1:OoHN1OdyEIkScEmRgxLEe2M9U8ClMytqA5niynLtfj0=",
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 ],
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001504 )
1505 go_repository(
Lorenz Brun52f7f292020-06-24 16:42:02 +02001506 name = "com_github_mdlayher_netlink",
1507 importpath = "github.com/mdlayher/netlink",
Lorenz Brunf042e6f2020-06-24 16:46:09 +02001508 version = "v1.1.0",
1509 sum = "h1:mpdLgm+brq10nI9zM1BpX1kpDbh3NLl3RSnVq6ZSkfg=",
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 Brun52f7f292020-06-24 16:42:02 +02001514 )
1515 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001516 name = "com_github_mdlayher_raw",
1517 importpath = "github.com/mdlayher/raw",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01001518 version = "v0.0.0-20191009151244-50f2db8cc065",
1519 sum = "h1:aFkJ6lx4FPip+S+Uw4aTegFMct9shDvP+79PsSxpm3w=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001524 )
1525 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001526 name = "com_github_miekg_dns",
1527 importpath = "github.com/miekg/dns",
Serge Bazanskid9ed6562021-01-07 16:06:44 +01001528 version = "v1.1.29",
1529 sum = "h1:xHBEhR+t5RzcFJjBLJlax2daXOrTYtr9z4WdKEfWFzg=",
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 Bazanski14cf7502020-05-28 14:29:56 +02001534 )
1535 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001536 name = "com_github_mindprince_gonvml",
1537 importpath = "github.com/mindprince/gonvml",
1538 version = "v0.0.0-20190828220739-9ebdce4bb989",
1539 sum = "h1:PS1dLCGtD8bb9RPKJrc8bS7qHL6JnW1CZvwzH9dPoUs=",
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 Bazanskif369cfa2020-05-22 18:36:42 +02001544 )
1545 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001546 name = "com_github_mistifyio_go_zfs",
1547 importpath = "github.com/mistifyio/go-zfs",
1548 version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
1549 sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
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 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +02001554 )
1555 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001556 name = "com_github_mitchellh_go_wordwrap",
1557 importpath = "github.com/mitchellh/go-wordwrap",
1558 version = "v1.0.0",
1559 sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001564 )
1565 go_repository(
1566 name = "com_github_mitchellh_mapstructure",
1567 importpath = "github.com/mitchellh/mapstructure",
1568 version = "v1.1.2",
1569 sum = "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=",
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 ],
Hendrik Hofstadt79d7a622020-03-11 19:18:56 +01001574 )
Lorenz Brun7b5d9942020-03-19 16:14:02 +01001575 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02001576 name = "com_github_moby_sys_mountinfo",
1577 importpath = "github.com/moby/sys/mountinfo",
1578 version = "v0.1.3",
1579 sum = "h1:KIrhRO14+AkwKvG/g2yIpNMOUVZ02xNhOw8KY1WsLOI=",
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 ],
Lorenz Brunb876fc32020-07-14 13:54:01 +02001584 )
1585 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02001586 name = "com_github_moby_term",
1587 importpath = "github.com/moby/term",
Serge Bazanskibb7db922020-04-30 12:43:10 +02001588 version = "v0.0.0-20200312100748-672ec06f55cd",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001589 sum = "h1:aY7OQNf2XqY/JQ6qREWamhI/81os/agb2BAGpcx5yWI=",
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 Brun7b5d9942020-03-19 16:14:02 +01001594 )
1595 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001596 name = "com_github_modern_go_concurrent",
1597 importpath = "github.com/modern-go/concurrent",
1598 version = "v0.0.0-20180306012644-bacd9c7ef1dd",
1599 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001604 )
1605 go_repository(
1606 name = "com_github_modern_go_reflect2",
1607 importpath = "github.com/modern-go/reflect2",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001608 version = "v1.0.1",
1609 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=",
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 ],
1614 )
1615 go_repository(
1616 name = "com_github_mohae_deepcopy",
1617 importpath = "github.com/mohae/deepcopy",
1618 version = "v0.0.0-20170308212314-bb9b5e7adda9",
1619 sum = "h1:Sha2bQdoWE5YQPTlJOL31rmce94/tYi113SlFo1xQ2c=",
1620 build_extra_args = [
1621 "-go_naming_convention=go_default_library",
1622 "-go_naming_convention_external=go_default_library",
1623 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001624 )
1625 go_repository(
1626 name = "com_github_morikuni_aec",
1627 importpath = "github.com/morikuni/aec",
1628 version = "v1.0.0",
1629 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001630 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_mrunalp_fileutils",
1637 importpath = "github.com/mrunalp/fileutils",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001638 version = "v0.0.0-20200520151820-abd8a0e76976",
1639 sum = "h1:aZQToFSLH8ejFeSkTc3r3L4dPImcj7Ib/KgmkQqbGGg=",
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(
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001646 name = "com_github_muesli_reflow",
1647 importpath = "github.com/muesli/reflow",
1648 version = "v0.0.0-20191128061954-86f094cbed14",
1649 sum = "h1:99aDTygRy9yEwggATz+ZLrDFRsjRog5BqbAfsr47Ztw=",
Serge Bazanski6ebdc412021-05-21 16:25:55 +02001650 build_extra_args = [
1651 "-go_naming_convention=go_default_library",
1652 "-go_naming_convention_external=go_default_library",
1653 ],
1654 )
1655 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001656 name = "com_github_munnerz_goautoneg",
1657 importpath = "github.com/munnerz/goautoneg",
1658 version = "v0.0.0-20191010083416-a7dc8b61c822",
1659 sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001660 build_extra_args = [
1661 "-go_naming_convention=go_default_library",
1662 "-go_naming_convention_external=go_default_library",
1663 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001664 )
1665 go_repository(
1666 name = "com_github_mxk_go_flowrate",
1667 importpath = "github.com/mxk/go-flowrate",
1668 version = "v0.0.0-20140419014527-cca7078d478f",
1669 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
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_olekukonko_tablewriter",
1677 importpath = "github.com/olekukonko/tablewriter",
1678 version = "v0.0.0-20170122224234-a0225b3f23b5",
1679 sum = "h1:58+kh9C6jJVXYjt8IE48G2eWl6BjwU5Gj0gqY84fy78=",
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(
Lorenz Bruned0503c2020-07-28 17:21:25 +02001686 name = "com_github_onsi_ginkgo",
1687 importpath = "github.com/onsi/ginkgo",
1688 version = "v1.11.0",
1689 sum = "h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=",
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 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02001694 )
1695 go_repository(
1696 name = "com_github_onsi_gomega",
1697 importpath = "github.com/onsi/gomega",
1698 version = "v1.7.0",
1699 sum = "h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=",
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(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001706 name = "com_github_opencontainers_go_digest",
1707 importpath = "github.com/opencontainers/go-digest",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001708 version = "v1.0.0",
1709 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001714 )
1715 go_repository(
1716 name = "com_github_opencontainers_image_spec",
1717 importpath = "github.com/opencontainers/image-spec",
1718 version = "v1.0.1",
1719 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=",
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_runc",
1727 importpath = "github.com/opencontainers/runc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001728 version = "v1.0.0-rc92",
1729 sum = "h1:+IczUKCRzDzFDnw99O/PAqrcBBCoRp9xN3cB1SYSNS4=",
1730 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(
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001736 name = "com_github_opencontainers_runtime_spec",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001737 importpath = "github.com/opencontainers/runtime-spec",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001738 version = "v1.0.3-0.20200728170252-4d89ac9fbff6",
1739 sum = "h1:NhsM2gc769rVWDqJvapK37r+7+CBXI8xHhnfnt8uQsg=",
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(
1746 name = "com_github_opencontainers_selinux",
1747 importpath = "github.com/opencontainers/selinux",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001748 version = "v1.6.0",
1749 sum = "h1:+bIAS/Za3q5FTwWym4fTB0vObnfCf3G/NC7K6Jx62mY=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001750 build_tags = [
1751 "selinux",
1752 ],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001753 build_extra_args = [
1754 "-go_naming_convention=go_default_library",
1755 "-go_naming_convention_external=go_default_library",
1756 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001757 )
1758 go_repository(
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001759 name = "com_github_opentracing_opentracing_go",
1760 importpath = "github.com/opentracing/opentracing-go",
1761 version = "v1.1.0",
1762 sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=",
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 ],
Lorenz Brunb29e0b02020-07-28 17:26:12 +02001767 )
1768 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001769 name = "com_github_peterbourgon_diskv",
1770 importpath = "github.com/peterbourgon/diskv",
1771 version = "v2.0.1+incompatible",
1772 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001777 )
1778 go_repository(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001779 name = "com_github_peterh_liner",
1780 importpath = "github.com/peterh/liner",
1781 version = "v0.0.0-20170317030525-88609521dc4b",
1782 sum = "h1:8uaXtUkxiy+T/zdLWuxa/PG4so0TPZDZfafFNNSaptE=",
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 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02001787 )
1788 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02001789 name = "com_github_pierrec_lz4",
1790 importpath = "github.com/pierrec/lz4",
1791 version = "v2.3.0+incompatible",
1792 sum = "h1:CZzRn4Ut9GbUkHlQ7jqBXeZQV41ZSKWFc302ZU6lUTk=",
1793 build_extra_args = [
1794 "-go_naming_convention=go_default_library",
1795 "-go_naming_convention_external=go_default_library",
1796 ],
1797 )
1798 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001799 name = "com_github_pkg_errors",
1800 importpath = "github.com/pkg/errors",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001801 version = "v0.9.1",
1802 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001803 build_extra_args = [
1804 "-go_naming_convention=go_default_library",
1805 "-go_naming_convention_external=go_default_library",
1806 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001807 )
1808 go_repository(
Lorenz Brun57479bb2021-10-26 14:01:06 +02001809 name = "com_github_pkg_xattr",
1810 importpath = "github.com/pkg/xattr",
1811 version = "v0.4.1",
1812 sum = "h1:dhclzL6EqOXNaPDWqoeb9tIxATfBSmjqL0b4DpSjwRw=",
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_pquerna_cachecontrol",
1820 importpath = "github.com/pquerna/cachecontrol",
1821 version = "v0.0.0-20171018203845-0dec1b30a021",
1822 sum = "h1:0XM1XL/OFFJjXsYXlG30spTkV/E9+gmd5GD1w2HE8xM=",
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(
1829 name = "com_github_prometheus_client_golang",
1830 importpath = "github.com/prometheus/client_golang",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001831 version = "v1.6.0",
1832 sum = "h1:YVPodQOcK15POxhgARIvnDRVpLcuK8mglnMrWfyrw6A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001833 build_extra_args = [
1834 "-go_naming_convention=go_default_library",
1835 "-go_naming_convention_external=go_default_library",
1836 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001837 )
1838 go_repository(
1839 name = "com_github_prometheus_client_model",
1840 importpath = "github.com/prometheus/client_model",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001841 version = "v0.2.0",
1842 sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=",
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_common",
1850 importpath = "github.com/prometheus/common",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001851 version = "v0.9.1",
1852 sum = "h1:KOMtN28tlbam3/7ZKEYKHhKoJZYYj3gMH4uc62x7X7U=",
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_procfs",
1860 importpath = "github.com/prometheus/procfs",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001861 version = "v0.0.11",
1862 sum = "h1:DhHlBtkHWPYi8O2y31JkK0TF+DGM+51OopZjH/Ia5qI=",
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(
Lorenz Brundcfc6782021-11-30 05:27:48 +01001869 name = "com_github_pseudomuto_protoc_gen_doc",
1870 importpath = "github.com/pseudomuto/protoc-gen-doc",
1871 version = "v1.5.0",
1872 sum = "h1:pHZp0MEiT68jrZV8js8BS7E9ZEnlSLegoQbbtXj5lfo=",
1873 patches = [
1874 "//third_party/go/patches:protoc-gen-doc-no-gogo.patch",
1875 ],
1876 patch_args = ["-p1"],
1877 build_extra_args = [
1878 "-go_naming_convention=go_default_library",
1879 "-go_naming_convention_external=go_default_library",
1880 ],
1881 )
1882 go_repository(
1883 name = "com_github_pseudomuto_protokit",
1884 importpath = "github.com/pseudomuto/protokit",
1885 version = "v0.2.0",
1886 sum = "h1:hlnBDcy3YEDXH7kc9gV+NLaN0cDzhDvD1s7Y6FZ8RpM=",
1887 build_file_proto_mode = "disable",
1888 build_extra_args = [
1889 "-go_naming_convention=go_default_library",
1890 "-go_naming_convention_external=go_default_library",
1891 ],
1892 )
1893 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001894 name = "com_github_rekby_gpt",
1895 importpath = "github.com/rekby/gpt",
1896 version = "v0.0.0-20200219180433-a930afbc6edc",
1897 sum = "h1:goZGTwEEn8mWLcY012VouWZWkJ8GrXm9tS3VORMxT90=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001898 build_extra_args = [
1899 "-go_naming_convention=go_default_library",
1900 "-go_naming_convention_external=go_default_library",
1901 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001902 )
1903 go_repository(
1904 name = "com_github_robfig_cron",
1905 importpath = "github.com/robfig/cron",
1906 version = "v1.1.0",
1907 sum = "h1:jk4/Hud3TTdcrJgUOBgsqrZBarcxl6ADIjSC2iniwLY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001908 build_extra_args = [
1909 "-go_naming_convention=go_default_library",
1910 "-go_naming_convention_external=go_default_library",
1911 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001912 )
1913 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001914 name = "com_github_russross_blackfriday",
1915 importpath = "github.com/russross/blackfriday",
1916 version = "v1.5.2",
1917 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=",
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(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001924 name = "com_github_russross_blackfriday_v2",
1925 importpath = "github.com/russross/blackfriday/v2",
1926 version = "v2.0.1",
1927 sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=",
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 Bazanski14cf7502020-05-28 14:29:56 +02001932 )
1933 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001934 name = "com_github_safchain_ethtool",
1935 importpath = "github.com/safchain/ethtool",
1936 version = "v0.0.0-20190326074333-42ed695e3de8",
1937 sum = "h1:2c1EFnZHIPCW8qKWgHMH/fX2PkSabFc5mrVzfUNdg5U=",
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(
Lorenz Brunb682ba52020-07-08 14:51:36 +02001944 name = "com_github_sbezverk_nfproxy",
1945 importpath = "github.com/sbezverk/nfproxy",
1946 version = "v0.0.0-20200514180651-7fac5f39824e",
1947 sum = "h1:fJ2lHQ7ZUjmgJbvVQ509ioBmrGHcbvlwfjUieExw/dU=",
1948 patches = [
1949 "//third_party/go/patches:nfproxy.patch",
1950 ],
1951 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001952 build_extra_args = [
1953 "-go_naming_convention=go_default_library",
1954 "-go_naming_convention_external=go_default_library",
1955 ],
Lorenz Brunb682ba52020-07-08 14:51:36 +02001956 )
1957 go_repository(
1958 name = "com_github_sbezverk_nftableslib",
1959 importpath = "github.com/sbezverk/nftableslib",
1960 version = "v0.0.0-20200402150358-c20bed91f482",
1961 sum = "h1:k7gEZ/EwJhHDTRXFUZQlE4/p1cmoha7zL7PWCDG3ZHQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01001962 build_extra_args = [
1963 "-go_naming_convention=go_default_library",
1964 "-go_naming_convention_external=go_default_library",
1965 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001966 )
1967 go_repository(
Serge Bazanski14cf7502020-05-28 14:29:56 +02001968 name = "com_github_shurcool_sanitized_anchor_name",
1969 importpath = "github.com/shurcooL/sanitized_anchor_name",
1970 version = "v1.0.0",
1971 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
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 ],
Serge Bazanski14cf7502020-05-28 14:29:56 +02001976 )
1977 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02001978 name = "com_github_sirupsen_logrus",
1979 importpath = "github.com/sirupsen/logrus",
Lorenz Brunb876fc32020-07-14 13:54:01 +02001980 version = "v1.6.0",
1981 sum = "h1:UBcNElsrwanuuMsnGSlYmtmgbb23qDR5dG+6X6Oo89I=",
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(
1988 name = "com_github_soheilhy_cmux",
1989 importpath = "github.com/soheilhy/cmux",
1990 version = "v0.1.4",
1991 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=",
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 Bazanskif369cfa2020-05-22 18:36:42 +02001996 )
1997 go_repository(
1998 name = "com_github_spf13_afero",
1999 importpath = "github.com/spf13/afero",
2000 version = "v1.2.2",
2001 sum = "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=",
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_spf13_cast",
2009 importpath = "github.com/spf13/cast",
Serge Bazanski520c9342020-12-22 10:58:41 +01002010 version = "v1.3.0",
2011 sum = "h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8=",
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_cobra",
2019 importpath = "github.com/spf13/cobra",
Lorenz Brun6adf8842021-10-05 13:39:11 +02002020 version = "v1.2.1",
2021 sum = "h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw=",
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_jwalterweatherman",
2029 importpath = "github.com/spf13/jwalterweatherman",
Serge Bazanski520c9342020-12-22 10:58:41 +01002030 version = "v1.1.0",
2031 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
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_pflag",
2039 importpath = "github.com/spf13/pflag",
2040 version = "v1.0.5",
2041 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
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_viper",
2049 importpath = "github.com/spf13/viper",
Lorenz Brun6adf8842021-10-05 13:39:11 +02002050 version = "v1.9.0",
2051 sum = "h1:yR6EXjTp0y0cLN8OZg1CRZmOBdI88UcGkhgyJhu6nZk=",
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_stretchr_testify",
2059 importpath = "github.com/stretchr/testify",
2060 version = "v1.4.0",
2061 sum = "h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=",
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(
Lorenz Brun6adf8842021-10-05 13:39:11 +02002068 name = "com_github_subosito_gotenv",
2069 importpath = "github.com/subosito/gotenv",
2070 version = "v1.2.0",
2071 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=",
2072 build_extra_args = [
2073 "-go_naming_convention=go_default_library",
2074 "-go_naming_convention_external=go_default_library",
2075 ],
2076 )
2077 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002078 name = "com_github_syndtr_gocapability",
2079 importpath = "github.com/syndtr/gocapability",
2080 version = "v0.0.0-20180916011248-d98352740cb2",
2081 sum = "h1:b6uOv7YOFK0TYG7HtkIgExQo+2RdLuwRft63jn2HWj8=",
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(
2088 name = "com_github_tchap_go_patricia",
2089 importpath = "github.com/tchap/go-patricia",
2090 version = "v2.2.6+incompatible",
2091 sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002092 build_extra_args = [
2093 "-go_naming_convention=go_default_library",
2094 "-go_naming_convention_external=go_default_library",
2095 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002096 )
2097 go_repository(
2098 name = "com_github_tmc_grpc_websocket_proxy",
2099 importpath = "github.com/tmc/grpc-websocket-proxy",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002100 version = "v0.0.0-20190109142713-0ad062ec5ee5",
2101 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=",
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_u_root_u_root",
2109 importpath = "github.com/u-root/u-root",
Lorenz Brun56a7ae62020-10-29 11:03:30 +01002110 version = "v7.0.0+incompatible",
2111 sum = "h1:u+KSS04pSxJGI5E7WE4Bs9+Zd75QjFv+REkjy/aoAc8=",
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(
Lorenz Brun57479bb2021-10-26 14:01:06 +02002118 name = "com_github_ulikunitz_xz",
2119 importpath = "github.com/ulikunitz/xz",
2120 version = "v0.5.6",
2121 sum = "h1:jGHAfXawEGZQ3blwU5wnWKQJvAraT7Ftq9EXjnXYgt8=",
2122 build_extra_args = [
2123 "-go_naming_convention=go_default_library",
2124 "-go_naming_convention_external=go_default_library",
2125 ],
2126 )
2127 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002128 name = "com_github_urfave_cli",
2129 importpath = "github.com/urfave/cli",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002130 version = "v1.22.1",
2131 sum = "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=",
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(
2138 name = "com_github_vishvananda_netlink",
2139 importpath = "github.com/vishvananda/netlink",
2140 version = "v1.1.0",
2141 sum = "h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002142 build_extra_args = [
2143 "-go_naming_convention=go_default_library",
2144 "-go_naming_convention_external=go_default_library",
2145 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002146 )
2147 go_repository(
2148 name = "com_github_vishvananda_netns",
2149 importpath = "github.com/vishvananda/netns",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002150 version = "v0.0.0-20200520041808-52d707b772fe",
2151 sum = "h1:mjAZxE1nh8yvuwhGHpdDqdhtNu2dgbpk93TwoXuk5so=",
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 ],
2156 )
2157 go_repository(
2158 name = "com_github_willf_bitset",
2159 importpath = "github.com/willf/bitset",
2160 version = "v1.1.11",
2161 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
2162 build_tags = [
2163 "selinux",
2164 ],
2165 build_extra_args = [
2166 "-go_naming_convention=go_default_library",
2167 "-go_naming_convention_external=go_default_library",
2168 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002169 )
2170 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002171 name = "com_github_xiang90_probing",
2172 importpath = "github.com/xiang90/probing",
2173 version = "v0.0.0-20190116061207-43a291ad63a2",
2174 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002175 build_extra_args = [
2176 "-go_naming_convention=go_default_library",
2177 "-go_naming_convention_external=go_default_library",
2178 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002179 )
2180 go_repository(
2181 name = "com_github_yalue_native_endian",
2182 importpath = "github.com/yalue/native_endian",
2183 version = "v0.0.0-20180607135909-51013b03be4f",
2184 sum = "h1:nsQCScpQ8RRf+wIooqfyyEUINV2cAPuo2uVtHSBbA4M=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002185 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(
2191 name = "io_etcd_go_bbolt",
2192 importpath = "go.etcd.io/bbolt",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002193 version = "v1.3.5",
2194 sum = "h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0=",
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 = "io_etcd_go_etcd",
2202 importpath = "go.etcd.io/etcd",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002203 version = "v0.5.0-alpha.5.0.20200819165624-17cef6e3e9d5",
2204 sum = "h1:Gqga3zA9tdAcfqobUGjSoCob5L3f8Dt5EuOp3ihNZko=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002205 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002206 build_extra_args = [
2207 "-go_naming_convention=go_default_library",
2208 "-go_naming_convention_external=go_default_library",
2209 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002210 )
2211 go_repository(
2212 name = "org_mongodb_go_mongo_driver",
2213 importpath = "go.mongodb.org/mongo-driver",
2214 version = "v1.1.2",
2215 sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002216 build_extra_args = [
2217 "-go_naming_convention=go_default_library",
2218 "-go_naming_convention_external=go_default_library",
2219 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002220 )
2221 go_repository(
2222 name = "io_opencensus_go",
2223 importpath = "go.opencensus.io",
2224 version = "v0.22.0",
2225 sum = "h1:C9hSCOW830chIVkdja34wa6Ky+IzWllkUinR+BtRZd4=",
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(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002232 name = "net_starlark_go",
2233 importpath = "go.starlark.net",
2234 version = "v0.0.0-20190702223751-32f345186213",
2235 sum = "h1:lkYv5AKwvvduv5XWP6szk/bvvgO6aDeUujhZQXIFTes=",
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 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002240 )
2241 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002242 name = "org_uber_go_atomic",
2243 importpath = "go.uber.org/atomic",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002244 version = "v1.4.0",
2245 sum = "h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU=",
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(
2252 name = "org_uber_go_multierr",
2253 importpath = "go.uber.org/multierr",
2254 version = "v1.1.0",
2255 sum = "h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=",
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002260 )
2261 go_repository(
2262 name = "org_uber_go_zap",
2263 importpath = "go.uber.org/zap",
2264 version = "v1.15.0",
2265 sum = "h1:ZZCA22JRF2gQE5FoNmhmrf7jeJJ2uhqDUNRYKm8dvmM=",
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(
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002272 name = "org_golang_x_arch",
2273 importpath = "golang.org/x/arch",
2274 version = "v0.0.0-20190927153633-4e8777c89be4",
2275 sum = "h1:QlVATYS7JBoZMVaf+cNjb90WD/beKVHnIxFKT4QaHVI=",
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 ],
Leopold Schabel3058b7a2020-06-03 17:51:07 +02002280 )
2281 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002282 name = "org_golang_x_crypto",
2283 importpath = "golang.org/x/crypto",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002284 version = "v0.0.0-20200622213623-75b288015ac9",
2285 sum = "h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=",
2286 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(
2292 name = "org_golang_x_mod",
2293 importpath = "golang.org/x/mod",
2294 version = "v0.3.0",
2295 sum = "h1:RM4zey1++hCTbCVQfnWeKs9/IEsaBLA8vTkd0WVtmH4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002296 build_extra_args = [
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002297 "-go_naming_convention=import_alias",
2298 "-go_naming_convention_external=import_alias",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002299 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002300 )
2301 go_repository(
2302 name = "org_golang_x_net",
2303 importpath = "golang.org/x/net",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002304 version = "v0.0.0-20201110031124-69a78807bb2b",
2305 sum = "h1:uwuIcX0g4Yl1NC5XAz37xsr2lTtcqevgzYNVt49waME=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002306 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_oauth2",
2313 importpath = "golang.org/x/oauth2",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002314 version = "v0.0.0-20191202225959-858c2ad4c8b6",
2315 sum = "h1:pE8b58s1HRDMi8RDc79m0HISf9D4TzseP40cEA6IGfs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002316 build_extra_args = [
2317 "-go_naming_convention=go_default_library",
2318 "-go_naming_convention_external=go_default_library",
2319 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002320 )
2321 go_repository(
2322 name = "org_golang_x_sync",
2323 importpath = "golang.org/x/sync",
2324 version = "v0.0.0-20181108010431-42b317875d0f",
2325 sum = "h1:Bl/8QSvNqXvPGPGXa2z5xUTmV7VDcZyvRZ+QQXkXTZQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002326 build_extra_args = [
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002327 "-go_naming_convention=import_alias",
2328 "-go_naming_convention_external=import_alias",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002329 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002330 )
2331 go_repository(
2332 name = "org_golang_x_text",
2333 importpath = "golang.org/x/text",
2334 version = "v0.3.0",
2335 sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=",
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_time",
2343 importpath = "golang.org/x/time",
2344 version = "v0.0.0-20191024005414-555d28b269f0",
2345 sum = "h1:/5xXl8Y5W96D+TtHSlonuFqGHIWVuyCkGJLwGh9JJFs=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002346 build_extra_args = [
2347 "-go_naming_convention=go_default_library",
2348 "-go_naming_convention_external=go_default_library",
2349 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002350 )
2351 go_repository(
Leopold Schabel26d41992020-12-15 19:27:58 +01002352 name = "org_golang_x_tools",
2353 importpath = "golang.org/x/tools",
2354 version = "v0.0.0-20201215171152-6307297f4651",
2355 sum = "h1:bdfqbHwYVvhLEIkESR524rqSsmV06Og3Fgz60LE7vZc=",
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 ],
Leopold Schabel26d41992020-12-15 19:27:58 +01002360 )
2361 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002362 name = "org_golang_x_xerrors",
2363 importpath = "golang.org/x/xerrors",
2364 version = "v0.0.0-20191204190536-9bdfabe68543",
2365 sum = "h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=",
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(
Lorenz Brunf042e6f2020-06-24 16:46:09 +02002372 name = "com_zx2c4_golang_wireguard_wgctrl",
2373 importpath = "golang.zx2c4.com/wireguard/wgctrl",
2374 version = "v0.0.0-20200515170644-ec7f26be9d9e",
2375 sum = "h1:fqDhK9OlzaaiFjnyaAfR9Q1RPKCK7OCTLlHGP9f74Nk=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002376 build_extra_args = [
2377 "-go_naming_convention=go_default_library",
2378 "-go_naming_convention_external=go_default_library",
2379 ],
Lorenz Brunf042e6f2020-06-24 16:46:09 +02002380 )
2381 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002382 name = "org_gonum_v1_gonum",
2383 importpath = "gonum.org/v1/gonum",
2384 version = "v0.6.2",
2385 sum = "h1:4r+yNT0+8SWcOkXP+63H2zQbN+USnC73cjGUxnDF94Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002386 build_extra_args = [
2387 "-go_naming_convention=go_default_library",
2388 "-go_naming_convention_external=go_default_library",
2389 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002390 )
2391 go_repository(
2392 name = "org_golang_google_genproto",
2393 importpath = "google.golang.org/genproto",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002394 version = "v0.0.0-20200224152610-e50cd9704f63",
2395 sum = "h1:YzfoEYWbODU5Fbt37+h7X16BWQbad7Q4S6gclTKFXM8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002396 build_extra_args = [
2397 "-go_naming_convention=go_default_library",
2398 "-go_naming_convention_external=go_default_library",
2399 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002400 )
2401 go_repository(
2402 name = "org_golang_google_grpc",
2403 importpath = "google.golang.org/grpc",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002404 version = "v1.29.1",
2405 sum = "h1:EC2SB8S04d2r73uptxphDSUG+kTKVgjRPF+N3xpxRB4=",
2406 build_extra_args = [
2407 "-go_naming_convention=go_default_library",
2408 "-go_naming_convention_external=go_default_library",
2409 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002410 )
2411 go_repository(
2412 name = "in_gopkg_djherbis_times_v1",
2413 importpath = "gopkg.in/djherbis/times.v1",
2414 version = "v1.2.0",
2415 sum = "h1:UCvDKl1L/fmBygl2Y7hubXCnY7t4Yj46ZrBFNUipFbM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002416 build_extra_args = [
2417 "-go_naming_convention=go_default_library",
2418 "-go_naming_convention_external=go_default_library",
2419 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002420 )
2421 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02002422 name = "in_gopkg_fsnotify_v1",
2423 importpath = "gopkg.in/fsnotify.v1",
2424 version = "v1.4.7",
2425 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002426 build_extra_args = [
2427 "-go_naming_convention=go_default_library",
2428 "-go_naming_convention_external=go_default_library",
2429 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002430 )
2431 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002432 name = "in_gopkg_inf_v0",
2433 importpath = "gopkg.in/inf.v0",
2434 version = "v0.9.1",
2435 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002436 build_extra_args = [
2437 "-go_naming_convention=go_default_library",
2438 "-go_naming_convention_external=go_default_library",
2439 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002440 )
2441 go_repository(
Lorenz Brun6adf8842021-10-05 13:39:11 +02002442 name = "in_gopkg_ini_v1",
2443 importpath = "gopkg.in/ini.v1",
2444 version = "v1.63.2",
2445 sum = "h1:tGK/CyBg7SMzb60vP1M03vNZ3VDu3wGQJwn7Sxi9r3c=",
2446 build_extra_args = [
2447 "-go_naming_convention=go_default_library",
2448 "-go_naming_convention_external=go_default_library",
2449 ],
2450 )
2451 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002452 name = "in_gopkg_natefinch_lumberjack_v2",
2453 importpath = "gopkg.in/natefinch/lumberjack.v2",
2454 version = "v2.0.0",
2455 sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002456 build_extra_args = [
2457 "-go_naming_convention=go_default_library",
2458 "-go_naming_convention_external=go_default_library",
2459 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002460 )
2461 go_repository(
2462 name = "in_gopkg_square_go_jose_v2",
2463 importpath = "gopkg.in/square/go-jose.v2",
2464 version = "v2.2.2",
2465 sum = "h1:orlkJ3myw8CN1nVQHBFfloD+L3egixIa4FvUP6RosSA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002466 build_extra_args = [
2467 "-go_naming_convention=go_default_library",
2468 "-go_naming_convention_external=go_default_library",
2469 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002470 )
2471 go_repository(
Lorenz Bruned0503c2020-07-28 17:21:25 +02002472 name = "in_gopkg_tomb_v1",
2473 importpath = "gopkg.in/tomb.v1",
2474 version = "v1.0.0-20141024135613-dd632973f1e7",
2475 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002476 build_extra_args = [
2477 "-go_naming_convention=go_default_library",
2478 "-go_naming_convention_external=go_default_library",
2479 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002480 )
2481 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002482 name = "in_gopkg_yaml_v2",
2483 importpath = "gopkg.in/yaml.v2",
2484 version = "v2.2.8",
2485 sum = "h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002486 build_extra_args = [
2487 "-go_naming_convention=go_default_library",
2488 "-go_naming_convention_external=go_default_library",
2489 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002490 )
2491 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002492 name = "io_k8s_api",
2493 importpath = "k8s.io/api",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002494 version = "v0.19.7",
2495 sum = "h1:MpHhls03C2pyzoYcpbe4QqYiiZjdvW+tuWq6TbjV14Y=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002496 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002497 build_extra_args = [
2498 "-go_naming_convention=go_default_library",
2499 "-go_naming_convention_external=go_default_library",
2500 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002501 )
2502 go_repository(
2503 name = "io_k8s_apiextensions_apiserver",
2504 importpath = "k8s.io/apiextensions-apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002505 version = "v0.19.7",
2506 sum = "h1:aV9DANMSCCYBEMbtoT/5oesrtcciQrjy9yqWVtZZL5A=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002507 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002508 build_extra_args = [
2509 "-go_naming_convention=go_default_library",
2510 "-go_naming_convention_external=go_default_library",
2511 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002512 )
2513 go_repository(
2514 name = "io_k8s_apimachinery",
2515 importpath = "k8s.io/apimachinery",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002516 version = "v0.19.8-rc.0",
2517 sum = "h1:/vt04+wL+Y79Qsu8hAo2K4QJA+AKGkJCYmoTTVrUiPQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002518 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002519 build_extra_args = [
2520 "-go_naming_convention=go_default_library",
2521 "-go_naming_convention_external=go_default_library",
2522 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002523 )
2524 go_repository(
2525 name = "io_k8s_apiserver",
2526 importpath = "k8s.io/apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002527 version = "v0.19.7",
2528 sum = "h1:fOOELJ9TNC6DgKL3GUkQLE/EBMLjwBseTstx2eRP61o=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002529 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002530 build_extra_args = [
2531 "-go_naming_convention=go_default_library",
2532 "-go_naming_convention_external=go_default_library",
2533 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002534 )
2535 go_repository(
2536 name = "io_k8s_cli_runtime",
2537 importpath = "k8s.io/cli-runtime",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002538 version = "v0.19.7",
2539 sum = "h1:VkHsqrQYCD6+yBm2k9lOxLJtfo1tmb/TdYIHQ2RSCsY=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002540 build_extra_args = [
2541 "-go_naming_convention=go_default_library",
2542 "-go_naming_convention_external=go_default_library",
2543 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002544 )
2545 go_repository(
2546 name = "io_k8s_client_go",
2547 importpath = "k8s.io/client-go",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002548 version = "v0.19.7",
2549 sum = "h1:SoJ4mzZ9LyXBGDe8MmpMznw0CwQ1ITWgsmG7GixvhUU=",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002550 pre_patches = [
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002551 "//third_party/go/patches:k8s-client-go.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002552 ],
2553 patch_args = ["-p1"],
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_cloud_provider",
2561 importpath = "k8s.io/cloud-provider",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002562 version = "v0.19.7",
2563 sum = "h1:01fiPTLkTU/MNKZBcMmeYQ5DWqRS4d3GhYGGGlkjgOw=",
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_cluster_bootstrap",
2571 importpath = "k8s.io/cluster-bootstrap",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002572 version = "v0.19.7",
2573 sum = "h1:xlI+YfeS5gOVa33WVh1viiPZMDN9j7BAiY0iJkg2LwI=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002574 build_extra_args = [
2575 "-go_naming_convention=go_default_library",
2576 "-go_naming_convention_external=go_default_library",
2577 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002578 )
2579 go_repository(
Serge Bazanski339f97d2021-03-31 22:16:52 +02002580 name = "io_k8s_code_generator",
2581 importpath = "k8s.io/code-generator",
2582 version = "v0.19.9-rc.0",
2583 sum = "h1:ci5Y09V0Uiim61fltZsjHYp+i6eNaMMmtIlIveHqQ9Y=",
2584 build_extra_args = [
2585 "-go_naming_convention=go_default_library",
2586 "-go_naming_convention_external=go_default_library",
2587 ],
2588 )
2589 go_repository(
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002590 name = "io_k8s_component_base",
2591 importpath = "k8s.io/component-base",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002592 version = "v0.19.7",
2593 sum = "h1:ZXS2VRWOWBOc2fTd1zjzhi/b/mkqFT9FDqiNsn1cH30=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002594 build_extra_args = [
2595 "-go_naming_convention=go_default_library",
2596 "-go_naming_convention_external=go_default_library",
2597 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002598 )
2599 go_repository(
2600 name = "io_k8s_cri_api",
2601 importpath = "k8s.io/cri-api",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002602 version = "v0.19.8-rc.0",
2603 sum = "h1:aXNNIIoVcmIB/mlz/otcULQOgnErxnLB4uaWENHKblA=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002604 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002605 build_extra_args = [
2606 "-go_naming_convention=go_default_library",
2607 "-go_naming_convention_external=go_default_library",
2608 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002609 )
2610 go_repository(
2611 name = "io_k8s_csi_translation_lib",
2612 importpath = "k8s.io/csi-translation-lib",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002613 version = "v0.19.7",
2614 sum = "h1:Spr0XWqXufEUQA47axmPTm1xOabdMYG9MUbJVaRRb0g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002615 build_extra_args = [
2616 "-go_naming_convention=go_default_library",
2617 "-go_naming_convention_external=go_default_library",
2618 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002619 )
2620 go_repository(
2621 name = "io_k8s_gengo",
2622 importpath = "k8s.io/gengo",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002623 version = "v0.0.0-20200428234225-8167cfdcfc14",
2624 sum = "h1:t4L10Qfx/p7ASH3gXCdIUtPbbIuegCoUJf3TMSFekjw=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002625 build_extra_args = [
2626 "-go_naming_convention=go_default_library",
2627 "-go_naming_convention_external=go_default_library",
2628 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002629 )
2630 go_repository(
2631 name = "io_k8s_heapster",
2632 importpath = "k8s.io/heapster",
2633 version = "v1.2.0-beta.1",
2634 sum = "h1:lUsE/AHOMHpi3MLlBEkaU8Esxm5QhdyCrv1o7ot0s84=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002635 build_extra_args = [
2636 "-go_naming_convention=go_default_library",
2637 "-go_naming_convention_external=go_default_library",
2638 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002639 )
2640 go_repository(
Lorenz Brunb876fc32020-07-14 13:54:01 +02002641 name = "io_k8s_klog_v2",
2642 importpath = "k8s.io/klog/v2",
2643 version = "v2.2.0",
2644 sum = "h1:XRvcwJozkgZ1UQJmfMGpvRthQHOvihEhYtDfAaxMz/A=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002645 build_extra_args = [
2646 "-go_naming_convention=go_default_library",
2647 "-go_naming_convention_external=go_default_library",
2648 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002649 )
2650 go_repository(
2651 name = "io_k8s_kube_aggregator",
2652 importpath = "k8s.io/kube-aggregator",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002653 version = "v0.19.7",
2654 sum = "h1:Eol5vPNFKaDScdVuTh0AofhuSr4cJxP5Vfv8JXW8OAQ=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002655 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002656 build_extra_args = [
2657 "-go_naming_convention=go_default_library",
2658 "-go_naming_convention_external=go_default_library",
2659 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002660 )
2661 go_repository(
2662 name = "io_k8s_kube_controller_manager",
2663 importpath = "k8s.io/kube-controller-manager",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002664 version = "v0.19.7",
2665 sum = "h1:3rNXjHM5LHcv2HiO2JjdV4yW3EN+2tCPaKXWL/Cl8TM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002666 build_extra_args = [
2667 "-go_naming_convention=go_default_library",
2668 "-go_naming_convention_external=go_default_library",
2669 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002670 )
2671 go_repository(
2672 name = "io_k8s_kube_openapi",
2673 importpath = "k8s.io/kube-openapi",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002674 version = "v0.0.0-20200805222855-6aeccd4b50c6",
2675 sum = "h1:+WnxoVtG8TMiudHBSEtrVL1egv36TkkJm+bA8AxicmQ=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002676 build_extra_args = [
2677 "-go_naming_convention=go_default_library",
2678 "-go_naming_convention_external=go_default_library",
2679 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002680 )
2681 go_repository(
2682 name = "io_k8s_kube_proxy",
2683 importpath = "k8s.io/kube-proxy",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002684 version = "v0.19.7",
2685 sum = "h1:QQUwEnHA1jawodclndlmK/6Ifc9XVNlUaQ4Vq5RVbI8=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002686 build_extra_args = [
2687 "-go_naming_convention=go_default_library",
2688 "-go_naming_convention_external=go_default_library",
2689 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002690 )
2691 go_repository(
2692 name = "io_k8s_kube_scheduler",
2693 importpath = "k8s.io/kube-scheduler",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002694 version = "v0.19.7",
2695 sum = "h1:TlQFoH7rATVqU7myNZ4FBgnXdGIwR7iBBNk3ir8Y9WM=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002696 build_extra_args = [
2697 "-go_naming_convention=go_default_library",
2698 "-go_naming_convention_external=go_default_library",
2699 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002700 )
2701 go_repository(
2702 name = "io_k8s_kubectl",
2703 importpath = "k8s.io/kubectl",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002704 version = "v0.19.7",
2705 sum = "h1:pSsha+MBr9KLhn0IKrRikeAZ7g2oeShIGHLgqAzE3Ak=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002706 build_extra_args = [
2707 "-go_naming_convention=go_default_library",
2708 "-go_naming_convention_external=go_default_library",
2709 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002710 )
2711 go_repository(
2712 name = "io_k8s_kubelet",
2713 importpath = "k8s.io/kubelet",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002714 version = "v0.19.7",
2715 sum = "h1:cPp0fXN99cxyXeoI3nG2ZBORUvR0liT+bg6ofCybJzw=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002716 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002717 build_extra_args = [
2718 "-go_naming_convention=go_default_library",
2719 "-go_naming_convention_external=go_default_library",
2720 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002721 )
2722 go_repository(
2723 name = "io_k8s_kubernetes",
2724 importpath = "k8s.io/kubernetes",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002725 version = "v1.19.7",
2726 sum = "h1:Yk9W5SL1KR2mwy0nNZwjFXNImfK7ihrbKhXttidNTiE=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002727 build_file_proto_mode = "disable",
2728 build_tags = [
2729 "providerless",
2730 ],
2731 patches = [
2732 "//third_party/go/patches:k8s-kubernetes.patch",
2733 "//third_party/go/patches:k8s-kubernetes-build.patch",
Lorenz Brun878f5f92020-05-12 16:15:39 +02002734 "//third_party/go/patches:k8s-native-metrics.patch",
2735 "//third_party/go/patches:k8s-use-native.patch",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002736 "//third_party/go/patches:k8s-revert-seccomp-runtime-default.patch",
Lorenz Brun37050122021-03-30 14:00:27 +02002737 "//third_party/go/patches:k8s-removed-block-device-pseudo-locks.patch",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002738 ],
Lorenz Bruned0503c2020-07-28 17:21:25 +02002739 pre_patches = [
2740 "//third_party/go/patches:k8s-e2e-tests-providerless.patch",
Lorenz Brun842536b2021-01-26 13:54:57 +01002741 "//third_party/go/patches:k8s-fix-paths.patch",
2742 "//third_party/go/patches:k8s-fix-logs-path.patch",
Lorenz Brun7b822272021-02-03 17:03:41 +01002743 "//third_party/go/patches:k8s-drop-legacy-log-path.patch",
Lorenz Bruned0503c2020-07-28 17:21:25 +02002744 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002745 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002746 build_extra_args = [
2747 "-go_naming_convention=go_default_library",
2748 "-go_naming_convention_external=go_default_library",
2749 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002750 )
2751 go_repository(
2752 name = "io_k8s_legacy_cloud_providers",
2753 importpath = "k8s.io/legacy-cloud-providers",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002754 version = "v0.19.7",
2755 sum = "h1:YJ/l/8/Hn56I9m1cudK8aNypRA/NvI/hYhg8fo/CTus=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002756 build_extra_args = [
2757 "-go_naming_convention=go_default_library",
2758 "-go_naming_convention_external=go_default_library",
2759 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002760 )
2761 go_repository(
2762 name = "io_k8s_metrics",
2763 importpath = "k8s.io/metrics",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002764 version = "v0.19.7",
2765 sum = "h1:fpTtFhNtS0DwJiYGGsL4YoSjHlLw8qugkgw3EXSWaUA=",
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002766 build_file_proto_mode = "disable",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002767 build_extra_args = [
2768 "-go_naming_convention=go_default_library",
2769 "-go_naming_convention_external=go_default_library",
2770 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002771 )
2772 go_repository(
2773 name = "io_k8s_repo_infra",
2774 importpath = "k8s.io/repo-infra",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002775 version = "v0.1.4-0.20210105022653-a3483874bd37",
2776 sum = "h1:0GPavEcPKBA0rYl7f6dO0mXYmx7t9RaXD3be2g23Ps4=",
Lorenz Brun2073ce32021-02-03 18:52:59 +01002777 pre_patches = [
2778 "//third_party/go/patches:k8s-infra-bzl4-compat.patch",
Lorenz Brunc2e3b1b2021-11-11 11:06:41 +01002779 "//third_party/go/patches:k8s-infra-fix-go116.patch",
Lorenz Brun2073ce32021-02-03 18:52:59 +01002780 ],
2781 patch_args = ["-p1"],
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002782 build_extra_args = [
2783 "-go_naming_convention=go_default_library",
2784 "-go_naming_convention_external=go_default_library",
2785 ],
Lorenz Brun7b5d9942020-03-19 16:14:02 +01002786 )
2787 go_repository(
Serge Bazanskibb7db922020-04-30 12:43:10 +02002788 name = "io_k8s_sample_apiserver",
2789 importpath = "k8s.io/sample-apiserver",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002790 version = "v0.19.7",
2791 sum = "h1:ZWD6dsvqpqhWj3jKRb19/m/bo/0r+TRgjkX+h5m7f4g=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002792 build_extra_args = [
2793 "-go_naming_convention=go_default_library",
2794 "-go_naming_convention_external=go_default_library",
2795 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002796 )
2797 go_repository(
2798 name = "io_k8s_utils",
2799 importpath = "k8s.io/utils",
Serge Bazanski19eb0002021-01-21 14:25:25 +01002800 version = "v0.0.0-20200729134348-d5654de09c73",
2801 sum = "h1:uJmqzgNWG7XyClnU/mLPBWwfKKF1K8Hf8whTseBgJcg=",
Lorenz Brun878f5f92020-05-12 16:15:39 +02002802 patches = [
2803 "//third_party/go/patches:k8s-native-mounter.patch",
2804 ],
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 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002810 )
2811 go_repository(
2812 name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
2813 importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002814 version = "v0.0.9",
2815 sum = "h1:rusRLrDhjBp6aYtl9sGEvQJr6faoHoDLd0YcUBTZguI=",
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_sigs_kustomize",
2823 importpath = "sigs.k8s.io/kustomize",
2824 version = "v2.0.3+incompatible",
2825 sum = "h1:JUufWFNlI44MdtnjUqVnvh29rR37PQFzPbLXqhyOyX0=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002826 build_extra_args = [
2827 "-go_naming_convention=go_default_library",
2828 "-go_naming_convention_external=go_default_library",
2829 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002830 )
2831 go_repository(
Serge Bazanski19eb0002021-01-21 14:25:25 +01002832 name = "io_k8s_sigs_structured_merge_diff_v4",
2833 importpath = "sigs.k8s.io/structured-merge-diff/v4",
2834 version = "v4.0.1",
2835 sum = "h1:YXTMot5Qz/X1iBRJhAt+vI+HVttY0WkSqqhKxQ0xVbA=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002836 build_extra_args = [
2837 "-go_naming_convention=go_default_library",
2838 "-go_naming_convention_external=go_default_library",
2839 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002840 )
2841 go_repository(
2842 name = "io_k8s_sigs_yaml",
2843 importpath = "sigs.k8s.io/yaml",
Lorenz Brunb876fc32020-07-14 13:54:01 +02002844 version = "v1.2.0",
2845 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002846 build_extra_args = [
2847 "-go_naming_convention=go_default_library",
2848 "-go_naming_convention_external=go_default_library",
2849 ],
Serge Bazanskif369cfa2020-05-22 18:36:42 +02002850 )
2851 go_repository(
2852 name = "ml_vbom_util",
2853 importpath = "vbom.ml/util",
2854 version = "v0.0.0-20160121211510-db5cfe13f5cc",
2855 sum = "h1:MksmcCZQWAQJCTA5T0jgI/0sJ51AVm4Z41MrmfczEoc=",
Serge Bazanskif12bedf2021-01-15 16:58:50 +01002856 build_extra_args = [
2857 "-go_naming_convention=go_default_library",
2858 "-go_naming_convention_external=go_default_library",
2859 ],
Lorenz Brun7b5d9942020-03-19 16:14:02 +01002860 )