aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-02-01 21:08:40 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-02-02 05:08:40 +0800
commitf59b414a7efbb6b2b5e5277fca2974c35673b45d (patch)
treec77379713856c36252e340b801795674d8af21ed /Makefile
parentd878eeebbb890b2b73226e2440c73e8b2d1b102e (diff)
downloadcoredns-f59b414a7efbb6b2b5e5277fca2974c35673b45d.tar.gz
coredns-f59b414a7efbb6b2b5e5277fca2974c35673b45d.tar.zst
coredns-f59b414a7efbb6b2b5e5277fca2974c35673b45d.zip
Update to dns/1.1.4 (#2521)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2c7ee808..4be7057c3 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.3)
+ (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.1.4)
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.9.1)
.PHONY: travis