update vendor

Signed-off-by: heartlock <21521209@zju.edu.cn>
This commit is contained in:
heartlock
2017-05-03 11:40:45 +00:00
parent c6138870e0
commit e3565bb02c
231 changed files with 125770 additions and 0 deletions

11
vendor/github.com/pkg/errors/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,11 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.4.3
- 1.5.4
- 1.6.2
- 1.7.1
- tip
script:
- go test -v ./...