update dependency

This commit is contained in:
Wiley Wang
2018-09-17 03:20:28 +00:00
parent 2e6bf0f566
commit db08431ac1
99 changed files with 15839 additions and 24 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