[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from github.com/golang/protobuf to google.golang.org/protobuf #90

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

mmorel-35
Copy link
Contributor
@mmorel-35 mmorel-35 commented Mar 20, 2024

github.com/golang/protobuf has been superseded by google.golang.org/protobuf

This migrates old protobuf leftovers to new version of protobuf

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
"@io_bazel_rules_go//proto/wkt:struct_go_proto",
"@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
"@io_bazel_rules_go//proto/wkt:wrappers_go_proto",
"@org_golang_google_protobuf//types/known/anypb:go_default_library",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like this change to go through Envoy first (https://github.com/envoyproxy/envoy/blob/main/api/bazel/api_build_system.bzl) before landing it here. Hopefully it will be picked up by go-control-plane, and we'll be able to observe any issues ahead of time. WDYT?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @adisuissa ,
I have applied this fix on envoy with this : envoyproxy/envoy#33048
Is it enough testing for you ?

Copy link
@adisuissa adisuissa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!
Let's land this and do the followup in Envoy.

@adisuissa adisuissa merged commit 6b7cb9e into cncf:main Mar 22, 2024
4 checks passed
@mmorel-35 mmorel-35 deleted the protobuf-v2 branch March 22, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants