Skip to content

Commit 7bdf6ac

Browse files
committed
also replace annotation refs in patch files
Error unchanged from last commit. I did remember to `./dev gen bazel`. ``` link: package conflict error: google.golang.org/genproto/googleapis/cloud/location: package imports google.golang.org/genproto/googleapis/api/annotations was compiled with: @org_golang_google_genproto//googleapis/api/annotations:annotations but was linked with: @org_golang_google_genproto_googleapis_api//annotations:annotations ```
1 parent 4857614 commit 7bdf6ac

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build/patches/com_github_buchgr_bazel_remote.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ diff -urN a/genproto/build/bazel/remote/asset/v1/BUILD.bazel b/genproto/build/ba
113113
- "@go_googleapis//google/rpc:status_go_proto",
114114
- "@io_bazel_rules_go//proto/wkt:duration_go_proto",
115115
- "@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
116-
+ "@org_golang_google_genproto//googleapis/api/annotations:go_default_library",
116+
+ "@org_golang_google_genproto_googleapis_api//annotations:go_default_library",
117117
+ "@org_golang_google_genproto//googleapis/rpc/status:go_default_library",
118118
+ "@com_github_golang_protobuf//ptypes/duration:go_default_library",
119119
+ "@com_github_golang_protobuf//ptypes/timestamp:go_default_library",
@@ -133,7 +133,7 @@ diff -urN a/genproto/build/bazel/remote/execution/v2/BUILD.bazel b/genproto/buil
133133
- "@io_bazel_rules_go//proto/wkt:duration_go_proto",
134134
- "@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
135135
- "@io_bazel_rules_go//proto/wkt:wrappers_go_proto",
136-
+ "@org_golang_google_genproto//googleapis/api/annotations:go_default_library",
136+
+ "@org_golang_google_genproto_googleapis_api//annotations:go_default_library",
137137
+ "@org_golang_google_genproto//googleapis/longrunning:go_default_library",
138138
+ "@org_golang_google_genproto//googleapis/rpc/status:go_default_library",
139139
+ "@com_github_golang_protobuf//ptypes/duration:go_default_library",

build/patches/com_github_grpc_ecosystem_grpc_gateway.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ index 02aa7d2a8..fd922a156 100644
4040
+ "@com_github_golang_protobuf//protoc-gen-go/descriptor:go_default_library",
4141
"@io_bazel_rules_go//proto/wkt:compiler_plugin_go_proto",
4242
- "@io_bazel_rules_go//proto/wkt:descriptor_go_proto",
43-
+ "@org_golang_google_genproto//googleapis/api/annotations:go_default_library",
43+
+ "@org_golang_google_genproto_googleapis_api//annotations:go_default_library",
4444
],
4545
)
4646

build/patches/go_googleapis.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ diff -urN a/google/cloud/kms/v1/BUILD.bazel b/google/cloud/kms/v1/BUILD.bazel
1010
+ "@com_github_golang_protobuf//ptypes/duration:go_default_library",
1111
+ "@com_github_golang_protobuf//ptypes/timestamp:go_default_library",
1212
+ "@com_github_golang_protobuf//ptypes/wrappers:go_default_library",
13-
+ "@org_golang_google_genproto//googleapis/api/annotations:go_default_library",
13+
+ "@org_golang_google_genproto_googleapis_api//annotations:go_default_library",
1414
+ "@org_golang_google_genproto//protobuf/field_mask:go_default_library",
1515
],
1616
)
@@ -28,7 +28,7 @@ diff -urN a/google/devtools/build/v1/BUILD.bazel a/google/devtools/build/v1/BUIL
2828
+ "@com_github_golang_protobuf//ptypes/empty:go_default_library",
2929
+ "@com_github_golang_protobuf//ptypes/timestamp:go_default_library",
3030
+ "@com_github_golang_protobuf//ptypes/wrappers:go_default_library",
31-
+ "@org_golang_google_genproto//googleapis/api/annotations:go_default_library",
31+
+ "@org_golang_google_genproto_googleapis_api//annotations:go_default_library",
3232
+ "@org_golang_google_genproto//protobuf/field_mask:go_default_library",
3333
],
3434
)

0 commit comments

Comments
 (0)