jhump / protoreflect

Reflection (Rich Descriptors) for Go Protocol Buffers
Apache License 2.0
1.35k stars 172 forks source link

Update to work with latest v0.8.0 release of protocompile #593

Closed jhump closed 9 months ago

jhump commented 9 months ago

Version 0.8.0 of protocompile includes another minor backwards-incompatible change that causes an issue with this repo. This branch fixes that change to restore compatibility.