diff options
author | 2019-02-01 21:08:40 +0000 | |
---|---|---|
committer | 2019-02-02 05:08:40 +0800 | |
commit | f59b414a7efbb6b2b5e5277fca2974c35673b45d (patch) | |
tree | c77379713856c36252e340b801795674d8af21ed | |
parent | d878eeebbb890b2b73226e2440c73e8b2d1b102e (diff) | |
download | coredns-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>
-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.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 |