bazel: migrate buildifier to bzlmod

This commit is contained in:
Malte Poll 2024-05-21 13:47:12 +02:00
parent 7e5f56f3ba
commit 73e4cf6a78
3 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,6 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
load("@buildifier_prebuilt//:rules.bzl", "buildifier", "buildifier_test")
load("@com_github_ash2k_bazel_tools//multirun:def.bzl", "command", "multirun")
load("@com_github_bazelbuild_buildtools//buildifier:def.bzl", "buildifier", "buildifier_test")
load("//bazel/ci:proto_targets.bzl", "proto_targets")
load("//bazel/sh:def.bzl", "noop_warn", "repo_command", "sh_template")