diff options
author | 2021-06-28 08:54:59 -0700 | |
---|---|---|
committer | 2021-06-28 08:54:59 -0700 | |
commit | 2f4fd0113e2603a1a074c02f554a398137f71897 (patch) | |
tree | 2d4fbfcc50861e340cdfb7fa0c3583d751d10c8f /go.mod | |
parent | eb5d77137bd05a0f160ef1f14d846ce3d4b38a68 (diff) | |
download | coredns-2f4fd0113e2603a1a074c02f554a398137f71897.tar.gz coredns-2f4fd0113e2603a1a074c02f554a398137f71897.tar.zst coredns-2f4fd0113e2603a1a074c02f554a398137f71897.zip |
build(deps): bump github.com/miekg/dns from 1.1.42 to 1.1.43 (#4722)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.42 to 1.1.43.
- [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.42...v1.1.43)
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/imdario/mergo v0.3.12 // indirect github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 github.com/matttproud/golang_protobuf_extensions v1.0.1 - github.com/miekg/dns v1.1.42 + github.com/miekg/dns v1.1.43 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 |