deps: up klog to 0.4.0 (#3109)

New version to get the fix for:
https://github.com/kubernetes/klog/pull/83
which can fix:
https://github.com/coredns/coredns/pull/3055

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-08-10 07:19:59 +00:00
committed by GitHub
parent 3a59c833a0
commit ebe6a41e50
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -63,7 +63,7 @@ require (
k8s.io/api v0.0.0-20190313235455-40a48860b5ab
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
k8s.io/client-go v11.0.0+incompatible
k8s.io/klog v0.3.3
k8s.io/klog v0.4.0
k8s.io/kube-openapi v0.0.0-20190306001800-15615b16d372 // indirect
k8s.io/utils v0.0.0-20190529001817-6999998975a7 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect