This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
Update grpcurl dependency to fix breakage caused by protobuf v1.4.0 #559
Labels
1.11
Issue will be released with v1.11
Problem
This is caused because the v1.3.5 is the last version that contains github.com/golang/protobuf/jsonpb/jsonpb_test_proto. Protobuf v1.4 removed it, which was a backwards-incompatible change.
Solution
fullstorydev/grpcurl#145 fixes the bug, but this requires a change to Prototool’s go.mod to require at least v1.5.1:
prototool/go.mod
Line 7 in a6d0646
I'm not sure if there would be any harmful side-effects to bumping the version requirement. gRPCurl doesn’t force a newer version of protobuf, so things should be OK.
The text was updated successfully, but these errors were encountered: