Add missing dep install

This commit is contained in:
Dan Sosedoff 2018-08-31 22:13:01 -05:00
parent 0c40f1907e
commit 7a52df61ec

View File

@ -13,6 +13,7 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- go env
- go version
- go get github.com/golang/dep/cmd/dep
- dep ensure
build_script: