bump golang.org/grpc to v1.56.3

Bumping golang.org/grpc in light of CVE-2023-44487.

Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>
This commit is contained in:
Jonathan Gonzalez V
2023-10-19 14:58:49 -03:00
parent 145b84b0b1
commit a7adde53be
69 changed files with 1794 additions and 791 deletions

View File

@@ -32,6 +32,9 @@ var grpclogLogger = grpclog.Component("binarylog")
// Logger specifies MethodLoggers for method names with a Log call that
// takes a context.
//
// This is used in the 1.0 release of gcp/observability, and thus must not be
// deleted or changed.
type Logger interface {
GetMethodLogger(methodName string) MethodLogger
}