protoc-gen-star
protoc-gen-star copied to clipboard
Pre Releases with v2.x.x-alpha Tags cannot be imported
The Pre Releases with v2.x.x-alpha tags cannot be imported because according to go modules spec, any v2 tag should have a /v2 in the import path
I am using go get github.com/lyft/protoc-gen-star@b292ea4bf330f571ee4596f3576f1d30bb94f537
as a work around
I ended up reverting the other changes that warranted the v2 releases and cut a v0.6.2 release with your post-processor changes. Note that we will no longer be supporting v0 moving forward, as we're going to make the google.golang.org/protobuf changes in the existing files, as opposed to in a v2 directory as #106 and #107 had done.