From 47f761e65a10850fc1415c57c468b8cd027229e9 Mon Sep 17 00:00:00 2001 From: Reuven Lazarus Date: Wed, 27 Dec 2017 14:32:02 -0500 Subject: [PATCH] cleanup: Add a missing has_services and remove an unused import. (#365) Signed-off-by: Reuven Lazarus --- api/auth/BUILD | 1 + api/auth/external_auth.proto | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/api/auth/BUILD b/api/auth/BUILD index 2af006ca..4c6a60e9 100644 --- a/api/auth/BUILD +++ b/api/auth/BUILD @@ -7,6 +7,7 @@ api_proto_library( srcs = [ "external_auth.proto", ], + has_services = 1, deps = [ "//api:address", ], diff --git a/api/auth/external_auth.proto b/api/auth/external_auth.proto index 4e3c5024..cb3a4aca 100644 --- a/api/auth/external_auth.proto +++ b/api/auth/external_auth.proto @@ -6,7 +6,6 @@ package envoy.api.v2.auth; option go_package = "auth"; import "api/address.proto"; -import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; import "google/rpc/status.proto";