Skip to content

Commit

Permalink
Fix klog version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmwilliams committed Jan 7, 2022
1 parent 175cfcd commit 49463d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/release-controller/prune_graph.go
Expand Up @@ -6,7 +6,7 @@ import (
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/wait"
kv1core "k8s.io/client-go/kubernetes/typed/core/v1"
"k8s.io/klog/v2"
"k8s.io/klog"
)

func (c *Controller) PruneGraph(secretClient kv1core.SecretInterface, ns, name string, printOption string, confirm bool) error {
Expand Down
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -45,6 +45,5 @@ require (
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
k8s.io/code-generator v0.21.3
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.8.0
k8s.io/test-infra v0.0.0-20211201201517-885e4a13b661
)
1 change: 0 additions & 1 deletion vendor/modules.txt
Expand Up @@ -948,7 +948,6 @@ k8s.io/gengo/types
## explicit
k8s.io/klog
# k8s.io/klog/v2 v2.8.0
## explicit
k8s.io/klog/v2
# k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
k8s.io/kube-openapi/cmd/openapi-gen/args
Expand Down

0 comments on commit 49463d9

Please sign in to comment.