Skip to content

Commit 812c918

Browse files
committed
fix go builds
1 parent d7aa648 commit 812c918

File tree

4 files changed

+5
-84
lines changed

4 files changed

+5
-84
lines changed

WORKSPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ remote_apis_go_deps()
9494
# Needed for the googleapis protos.
9595
http_archive(
9696
name = "googleapis",
97-
build_file = "BUILD.googleapis",
9897
sha256 = "b28c13e99001664eac5f1fb81b44d912d19fbc041e30772263251da131f6573c",
9998
strip_prefix = "googleapis-bb964feba5980ed70c9fb8f84fe6e86694df65b0",
10099
urls = ["https://github.com/googleapis/googleapis/archive/bb964feba5980ed70c9fb8f84fe6e86694df65b0.zip"],

build/bazel/remote/asset/v1/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ proto_library(
1111
"//build/bazel/remote/execution/v2:remote_execution_proto",
1212
"@com_google_protobuf//:duration_proto",
1313
"@com_google_protobuf//:timestamp_proto",
14-
"@googleapis//:google_api_annotations_proto",
15-
"@googleapis//:google_api_http_proto",
16-
"@googleapis//:google_rpc_status_proto",
14+
"@googleapis//google/api:annotations_proto",
15+
"@googleapis//google/api:http_proto",
16+
"@googleapis//google/rpc:status_proto",
1717
],
1818
)
1919

build/bazel/remote/asset/v1/go/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ go_proto_library(
1010
proto = "//build/bazel/remote/asset/v1:remote_asset_proto",
1111
deps = [
1212
"//build/bazel/remote/execution/v2:remote_execution_go_proto",
13-
"@go_googleapis//google/api:annotations_go_proto",
14-
"@go_googleapis//google/rpc:status_go_proto",
13+
"@org_golang_google_genproto//googleapis/api/annotations",
14+
"@org_golang_google_genproto//googleapis/rpc/status",
1515
],
1616
)
1717

external/BUILD.googleapis

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)