Files
kubernetes/vendor/github.com/go-logr/zapr/go.mod
Patrick Ohly 169e8b65a0 klog 2.30.0, logr 1.2.0, zapr 1.2.0
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.
2021-10-22 15:32:20 +02:00

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
)