1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-10 20:00:23 +00:00

Update to use klog v2 (#744)

This commit is contained in:
Chad Roberts
2025-07-29 15:42:25 -04:00
committed by GitHub
parent 9fd14ce23a
commit dd64c2d200
3 changed files with 2 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"k8s.io/klog"
"k8s.io/klog/v2"
)
type Config struct {