diff --git a/Makefile b/Makefile index 1aa7974..3484825 100644 --- a/Makefile +++ b/Makefile @@ -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,'.')