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 #374

Merged
merged 5 commits into from
Aug 28, 2023
Merged

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

merged 5 commits into from
Aug 28, 2023

Conversation

torsm
Copy link
Collaborator

@torsm torsm commented Aug 28, 2023

The majority of code changes of this PR replace the deprecated ptypes package from github.com/golang/protobuf package with the respective replacements (timestamppb, anypb, durationpb, ...) from google.golang.org/protobuf.

The rest is cleaning up some proto related import aliases or minor proto related code changes.

@torsm torsm requested a review from mbushkov August 28, 2023 11:10
@torsm torsm merged commit 00cab72 into google:master Aug 28, 2023
7 checks passed
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.

2 participants