diff options
author | Ivan Schwarz <ivos.schwarz@gmail.com> | 2019-06-14 15:41:14 +0200 |
---|---|---|
committer | Ivan Schwarz <ivos.schwarz@gmail.com> | 2019-06-14 15:41:14 +0200 |
commit | 24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 (patch) | |
tree | d4d8753db61eb2e74a9a2131346a73c5ce600b34 /vendor/github.com/DreamItGetIT/statuscake/makefile | |
parent | ccbb72b7349103fd7e39a47a2ec5312bcc00017f (diff) | |
download | terraform-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/makefile | 6 |
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 | ||
3 | default: lint test | 3 | default: deps lint test |
4 | 4 | ||
5 | lint: | 5 | lint: |
6 | @golint ./... | 6 | @golint ./... |
@@ -9,3 +9,5 @@ lint: | |||
9 | test: | 9 | test: |
10 | go test ${GOTEST_ARGS} ./... | 10 | go test ${GOTEST_ARGS} ./... |
11 | 11 | ||
12 | deps: | ||
13 | dep ensure \ No newline at end of file | ||