diff options
author | 2019-12-23 16:22:44 +0800 | |
---|---|---|
committer | 2019-12-23 16:22:44 +0800 | |
commit | 5ce4a01773737eea231b31931e53ad40a80a3428 (patch) | |
tree | 0f67933704ec459b37be437405957253b3088bfe /go.mod | |
parent | 7a4c9970d90261be4d8bab04088af95f6b05356f (diff) | |
download | coredns-5ce4a01773737eea231b31931e53ad40a80a3428.tar.gz coredns-5ce4a01773737eea231b31931e53ad40a80a3428.tar.zst coredns-5ce4a01773737eea231b31931e53ad40a80a3428.zip |
build(deps): bump github.com/miekg/dns from 1.1.25 to 1.1.26 (#3562)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.25 to 1.1.26.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.25...v1.1.26)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/imdario/mergo v0.3.7 // indirect github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062 github.com/matttproud/golang_protobuf_extensions v1.0.1 - github.com/miekg/dns v1.1.25 + github.com/miekg/dns v1.1.26 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect github.com/opentracing/opentracing-go v1.1.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 |