From 24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 Mon Sep 17 00:00:00 2001 From: Ivan Schwarz Date: Fri, 14 Jun 2019 15:41:14 +0200 Subject: Update client dependency --- vendor/github.com/DreamItGetIT/statuscake/makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/DreamItGetIT/statuscake/makefile') diff --git a/vendor/github.com/DreamItGetIT/statuscake/makefile b/vendor/github.com/DreamItGetIT/statuscake/makefile index 946f6d9..6149bbf 100644 --- a/vendor/github.com/DreamItGetIT/statuscake/makefile +++ b/vendor/github.com/DreamItGetIT/statuscake/makefile @@ -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 -- cgit v1.2.3