Update direct dependencies where possible

This commit is contained in:
Duco van Amstel
2018-11-18 17:55:05 +00:00
committed by Wim
parent f716b8fc0f
commit 09875fe160
356 changed files with 27318 additions and 11078 deletions

View File

@@ -1,8 +1,11 @@
language: go
go:
- 1.8
- 1.7.5
- 1.6.4
- "1.10.3"
- "1.9.7"
sudo: false
script:
- go vet ./...
- go test ./...