Update go dependencies

This commit is contained in:
Manuel de Brito Fontes 2017-11-06 19:38:16 -03:00
parent 3fd7a14774
commit 7ab2987fd8
66 changed files with 11285 additions and 400 deletions

15
vendor/github.com/spf13/afero/appveyor.yml generated vendored Normal file
View file

@ -0,0 +1,15 @@
version: '{build}'
clone_folder: C:\gopath\src\github.com\spf13\afero
environment:
GOPATH: C:\gopath
build_script:
- cmd: >-
go version
go env
go get -v github.com/spf13/afero/...
go build github.com/spf13/afero
test_script:
- cmd: go test -race -v github.com/spf13/afero/...