From 4f9fade38e6827305e11bbbd952a99ece4c2637f Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 4 Jan 2019 20:00:50 +0000 Subject: [PATCH] new miekg/dns (#2435) New release, kick of tests. Signed-off-by: Miek Gieben --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc8267325..beea75355 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,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.11.1) - (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.1.1) + (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.1.2) (cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.9.1) .PHONY: travis