Update go dependencies
This commit is contained in:
parent
15ffb51394
commit
bb4d483837
1621 changed files with 86368 additions and 284392 deletions
14
vendor/github.com/prometheus/procfs/.travis.yml
generated
vendored
14
vendor/github.com/prometheus/procfs/.travis.yml
generated
vendored
|
|
@ -1,5 +1,15 @@
|
|||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.x
|
||||
|
||||
go_import_path: github.com/prometheus/procfs
|
||||
|
||||
script:
|
||||
- make style check_license vet test staticcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue