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

Status.WithDetails uses proto.Message from deprecated protobuf library #6632

Closed
rtjoseph11 opened this issue Sep 14, 2023 · 1 comment
Closed

Comments

@rtjoseph11
Copy link

What version of gRPC are you using?

1.58.0

What version of Go are you using (go version)?

1.21

What operating system (Linux, Windows, …) and version?

linux

What did you do?

when calling the WithDetails function on status.Status you need to pass in a proto.Message from github.com/golang/protobuf. Go mod warns about that library:

go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

What did you expect to see?

using proto.Message from google.golang.org/protobuf

What did you see instead?

proto.Message from github.com/golang/protobuf

@dfawley
Copy link
Member

dfawley commented Sep 14, 2023

#5316

@dfawley dfawley closed this as completed Sep 14, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants