aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-05-10 21:13:36 +0100
committerGravatar GitHub <noreply@github.com> 2018-05-10 21:13:36 +0100
commit940b7f2e8c0aa9b099c9baaf26a48dcd44fa97ef (patch)
tree2574f77bd054a548533bcac863010a64bde5a94d /Makefile
parent3dd459896aeb168355e8a410261ee9c33e764436 (diff)
downloadcoredns-940b7f2e8c0aa9b099c9baaf26a48dcd44fa97ef.tar.gz
coredns-940b7f2e8c0aa9b099c9baaf26a48dcd44fa97ef.tar.zst
coredns-940b7f2e8c0aa9b099c9baaf26a48dcd44fa97ef.zip
Up miekg/dns to 1.0.6 (#1792)
This was just tagged and has the worker patch that improves performance.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b9452887..4afd7cb2e 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ godeps:
go get -u golang.org/x/net/context
go get -u golang.org/x/text
(cd $(GOPATH)/src/github.com/mholt/caddy && git checkout -q v0.10.11)
- (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.5)
+ (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.6)
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)
(cd $(GOPATH)/src/golang.org/x/net && git checkout -q release-branch.go1.10)
(cd $(GOPATH)/src/golang.org/x/text && git checkout -q v0.3.0)