diff options
author | 2019-08-10 07:19:59 +0000 | |
---|---|---|
committer | 2019-08-10 07:19:59 +0000 | |
commit | ebe6a41e5083ff5d4402c235955e9919e93560fe (patch) | |
tree | 023937e06e05b417ccb809218949da8cfc9487b6 /go.mod | |
parent | 3a59c833a09eafd8e67f6ac1686b30193b6220c0 (diff) | |
download | coredns-ebe6a41e5083ff5d4402c235955e9919e93560fe.tar.gz coredns-ebe6a41e5083ff5d4402c235955e9919e93560fe.tar.zst coredns-ebe6a41e5083ff5d4402c235955e9919e93560fe.zip |
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |