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

proto make: go get deprecation #7

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

ankur-anand
Copy link
Contributor

installing executables with go get is deprecated

proto/Makefile install two programs which is not an importable package, this PR uses the go install instead of go get.

This also removes the go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger from deps recipe as starting with v2 grpc gateway which is currently being utilized in this project github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 is not available and instead is available as openapi plugin which is also currently being utilized to generate doc.

@sanfern sanfern merged commit d0a2bdf into l3af-project:main Oct 20, 2021
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