From b89006dda105c8ee30fe04f4d1706286e605b292 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 22 Sep 2018 20:03:39 +0100 Subject: [PATCH] Use miekg/dns 1.0.10 (#2127) Update to latest version. Signed-off-by: Miek Gieben --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50287d5a6..9c430a4f6 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.8) + (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.10) (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