fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

SIGSEGV: panic: runtime error: invalid memory address or nil pointer dereference in protoreflect #416

Closed mprimeaux closed 9 months ago

mprimeaux commented 9 months ago

This PR addresses issue #414.

dragonsinth commented 9 months ago

@mprimeaux I think a more targeted PR probably better; this one doesn't build on Go 1.18 due to some of the updates.

mprimeaux commented 9 months ago

@dragonsinth I updated the protoreflect dependency from v1.15.2 to v1.15.3.