golang / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.26k stars 608 forks source link

Adding support for Protobufs generated with v2 tooling #687

Closed jprobinson closed 1 year ago

jprobinson commented 1 year ago

The mock package currently does not support V2 Protobufs and has no plans of adding support.

We have a few dozen tests that fail due to this problem once we attempt the upgrade so this fork adds in the needed support to get most of those tests to pass without making a few dozen pull requests.