diff --git a/bazel/BUILD b/bazel/BUILD index 0e5c8aea..4b582bb8 100644 --- a/bazel/BUILD +++ b/bazel/BUILD @@ -2,11 +2,6 @@ load("@io_bazel_rules_go//proto:compiler.bzl", "go_proto_compiler") licenses(["notice"]) # Apache 2 -exports_files([ - "repository_locations.bzl", - "repository_locations_utils.bzl", -]) - go_proto_compiler( name = "pgv_plugin_go", options = ["lang=go"],