diff options
author | 2018-11-03 10:01:45 +0000 | |
---|---|---|
committer | 2018-11-03 10:01:45 +0000 | |
commit | 1ad002c9f3dfe8c2e6bbc1c2e99b68a9f4ed6179 (patch) | |
tree | c128f701597c71ad944630e474aba2d204c07497 | |
parent | 165b4f86a37f40eb265761d1ca782184b0f36fd0 (diff) | |
download | coredns-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |