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

* SIGSEGV: panic: runtime error: invalid memory address

- Executed the updatedeps make target
- protoreflect upgraded to v1.15.3, which addresses this panic.

* Reverted. Only updated protoreflect.
This commit is contained in:
Michael Primeaux
2023-10-03 15:42:07 -05:00
committed by GitHub
parent c17f0782f7
commit 7a845ca5e9
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.18
require (
github.com/golang/protobuf v1.5.3
github.com/jhump/protoreflect v1.15.2
github.com/jhump/protoreflect v1.15.3
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)