Update module k8s.io/klog to v2 (#2)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-26 12:06:29 +00:00 committed by GitHub
parent 738edbeb8d
commit 923a06c3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -10,7 +10,7 @@ require (
k8s.io/apiextensions-apiserver v0.32.2
k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.2
k8s.io/klog v0.4.0
k8s.io/klog v0.2.0
k8s.io/klog/v2 v2.130.1
)