mirror of
https://github.com/containers/skopeo.git
synced 2025-09-09 10:39:30 +00:00
fix(deps): update github.com/containers/common digest to 3e5caa0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
vendor/google.golang.org/grpc/trace.go
generated
vendored
6
vendor/google.golang.org/grpc/trace.go
generated
vendored
@@ -97,8 +97,8 @@ func truncate(x string, l int) string {
|
||||
|
||||
// payload represents an RPC request or response payload.
|
||||
type payload struct {
|
||||
sent bool // whether this is an outgoing payload
|
||||
msg interface{} // e.g. a proto.Message
|
||||
sent bool // whether this is an outgoing payload
|
||||
msg any // e.g. a proto.Message
|
||||
// TODO(dsymonds): add stringifying info to codec, and limit how much we hold here?
|
||||
}
|
||||
|
||||
@@ -111,7 +111,7 @@ func (p payload) String() string {
|
||||
|
||||
type fmtStringer struct {
|
||||
format string
|
||||
a []interface{}
|
||||
a []any
|
||||
}
|
||||
|
||||
func (f *fmtStringer) String() string {
|
||||
|
Reference in New Issue
Block a user