Update klog (#4426)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-08-10 13:49:12 -04:00 committed by GitHub
parent 1926340a7b
commit c5334b2b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 389 additions and 11872 deletions

3
vendor/k8s.io/klog/.travis.yml generated vendored
View file

@ -5,11 +5,12 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- diff -u <(echo -n) <(golint $(go list -e ./...))
- go tool vet .
- go tool vet . || go vet .
- go test -v -race ./...
install:
- go get golang.org/x/lint/golint