]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/DreamItGetIT/statuscake/makefile
Merge pull request #35 from ivanschwarz/feat/ssl-validation-2
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / DreamItGetIT / statuscake / makefile
index 946f6d993e5d7026f4c329342481e952284f5e64..6149bbfd5dde678b1d921daf704d0330358ab273 100644 (file)
@@ -1,6 +1,6 @@
-.PHONY: default lint test
+.PHONY: default deps lint test
 
-default: lint test
+default: deps lint test
 
 lint:
        @golint ./...
@@ -9,3 +9,5 @@ lint:
 test:
        go test ${GOTEST_ARGS} ./...
 
+deps:
+       dep ensure
\ No newline at end of file