Skip to content

Commit 73ea4e3

Browse files
committed
Modify @com_google_proto_field_extraction to @com_google_protofieldextraction
1 parent 0e63aa2 commit 73ea4e3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ http_archive(
5050
)
5151

5252
http_archive(
53-
name = "com_google_proto_field_extraction",
53+
name = "com_google_protofieldextraction",
5454
strip_prefix = "proto-field-extraction-e808da3acf5bd6d518e19e8afa20b4a9d0b2b599", # Mar 20, 2024
5555
url = "https://github.com/grpc-ecosystem/proto-field-extraction/archive/e808da3acf5bd6d518e19e8afa20b4a9d0b2b599.tar.gz",
5656
)

proto_processing_lib/proto_scrubber/BUILD.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ cc_library(
155155
"@com_google_absl//absl/status:statusor",
156156
"@com_google_absl//absl/strings",
157157
"@com_google_absl//absl/strings:cord",
158-
"@com_google_proto_field_extraction//proto_field_extraction/message_data:message_data_interface",
159158
"@com_google_protobuf//:cc_wkt_protos",
160159
"@com_google_protobuf//:protobuf",
161160
"@com_google_protoconverter//:all",
161+
"@com_google_protofieldextraction//proto_field_extraction/message_data:message_data_interface",
162162
"@ocp//ocpdiag/core/compat:status_macros",
163163
],
164164
)
@@ -271,9 +271,9 @@ cc_library(
271271
"@com_google_absl//absl/strings",
272272
"@com_google_absl//absl/strings:str_format",
273273
"@com_google_absl//absl/synchronization",
274-
"@com_google_proto_field_extraction//proto_field_extraction/message_data:cord_message_data",
275-
"@com_google_proto_field_extraction//proto_field_extraction/message_data:message_data_interface",
276274
"@com_google_protobuf//:protobuf",
275+
"@com_google_protofieldextraction//proto_field_extraction/message_data:cord_message_data",
276+
"@com_google_protofieldextraction//proto_field_extraction/message_data:message_data_interface",
277277
],
278278
)
279279

@@ -299,9 +299,9 @@ cc_test(
299299
"@com_google_absl//absl/status:statusor",
300300
"@com_google_absl//absl/strings",
301301
"@com_google_googletest//:gtest_main",
302-
"@com_google_proto_field_extraction//proto_field_extraction/message_data:cord_message_data",
303-
"@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils",
304302
"@com_google_protobuf//:protobuf",
303+
"@com_google_protofieldextraction//proto_field_extraction/message_data:cord_message_data",
304+
"@com_google_protofieldextraction//proto_field_extraction/test_utils:utils",
305305
"@ocp//ocpdiag/core/compat:status_macros",
306306
"@ocp//ocpdiag/core/testing:status_matchers",
307307
],
@@ -324,8 +324,8 @@ cc_test(
324324
"@com_google_absl//absl/status:statusor",
325325
"@com_google_absl//absl/strings",
326326
"@com_google_googletest//:gtest_main",
327-
"@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils",
328327
"@com_google_protobuf//:cc_wkt_protos",
328+
"@com_google_protofieldextraction//proto_field_extraction/test_utils:utils",
329329
"@ocp//ocpdiag/core/compat:status_macros",
330330
"@ocp//ocpdiag/core/testing:status_matchers",
331331
],
@@ -359,8 +359,8 @@ cc_test(
359359
"@com_google_absl//absl/status:statusor",
360360
"@com_google_absl//absl/strings",
361361
"@com_google_googletest//:gtest_main",
362-
"@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils",
363362
"@com_google_protobuf//:cc_wkt_protos",
363+
"@com_google_protofieldextraction//proto_field_extraction/test_utils:utils",
364364
"@ocp//ocpdiag/core/compat:status_macros",
365365
"@ocp//ocpdiag/core/testing:status_matchers",
366366
],
@@ -381,9 +381,9 @@ cc_library(
381381
"@com_google_absl//absl/log:check",
382382
"@com_google_absl//absl/status:statusor",
383383
"@com_google_googletest//:gtest_main",
384-
"@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils",
385384
"@com_google_protobuf//:cc_wkt_protos",
386385
"@com_google_protobuf//:protobuf",
386+
"@com_google_protofieldextraction//proto_field_extraction/test_utils:utils",
387387
],
388388
)
389389

@@ -411,9 +411,9 @@ cc_test(
411411
"@com_google_absl//absl/status",
412412
"@com_google_absl//absl/strings",
413413
"@com_google_googletest//:gtest_main",
414-
"@com_google_proto_field_extraction//proto_field_extraction/field_extractor:field_extractor_util",
415-
"@com_google_proto_field_extraction//proto_field_extraction/test_utils:utils",
416414
"@com_google_protobuf//:cc_wkt_protos",
415+
"@com_google_protofieldextraction//proto_field_extraction/field_extractor:field_extractor_util",
416+
"@com_google_protofieldextraction//proto_field_extraction/test_utils:utils",
417417
"@ocp//ocpdiag/core/compat:status_macros",
418418
"@ocp//ocpdiag/core/testing:proto_matchers",
419419
"@ocp//ocpdiag/core/testing:status_matchers",

0 commit comments

Comments
 (0)