Bump k8s.io/klog/v2 from 2.80.1 to 2.90.1 (#1091)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Heba Elayoty <31887807+helayoty@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-20 23:45:06 +00:00
committed by GitHub
parent 2b6bd337cc
commit d87cc6ee1a
2 changed files with 261 additions and 2 deletions

2
go.mod
View File

@@ -26,7 +26,7 @@ require (
k8s.io/apimachinery v0.26.2
k8s.io/apiserver v0.25.0
k8s.io/client-go v0.25.0
k8s.io/klog/v2 v2.80.1
k8s.io/klog/v2 v2.90.1
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
sigs.k8s.io/controller-runtime v0.13.0
)