aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2019-09-16 10:12:10 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2019-09-16 11:12:10 +0100
commitfadc75454a624f9df0f5c7d07f850d2be18b6be3 (patch)
tree9a8e8c39f632a042b07f2ff4492ab646a53563d7 /go.mod
parent7e6e9175cfb16c69d8d8b4e2368390576adda739 (diff)
downloadcoredns-fadc75454a624f9df0f5c7d07f850d2be18b6be3.tar.gz
coredns-fadc75454a624f9df0f5c7d07f850d2be18b6be3.tar.zst
coredns-fadc75454a624f9df0f5c7d07f850d2be18b6be3.zip
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 718fbc99a..a543f13c4 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)