aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/go-retryablehttp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/go-retryablehttp/Makefile')
-rw-r--r--vendor/github.com/hashicorp/go-retryablehttp/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/hashicorp/go-retryablehttp/Makefile b/vendor/github.com/hashicorp/go-retryablehttp/Makefile
deleted file mode 100644
index da17640..0000000
--- a/vendor/github.com/hashicorp/go-retryablehttp/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-default: test
-
-test:
- go vet ./...
- go test -race ./...
-
-updatedeps:
- go get -f -t -u ./...
- go get -f -u ./...
-
-.PHONY: default test updatedeps