mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
The new releases fix logging of KObj in JSON output: klog implements the new logr.Marshaler interface and zapr uses it instead of Stringer when logging the ObjectRef created by KObj.
11 lines
188 B
Modula-2
11 lines
188 B
Modula-2
module github.com/go-logr/zapr
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.19.0
|
|
)
|