Update vendor for k8s 1.17.0

This commit is contained in:
Erik Wilson
2019-12-11 18:27:03 -07:00
parent 5679a8bd2f
commit 4e6ed0873f
2807 changed files with 169926 additions and 93687 deletions

15
vendor/github.com/go-stack/stack/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
language: go
sudo: false
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- goveralls -service=travis-ci