change docker client sdk version

This commit is contained in:
littlebeer2100
2018-06-16 15:35:17 +08:00
parent 77930ea0a7
commit a83c797df3
277 changed files with 10565 additions and 5979 deletions

14
vendor/github.com/Sirupsen/logrus/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,14 @@
version: "{build}"
platform: x64
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
environment:
GOPATH: c:\gopath
branches:
only:
- master
install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
- go version
build_script:
- go get -t
- go test