cleanup: Add a missing has_services and remove an unused import. (#365)

Signed-off-by: Reuven Lazarus <rzl@google.com>
pull/372/head
Reuven Lazarus 7 years ago committed by Matt Klein
parent f649143d85
commit 47f761e65a
  1. 1
      api/auth/BUILD
  2. 1
      api/auth/external_auth.proto

@ -7,6 +7,7 @@ api_proto_library(
srcs = [
"external_auth.proto",
],
has_services = 1,
deps = [
"//api:address",
],

@ -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";

Loading…
Cancel
Save