mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
pkg/*,cmd/*: move to k8s.io/klog/v2
This commit is contained in:
parent
b9e5a71d72
commit
a858d53495
10 changed files with 10 additions and 10 deletions
2
go.mod
2
go.mod
|
|
@ -19,7 +19,7 @@ require (
|
|||
k8s.io/apiserver v0.18.5
|
||||
k8s.io/client-go v0.18.5
|
||||
k8s.io/component-base v0.18.5
|
||||
k8s.io/klog v1.0.0
|
||||
k8s.io/klog/v2 v2.3.0
|
||||
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
|
||||
k8s.io/metrics v0.18.5
|
||||
k8s.io/sample-apiserver v0.18.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue