Update klog to v0.3.1

Includes recent fixes, notably https://github.com/kubernetes/klog/pull/66
This commit is contained in:
Michael Taufen
2019-05-22 10:51:33 -07:00
parent d5876954e1
commit ee7bcc53a2
38 changed files with 83 additions and 70 deletions

View File

@@ -29,8 +29,6 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
# Explicitly opt into go modules, even though we're inside a GOPATH directory
export GO111MODULE=on
# Explicitly clear GOPATH, to ensure nothing this script calls makes use of that path info
export GOPATH=
# Explicitly clear GOFLAGS, since GOFLAGS=-mod=vendor breaks dependency resolution while rebuilding vendor
export GOFLAGS=
# Detect problematic GOPROXY settings that prevent lookup of dependencies