Update go dependencies

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-12-05 13:27:09 -03:00
parent 432f534383
commit f4a4daed84
1299 changed files with 71186 additions and 91183 deletions

8
vendor/k8s.io/utils/.travis.yml generated vendored
View file

@ -1,9 +1,9 @@
language: go
dist: xenial
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
go_import_path: k8s.io/utils
script:
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...
- make verify