aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/makefile
diff options
context:
space:
mode:
authorIvan Schwarz <ivos.schwarz@gmail.com>2019-06-14 15:41:14 +0200
committerIvan Schwarz <ivos.schwarz@gmail.com>2019-06-14 15:41:14 +0200
commit24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 (patch)
treed4d8753db61eb2e74a9a2131346a73c5ce600b34 /vendor/github.com/DreamItGetIT/statuscake/makefile
parentccbb72b7349103fd7e39a47a2ec5312bcc00017f (diff)
downloadterraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.tar.gz
terraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.tar.zst
terraform-provider-statuscake-24c95871c559e4d0a284f4c245d6e7afaeb5b9a7.zip
Update client dependency
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/makefile')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/makefile6
1 files changed, 4 insertions, 2 deletions
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 @@
1.PHONY: default lint test 1.PHONY: default deps lint test
2 2
3default: lint test 3default: deps lint test
4 4
5lint: 5lint:
6 @golint ./... 6 @golint ./...
@@ -9,3 +9,5 @@ lint:
9test: 9test:
10 go test ${GOTEST_ARGS} ./... 10 go test ${GOTEST_ARGS} ./...
11 11
12deps:
13 dep ensure \ No newline at end of file