From 7c59f4110803ae15ffb8fe7c37a8a3b939542e11 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Thu, 11 Mar 2021 00:15:15 +0000 Subject: [PATCH] Revert "docs: Move cve_scan and generation of external dependencies rst to bazel (#15328)" (#15421) This reverts commit 498d65b2fabceebbda9c0b993ba63c127fd16f27. Signed-off-by: Matt Klein Mirrored from https://github.com/envoyproxy/envoy @ 3bddd1a8f8f67174d487a06c690f67b944b9e0da --- bazel/BUILD | 5 ----- 1 file changed, 5 deletions(-) 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"],