update vendor/

This commit is contained in:
Ettore Di Giacinto
2019-11-26 18:07:01 +01:00
parent 5915688830
commit 1e426b93a1
15 changed files with 1561 additions and 0 deletions

13
vendor/github.com/cavaliercoder/grab/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,13 @@
language: go
go:
- 1.10.x
- 1.9.x
- 1.8.x
- 1.7.x
script: make check
env:
- GOARCH=amd64
- GOARCH=386