diff options
author | 2019-01-12 12:17:13 +0000 | |
---|---|---|
committer | 2019-01-12 04:17:13 -0800 | |
commit | 003355e18eb82a436eec0ba363644da8c918a734 (patch) | |
tree | 1a6b1fe68297e65aaa37a28fc69b1920795f3db1 | |
parent | 22cacc7cb1a4e5d3cb35416f0fee9ada62738933 (diff) | |
download | coredns-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |