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

protobuf: update github.com/golang/protobuf to google.golang.org/protobuf #5319

Closed
wants to merge 1 commit into from

Conversation

gunturaf
Copy link

Follow up for #5316

  • Replaced all github.com/golang/protobuf references to google.golang.org/protobuf except for the package reflection/grpc_testing_not_regenerate
  • Regenerated all gRPC stubs for the point above.
  • Upgraded relevant deps in test/tools package.
  • make vet is currently failing due to the fact that there's a cross-import from google.golang.org/grpc to google.golang.org/grpc/reflection/grpc_testing_not_regenerate and vice versa. This issue can be easily resolved if I allowed to replace the github.com/golang/protobuf reference inside the grpc_testing_not_regenerate package and do not use the sub-module approach. Any advice is welcomed!

@gunturaf
Copy link
Author

Maybe I should break this PR into several PRs, I'll start with #5320

@gunturaf gunturaf changed the title Update github.com/golang/protobuf to google.golang.org/protobuf protobuf: update github.com/golang/protobuf to google.golang.org/protobuf Apr 28, 2022
spb "google.golang.org/genproto/googleapis/rpc/status"
"google.golang.org/grpc/codes"
"google.golang.org/protobuf/proto"
Copy link
Contributor

Choose a reason for hiding this comment

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

This has the same problem as discussed in #4330

It changes the API for WithDetails (#4330 (comment))

@easwars
Copy link
Contributor

easwars commented Jun 7, 2022

Closing this in favor of separate PRs as mentioned in #5319 (comment). Thanks.

@easwars easwars closed this Jun 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants