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

Revert "Update to use klog v2 (#744)" (#757)

This reverts commit dd64c2d200.
This commit is contained in:
Chad Roberts
2025-07-30 13:19:25 -04:00
committed by GitHub
parent 4bf9fcc6ca
commit e92b9cf7ea
3 changed files with 4 additions and 2 deletions

View File

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