diff options
author | 2019-08-19 08:58:34 -0700 | |
---|---|---|
committer | 2019-08-19 08:58:34 -0700 | |
commit | 297299e308f23ecdda75bd729da02caee2846f78 (patch) | |
tree | 6ff0093d3c9622f957164b41bb3c271d60b7543a /go.mod | |
parent | 960474aab95f21244e10b1b8ac9873e4f18db525 (diff) | |
download | coredns-297299e308f23ecdda75bd729da02caee2846f78.tar.gz coredns-297299e308f23ecdda75bd729da02caee2846f78.tar.zst coredns-297299e308f23ecdda75bd729da02caee2846f78.zip |
build(deps): bump github.com/miekg/dns from 1.1.15 to 1.1.16 (#3153)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.15 to 1.1.16.
- [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.15...v1.1.16)
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
@@ -33,7 +33,7 @@ require ( github.com/jonboulle/clockwork v0.1.0 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 - github.com/miekg/dns v1.1.15 + github.com/miekg/dns v1.1.16 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect |