From 109851ef28cecf144dd66c08a946de833d67f8c7 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 21 Mar 2024 11:29:25 +0000 Subject: [PATCH] fix: add missing dependency in bazel rule --- schema/google/showcase/v1beta1/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/google/showcase/v1beta1/BUILD.bazel b/schema/google/showcase/v1beta1/BUILD.bazel index 1dd8509e5..72365caf1 100644 --- a/schema/google/showcase/v1beta1/BUILD.bazel +++ b/schema/google/showcase/v1beta1/BUILD.bazel @@ -33,6 +33,7 @@ proto_library( "@com_google_googleapis//google/api:annotations_proto", "@com_google_googleapis//google/api:client_proto", "@com_google_googleapis//google/api:field_behavior_proto", + "@com_google_googleapis//google/api:field_info_proto", "@com_google_googleapis//google/api:resource_proto", "@com_google_googleapis//google/api:routing_proto", "@com_google_googleapis//google/longrunning:operations_proto",