blob: d657b60873c254e6df695808ea58d13676d15174 [file] [log] [blame]
Tim Windelschmidte5e90a82024-07-17 23:46:22 +02001go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
Tim Windelschmidt677de972024-09-25 05:30:04 +02002go_sdk.download(version = "1.23.1")
Tim Windelschmidte5e90a82024-07-17 23:46:22 +02003go_sdk.nogo(nogo = "//build/analysis:nogo")
4
Tim Windelschmidted9a5832025-02-04 03:02:45 +01005go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
Tim Windelschmidte5e90a82024-07-17 23:46:22 +02006go_deps.from_file(go_mod = "//:go.mod")
7
8# All *direct* Go dependencies of the module have to be listed explicitly.
9# This list can be automatically updated by running "bazel mod tidy".
10use_repo(
11 go_deps,
12 "co_honnef_go_tools",
13 "com_4d63_gocheckcompilerdirectives",
14 "com_github_adrg_xdg",
15 "com_github_cavaliergopher_cpio",
16 "com_github_cenkalti_backoff_v4",
17 "com_github_cockroachdb_cockroach_go_v2",
18 "com_github_container_storage_interface_spec",
Lorenz Brun0ec0c532024-08-29 12:39:47 +000019 "com_github_containerd_containerd_v2",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020020 "com_github_containernetworking_plugins",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020021 "com_github_coreos_go_semver",
22 "com_github_corverroos_commentwrap",
23 "com_github_diskfs_go_diskfs",
24 "com_github_docker_distribution",
Serge Bazanski0d9e1252024-09-03 12:16:47 +020025 "com_github_gdamore_tcell_v2",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020026 "com_github_go_delve_delve",
27 "com_github_golang_migrate_migrate_v4",
Tim Windelschmidt7c0bd0b2025-01-10 04:15:37 +010028 "com_github_golangci_gofmt",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020029 "com_github_google_cel_go",
30 "com_github_google_certificate_transparency_go",
31 "com_github_google_go_cmp",
32 "com_github_google_go_tpm",
33 "com_github_google_go_tpm_tools",
34 "com_github_google_gopacket",
35 "com_github_google_nftables",
36 "com_github_google_uuid",
37 "com_github_iancoleman_strcase",
38 "com_github_improbable_eng_grpc_web",
39 "com_github_insomniacslk_dhcp",
40 "com_github_joho_godotenv",
41 "com_github_kballard_go_shellquote",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020042 "com_github_klauspost_compress",
43 "com_github_lib_pq",
44 "com_github_mattn_go_shellwords",
45 "com_github_mdlayher_arp",
46 "com_github_mdlayher_ethernet",
47 "com_github_mdlayher_ethtool",
48 "com_github_mdlayher_genetlink",
49 "com_github_mdlayher_kobject",
50 "com_github_mdlayher_netlink",
51 "com_github_mdlayher_packet",
Jan Schär4a180222024-07-29 16:32:54 +020052 "com_github_miekg_dns",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020053 "com_github_mitchellh_go_wordwrap",
54 "com_github_opencontainers_go_digest",
55 "com_github_opencontainers_runc",
56 "com_github_packethost_packngo",
57 "com_github_pkg_errors",
58 "com_github_pkg_sftp",
59 "com_github_prometheus_client_golang",
60 "com_github_prometheus_node_exporter",
Serge Bazanski0d9e1252024-09-03 12:16:47 +020061 "com_github_rivo_uniseg",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020062 "com_github_rmohr_bazeldnf",
63 "com_github_sbezverk_nfproxy",
Tim Windelschmidt7a1b27d2024-02-22 23:54:58 +010064 "com_github_schollz_progressbar_v3",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020065 "com_github_spf13_cobra",
66 "com_github_spf13_pflag",
67 "com_github_sqlc_dev_sqlc",
68 "com_github_stretchr_testify",
69 "com_github_vishvananda_netlink",
70 "com_github_yalue_native_endian",
71 "com_google_cloud_go_storage",
72 "com_zx2c4_golang_wireguard_wgctrl",
73 "dev_gvisor_gvisor",
74 "io_etcd_go_etcd_api_v3",
75 "io_etcd_go_etcd_client_pkg_v3",
76 "io_etcd_go_etcd_client_v3",
77 "io_etcd_go_etcd_server_v3",
78 "io_etcd_go_etcd_tests_v3",
79 "io_k8s_api",
80 "io_k8s_apimachinery",
81 "io_k8s_apiserver",
82 "io_k8s_cli_runtime",
83 "io_k8s_client_go",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020084 "io_k8s_component_base",
85 "io_k8s_klog_v2",
86 "io_k8s_kubectl",
87 "io_k8s_kubelet",
88 "io_k8s_kubernetes",
89 "io_k8s_pod_security_admission",
Jan Schära48bd3c2024-07-29 17:22:18 +020090 "io_k8s_utils",
Lorenz Brun227c5cb2025-01-09 21:39:55 +010091 "org_go4_netipx",
Tim Windelschmidt5178dd72024-12-04 04:38:45 +010092 "org_golang_google_api",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020093 "org_golang_google_genproto_googleapis_api",
94 "org_golang_google_grpc",
95 "org_golang_google_protobuf",
96 "org_golang_x_crypto",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +020097 "org_golang_x_net",
98 "org_golang_x_sync",
99 "org_golang_x_sys",
Tim Windelschmidt7a1b27d2024-02-22 23:54:58 +0100100 "org_golang_x_term",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200101 "org_golang_x_text",
102 "org_golang_x_time",
103 "org_golang_x_tools",
104 "org_uber_go_multierr",
105 "org_uber_go_zap",
106)
107
108# Instead of defining a gazelle/module override for every dependency, we have a
109# big dict containing all of them.
110OVERRIDES = {
Lorenz Brun0ec0c532024-08-29 12:39:47 +0000111 "github.com/containerd/containerd/v2": {
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200112 "directives": [
113 "gazelle:proto disable",
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +0100114 "gazelle:build_tags no_aufs,no_btrfs,no_devmapper,no_zfs",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200115 ],
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200116 },
117 "github.com/containerd/cgroups/v3": {
118 "directives": [
119 "gazelle:proto disable",
120 ],
121 },
122 "github.com/containerd/nri": {
123 "directives": [
124 "gazelle:proto disable",
125 ],
126 },
127 "github.com/gogo/protobuf": {
128 "directives": [
129 "gazelle:proto disable",
130 ],
131 },
132 "github.com/google/cel-go": {
133 "build_file_generation": "on",
134 "directives": [
135 "gazelle:go_naming_convention go_default_library",
136 ],
137 },
138 "github.com/google/go-tpm-tools": {
139 "directives": [
140 "gazelle:proto file",
141 ],
142 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100143 "//third_party/com_github_google_go_tpm_tools:go-tpm-tools-fix-proto-paths.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200144 ],
145 },
146 "github.com/googleapis/gax-go/v2": {
147 "directives": [
148 "gazelle:proto disable",
149 ],
150 },
151 "github.com/Microsoft/hcsshim": {
152 "directives": [
153 "gazelle:proto disable",
154 ],
155 },
156 "github.com/opencontainers/runc": {
157 "directives": [
158 "gazelle:build_tags seccomp",
159 ],
160 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100161 "//third_party/com_github_opencontainers_runc:runc-add-cdeps.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200162 ],
163 },
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200164 "github.com/google/cadvisor": {
165 "directives": [
166 "gazelle:proto disable_global",
167 ],
Lorenz Brun837cb8e2024-12-23 13:52:56 +0100168 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100169 "//third_party/com_github_google_cadvisor:cadvisor-errdefs1.patch",
Lorenz Brun837cb8e2024-12-23 13:52:56 +0100170 ],
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200171 },
172 "github.com/sqlc-dev/sqlc": {
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200173 "directives": [
174 "gazelle:proto disable",
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +0100175 "gazelle:build_tags nowasm",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200176 ],
177 },
178 "github.com/containerd/ttrpc": {
179 "directives": [
180 "gazelle:proto disable",
181 ],
182 },
183 "go.etcd.io/etcd/api/v3": {
184 "directives": [
185 "gazelle:proto disable",
186 ],
187 },
188 "go.etcd.io/etcd/raft/v3": {
189 "directives": [
190 "gazelle:proto disable",
191 ],
192 },
193 "go.etcd.io/etcd/server/v3": {
194 "directives": [
195 "gazelle:proto disable",
196 ],
197 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100198 "//third_party/com_go_etcd_io_etcd_server_v3:etcd-fix-embed-close.patch",
199 "//third_party/com_go_etcd_io_etcd_server_v3:etcd-fix-islearner-panic.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200200 ],
201 },
202 "github.com/grpc-ecosystem/grpc-gateway": {
203 # Force generation of new build files for this package, required due to changes in how gazelle handles @go_googleapis.
204 "build_file_generation": "on",
205 "directives": [
206 "gazelle:exclude **/**_test.go",
207 "gazelle:exclude examples",
208 "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/internal //internal",
209 "gazelle:resolve go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options //protoc-gen-swagger/options",
210 "gazelle:proto disable_global",
211 ],
212 },
213 "k8s.io/api": {
214 "directives": [
215 "gazelle:proto disable",
216 ],
217 },
218 "k8s.io/apiextensions-apiserver": {
219 "directives": [
220 "gazelle:proto disable",
221 ],
222 },
223 "k8s.io/apiserver": {
224 "directives": [
225 "gazelle:proto disable",
226 ],
227 },
Lorenz Brun95190ce2025-01-28 13:07:00 +0000228 "k8s.io/client-go": {
229 "pre_patches": [
230 "//third_party/go/patches:k8s-fix-websocket-custom-dialer.patch",
231 ],
232 },
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200233 "k8s.io/cri-api": {
234 "directives": [
235 "gazelle:proto disable",
236 ],
237 },
238 "k8s.io/kube-aggregator": {
239 "directives": [
240 "gazelle:proto disable",
241 ],
242 },
243 "k8s.io/kubelet": {
244 "directives": [
245 "gazelle:proto disable",
246 ],
247 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100248 "//third_party/com_k8s_io_kubelet:kubelet-fix-path.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200249 ],
250 },
251 "k8s.io/kubernetes": {
252 "directives": [
253 "gazelle:proto disable",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200254 ],
255 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100256 "//third_party/com_k8s_io_kubernetes:k8s-native-metrics.patch",
257 "//third_party/com_k8s_io_kubernetes:k8s-removed-block-device-pseudo-locks.patch",
258 "//third_party/com_k8s_io_kubernetes:k8s-add-pause-build-file.patch",
259 "//third_party/com_k8s_io_kubernetes:k8s-reserve-metropolis-ports-import.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200260 ],
261 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100262 "//third_party/com_k8s_io_kubernetes:k8s-drop-legacy-log-path.patch",
263 "//third_party/com_k8s_io_kubernetes:k8s-reserve-metropolis-ports.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200264 ],
265 },
266 "k8s.io/metrics": {
267 "directives": [
268 "gazelle:proto disable",
269 ],
270 },
271 "google.golang.org/genproto/googleapis/api": {
272 "directives": [
273 "gazelle:proto disable_global",
274 ],
275 },
276 "google.golang.org/genproto/googleapis/rpc": {
277 "directives": [
278 "gazelle:proto disable_global",
279 ],
280 },
281 "google.golang.org/grpc": {
282 "directives": [
283 "gazelle:proto disable",
284 ],
285 },
286 "github.com/pingcap/tidb/parser": {
287 "build_file_generation": "on",
288 },
289 "golang.org/x/mod": {
290 "build_extra_args": [
291 "-go_naming_convention=import_alias",
292 "-go_naming_convention_external=import_alias",
293 ],
294 },
295 "golang.org/x/sync": {
296 "build_extra_args": [
297 "-go_naming_convention=import_alias",
298 "-go_naming_convention_external=import_alias",
299 ],
300 },
301 "github.com/containernetworking/cni": {
302 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100303 "//third_party/com_github_containernetworking_cni:cni-fix-cachepath.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200304 ],
305 },
Lorenz Brun0dca6c92025-01-28 15:04:13 +0100306 "github.com/containernetworking/plugins": {
307 "patches": [
308 "//third_party/go/patches:cniplugins-add-linkgroup.patch",
309 ],
310 },
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200311 "github.com/corverroos/commentwrap": {
312 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100313 "//third_party/com_github_corverroos_commentwrap:commentwrap-uri.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200314 ],
315 },
316 "github.com/go-delve/delve": {
317 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100318 "//third_party/com_github_go_delve_delve:delve-fix-cgo.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200319 ],
320 },
321 "github.com/pganalyze/pg_query_go/v4": {
322 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100323 "//third_party/com_github_pganalyze_pg_query_go_v4:pganalyze-add-cdeps.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200324 ],
325 },
326 "github.com/sbezverk/nfproxy": {
327 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100328 "//third_party/com_github_sbezverk_nfproxy:nfproxy-adapt-to-k8s-1.28.patch",
329 "//third_party/com_github_sbezverk_nfproxy:nfproxy-adapt-to-nftables-0.2.patch",
Lorenz Brun11bf3d32025-01-07 17:49:27 +0100330 ],
331 },
332 "github.com/google/nftables": {
333 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100334 "//third_party/com_github_google_nftables:nftables-bigger-buffers.patch",
335 "//third_party/com_github_google_nftables:nftables-dynamic-exprs.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200336 ],
337 },
338 "k8s.io/kubectl": {
339 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100340 "//third_party/com_k8s_io_kubectl:kubectl-fix-embed.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200341 ],
342 },
343 "github.com/seccomp/libseccomp-golang": {
344 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100345 "//third_party/com_github_seccomp_libseccomp_golang:libseccomp.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200346 ],
347 },
348 "github.com/vishvananda/netlink": {
349 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100350 "//third_party/com_github_vishvananda_netlink:netlink-psample.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200351 ],
352 },
353 "gvisor.dev/gvisor": {
354 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100355 "//third_party/com_gvisor_dev_gvisor:gvisor-fix-syslog.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200356 ],
357 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100358 "//third_party/com_gvisor_dev_gvisor:gvisor-containerd-compat.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200359 ],
360 },
361 "go.etcd.io/etcd/tests/v3": {
362 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100363 "//third_party/com_go_etcd_io_etcd_tests_v3:etcd-integration-logging.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200364 ],
365 },
Lorenz Brun5c520622025-01-14 14:14:52 +0100366 "k8s.io/component-base": {
367 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100368 "//third_party/com_k8s_io_component_base:k8s-fix-metrics-data-race.patch",
Lorenz Brun5c520622025-01-14 14:14:52 +0100369 ],
370 },
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200371 "k8s.io/mount-utils": {
372 "pre_patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100373 "//third_party/com_k8s_io_mount_utils:k8s-native-mounter.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200374 ],
375 },
376 "golang.org/x/tools": {
377 "patches": [
Tim Windelschmidt7887f752025-02-04 03:06:56 +0100378 "//third_party/com_golang_org_x_tools:goimports-group-merging.patch",
Tim Windelschmidte5e90a82024-07-17 23:46:22 +0200379 ],
380 },
381}
382
383# MODULE.bazel doesn't support loops, but since we have lots of overrides,
384# this is the more readable approach.
385[
386 [
387 go_deps.gazelle_override(
388 build_extra_args = overrides.get("build_extra_args") or [],
389 build_file_generation = overrides.get("build_file_generation") or "auto",
390 directives = overrides.get("directives") or [],
391 path = path,
392 ),
393 go_deps.module_override(
394 patch_strip = 1,
395 patches = overrides.get("patches") or [],
396 path = path,
397 pre_patches = overrides.get("pre_patches") or [],
398 ),
399 ]
400 for path, overrides in OVERRIDES.items()
401]