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 28ea7a0c5..e350ecef4 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,8 @@ godeps:
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
(cd $(GOPATH)/src/golang.org/x/net && git checkout -q release-branch.go1.10)
(cd $(GOPATH)/src/golang.org/x/text && git checkout -q v0.3.0)
+ # github.com/flynn/go-shlex is required by mholt/caddy at the moment
+ go get -u github.com/flynn/go-shlex
.PHONY: travis
travis: check