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

Upgrade golang protobuf api to v2 #98

Open
ilaleksin opened this issue Sep 3, 2023 · 0 comments
Open

Upgrade golang protobuf api to v2 #98

ilaleksin opened this issue Sep 3, 2023 · 0 comments

Comments

@ilaleksin
Copy link

Hey,

gnostic-grpc has a few references to 'github.com/golang/protobuf' (api v1) in the generator package and in the end-to-end test example.

API v1 is deprecated and it is recommended to use 'google.golang.org/protobuf/proto' (api v2) instead.

What do you think about switching to protobuf api v2?

I would be glad to help with this upgrade so I have prepared PR #97 with the required changes.

Please review it and share your thoughts about these changes 😉

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

No branches or pull requests

1 participant