aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 372ca8523..e9198b243 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ testk8s: check
godeps:
go get github.com/mholt/caddy
go get github.com/miekg/dns
+ go get github.com/prometheus/client_golang/prometheus/promhttp
+ go get github.com/prometheus/client_golang/prometheus
go get golang.org/x/net/context
go get golang.org/x/text