Update vendor

This commit is contained in:
Jingfang Liu
2018-06-14 10:07:41 -07:00
parent b7be630924
commit e7ecceb0c2
290 changed files with 59251 additions and 9 deletions

15
vendor/github.com/PuerkitoBio/urlesc/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,15 @@
language: go
go:
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- tip
install:
- go build .
script:
- go test -v