diff options
author | 2018-04-01 14:29:59 +0100 | |
---|---|---|
committer | 2018-04-01 14:29:59 +0100 | |
commit | f5435b38841c5865606aca7f1258c46bbf0e6027 (patch) | |
tree | bbfbef74f848a5b98f6505ce215099578d0bee52 | |
parent | 5f98e98107e90f518f2e8d0ccdd2df7ab2497b7a (diff) | |
download | coredns-f5435b38841c5865606aca7f1258c46bbf0e6027.tar.gz coredns-f5435b38841c5865606aca7f1258c46bbf0e6027.tar.zst coredns-f5435b38841c5865606aca7f1258c46bbf0e6027.zip |
make: use dns 1.0.5 (#1649)
Tagged an new release; has some fixes.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.11) - (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.4) + (cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.5) (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) |