You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
When vendoring the packag github.com/gogo/protobuf, gvt currently removes the .proto source files when it fetches that package. I need these source files so that non-go languages can compile protobuf files that include gogoproto extensions.
I was thinking that there are other situations where you might want similar behavior. Maybe we could do this by using a whitelist of either file paths or file extensions in the dependency object in the manifest file.
If this sounds ok I'd be happy to send a pull request.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When vendoring the packag github.com/gogo/protobuf, gvt currently removes the .proto source files when it fetches that package. I need these source files so that non-go languages can compile protobuf files that include gogoproto extensions.
I was thinking that there are other situations where you might want similar behavior. Maybe we could do this by using a whitelist of either file paths or file extensions in the dependency object in the manifest file.
If this sounds ok I'd be happy to send a pull request.
The text was updated successfully, but these errors were encountered: