diff --git a/gazelle/def.bzl b/gazelle/def.bzl index 221d35daa2..f3d357e66a 100644 --- a/gazelle/def.bzl +++ b/gazelle/def.bzl @@ -11,6 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +""" +This file contains the non_module_deps rule. +""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") diff --git a/gazelle/deps.bzl b/gazelle/deps.bzl index d0d6dd237f..55520b1c52 100644 --- a/gazelle/deps.bzl +++ b/gazelle/deps.bzl @@ -40,7 +40,6 @@ def gazelle_deps(): go_repository( name = "com_github_bazelbuild_buildtools", - build_naming_convention = "go_default_library", importpath = "github.com/bazelbuild/buildtools", sum = "h1:Fl1FfItZp34QIQmmDTbZXHB5XA6JfbNNfH7tRRGWvQo=", version = "v0.0.0-20230510134650-37bd1811516d",