Update protoreflect v1.15.2 and grpc v1.57.0 (#406)

The proposal already exists by Dependabot, but the version bump pulls
in `grpc.reflection.v1.ServerReflection` resulting in minor test change
being required.

Transient dependency `github.com/bufbuild/protocompile` is now added,
and requires at least Go 1.18. This PR includes the version removal.
This commit is contained in:
Valters Jansons
2023-08-31 19:14:03 +03:00
committed by GitHub
parent 2a29c1e64b
commit b7a5d3bba8
4 changed files with 23 additions and 18 deletions

4
go.mod
View File

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