aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-25 15:33:08 +0000
committerGravatar Tobias Schmidt <tobidt@gmail.com> 2018-01-25 16:33:08 +0100
commitfcfb998b86f85872126a8968963212df7abb8d97 (patch)
tree1cf0d7fcebbd9791f399c1ab2b059a49ed734ae6 /Makefile
parent77bd7eaedea1ab7fb2112e070435091eeb4e7c36 (diff)
downloadcoredns-fcfb998b86f85872126a8968963212df7abb8d97.tar.gz
coredns-fcfb998b86f85872126a8968963212df7abb8d97.tar.zst
coredns-fcfb998b86f85872126a8968963212df7abb8d97.zip
release: default to using go-dns 1.0.4 (#1424)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 919402595..8765bb37c 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,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.10)
- (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.3)
+ (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.4)
(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.9)
(cd $(GOPATH)/src/golang.org/x/text && git checkout -q e19ae1496984b1c655b8044a65c0300a3c878dd3)