fix make deps

This commit is contained in:
Matthias Kadenbach 2017-05-17 19:21:48 -07:00
parent ff7e060269
commit 801e84d4d2
No known key found for this signature in database
GPG Key ID: DC1F4DC6D31A7031
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ deps:
-go get -v -u ./...
-go test -v -i ./...
# TODO: why is this not being fetched with the command above?
-go get github.com/fsouza/fake-gcs-server/fakestorage
list-external-deps:
$(call external_deps,'.')