diff options
author | 2020-10-26 05:41:34 -0700 | |
---|---|---|
committer | 2020-10-26 05:41:34 -0700 | |
commit | 183b82fcf2954a8448856fc9b5ea6564690f4626 (patch) | |
tree | 4beafab73efc8bd554fab04bd33ba6655616f80c | |
parent | 3168a722cac244c91fc56e3a4d1d3d7fd48f0dd2 (diff) | |
download | coredns-183b82fcf2954a8448856fc9b5ea6564690f4626.tar.gz coredns-183b82fcf2954a8448856fc9b5ea6564690f4626.tar.zst coredns-183b82fcf2954a8448856fc9b5ea6564690f4626.zip |
build(deps): bump github.com/miekg/dns from 1.1.34 to 1.1.35 (#4233)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.34 to 1.1.35.
- [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.34...v1.1.35)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ require ( github.com/imdario/mergo v0.3.9 // 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.34 + github.com/miekg/dns v1.1.35 github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.2.2 @@ -334,6 +334,7 @@ github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3N github.com/miekg/dns v1.1.31/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= github.com/miekg/dns v1.1.34 h1:SgTzfkN+oLoIHF1bgUP+C71mzuDl3AhLApHzCCIAMWM= github.com/miekg/dns v1.1.34/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= +github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= |