build(deps): bump github.com/miekg/dns from 1.1.16 to 1.1.17 (#3280)

* build(deps): bump github.com/miekg/dns from 1.1.16 to 1.1.17

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.16 to 1.1.17.
- [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.16...v1.1.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update go.mod
This commit is contained in:
dependabot-preview[bot]
2019-09-16 10:12:10 +00:00
committed by Miek Gieben
parent 7e6e9175cf
commit fadc75454a
2 changed files with 11 additions and 2 deletions

4
go.mod
View File

@@ -27,7 +27,7 @@ require (
github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062
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.16
github.com/miekg/dns v1.1.17
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
@@ -59,6 +59,6 @@ require (
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.0.0+incompatible
github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.16
github.com/miekg/dns v1.1.3 => github.com/miekg/dns v1.1.17
golang.org/x/net v0.0.0-20190813000000-74dc4d7220e7 => golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
)