aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-11-03 10:01:45 +0000
committerGravatar GitHub <noreply@github.com> 2018-11-03 10:01:45 +0000
commit1ad002c9f3dfe8c2e6bbc1c2e99b68a9f4ed6179 (patch)
treec128f701597c71ad944630e474aba2d204c07497
parent165b4f86a37f40eb265761d1ca782184b0f36fd0 (diff)
downloadcoredns-1ad002c9f3dfe8c2e6bbc1c2e99b68a9f4ed6179.tar.gz
coredns-1ad002c9f3dfe8c2e6bbc1c2e99b68a9f4ed6179.tar.zst
coredns-1ad002c9f3dfe8c2e6bbc1c2e99b68a9f4ed6179.zip
dns: bump to 1.0.15 (#2268)
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 ea883405c..19909d5d0 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.10.13)
- (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.14)
+ (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.15)
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
@ # for travis only, if this fails we don't care, but don't see benchmarks
go get -u golang.org/x/tools/cmd/benchcmp || true