From 8f8b81f56b66d49bc94503cc56441f0504654587 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 29 Sep 2018 18:18:16 +0100 Subject: [PATCH] Update to new version (#2150) Signed-off-by: Miek Gieben --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9d36ea23..7ef204335 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ godeps: go get -u github.com/prometheus/client_golang/prometheus/promhttp go get -u github.com/prometheus/client_golang/prometheus (cd $(GOPATH)/src/github.com/mholt/caddy && git checkout -q v0.10.11) - (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.10) + (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.12) (cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0) @ # for travis only, if this fails we don't care, but don't see benchmarks go get -u golang.org/x/tools/cmd/benchcmp || true