pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.66k stars 463 forks source link

add support for buf validate #536

Open nvx opened 4 months ago

nvx commented 4 months ago

Adds support for buf validate https://github.com/bufbuild/protovalidate

Alternative the master branch at https://github.com/nvx/protoc-gen-doc/tree/master has this and some other fixes to unit tests and version bumps (I note the version of golang.org/x/crypto in the go.mod has outstanding CVEs, unit tests fail on Windows, and it's using a long out of support version of Go) and could be merged instead.

StevenACoffman commented 6 days ago

@pseudomuto We would really appreciate it if you could merge this PR. We are using @nvx fork for now, but it would make our lives easier if we could just use the upstream.

I maintain a fair amount of open source projects on a volunteer basis, so I know how hard it can be to keep up with this stuff. Let me know if I can help.