diff options
author | 2019-03-09 18:13:38 +0000 | |
---|---|---|
committer | 2019-03-09 10:13:38 -0800 | |
commit | f7d34991c14615c77f25e2fe8d2f6888bc502af6 (patch) | |
tree | aa7f7e6f7427f2f26439fecd0211b1eef55a05d7 /go.mod | |
parent | c778b3a67ca43124a539acda21eca4934c8110f6 (diff) | |
download | coredns-f7d34991c14615c77f25e2fe8d2f6888bc502af6.tar.gz coredns-f7d34991c14615c77f25e2fe8d2f6888bc502af6.tar.zst coredns-f7d34991c14615c77f25e2fe8d2f6888bc502af6.zip |
miekg/dns to version 1.1.5 (#2662)
This version reverts the worker model that's causes cpu overloads.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ require ( github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/mholt/caddy v0.11.4 - github.com/miekg/dns v1.1.4 + github.com/miekg/dns v1.1.5 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 |