protoc-gen-validate icon indicating copy to clipboard operation
protoc-gen-validate copied to clipboard

go.mod for v0.1.1

Open millergarym opened this issue 6 years ago • 0 comments

Please create a go.mod tagged v0.1.x release.

Simple as

go mod init  github.com/envoyproxy/protoc-gen-validate
rm Gopkg*
git add -u
git commit -m "go.mod"
git tag -a -m "go.mod" v0.1.1
git push --follow-tags

I'd create a PR, but can't PR against a tag only a branch :-(

millergarym avatar Sep 10 '19 06:09 millergarym