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 to google.golang.org/protobuf #470

Closed
jtherin opened this issue Sep 16, 2021 · 2 comments · Fixed by #743 · May be fixed by #490
Closed

Migrate to google.golang.org/protobuf #470

jtherin opened this issue Sep 16, 2021 · 2 comments · Fixed by #743 · May be fixed by #490

Comments

@jtherin
Copy link

jtherin commented Sep 16, 2021

The module github.com/golang/protobuf as been superseded by the google.golang.org/protobuf module, which contains an updated and simplified API, support for protobuf reflection, and many other improvements.

I can make a PR if you want.

@onsi
Copy link
Owner

onsi commented Sep 16, 2021 via email

@PatrickDuncan
Copy link

Hello @jtherin @onsi @Akaame , any updates regarding fixing this deprecation? There's already a PR that's been open for a long time: #490.

$ go list -m -u -f '{{if .Deprecated }}{{.Path}} {{.Version}} (deprecated: {{.Deprecated}}){{end}}' all
github.com/golang/protobuf v1.5.3 (deprecated: Use the "google.golang.org/protobuf" module instead.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants