aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-01-12 12:17:13 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-01-12 04:17:13 -0800
commit003355e18eb82a436eec0ba363644da8c918a734 (patch)
tree1a6b1fe68297e65aaa37a28fc69b1920795f3db1
parent22cacc7cb1a4e5d3cb35416f0fee9ada62738933 (diff)
downloadcoredns-003355e18eb82a436eec0ba363644da8c918a734.tar.gz
coredns-003355e18eb82a436eec0ba363644da8c918a734.tar.zst
coredns-003355e18eb82a436eec0ba363644da8c918a734.zip
new dns version (#2456)
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a32b4c126..c2c7ee808 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,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.2)
+ (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.1.3)
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.9.1)
.PHONY: travis