diff options
author | 2023-12-08 09:24:59 -0500 | |
---|---|---|
committer | 2023-12-08 09:24:59 -0500 | |
commit | 2f61bfafd0aa9463a06ddca76703bf934fcb321b (patch) | |
tree | 40b5ab23cb6a74de5c89ced116db0b95a8fb9997 /go.mod | |
parent | 435a4b86bfe7ddc3f4f55dbfc7ae8e5a4dd2ca04 (diff) | |
download | coredns-2f61bfafd0aa9463a06ddca76703bf934fcb321b.tar.gz coredns-2f61bfafd0aa9463a06ddca76703bf934fcb321b.tar.zst coredns-2f61bfafd0aa9463a06ddca76703bf934fcb321b.zip |
build(deps): bump github.com/miekg/dns from 1.1.56 to 1.1.57 (#6409)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.56 to 1.1.57.
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.56...v1.1.57)
---
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
@@ -16,7 +16,7 @@ require ( github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9 github.com/matttproud/golang_protobuf_extensions v1.0.4 - github.com/miekg/dns v1.1.56 + github.com/miekg/dns v1.1.57 github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 github.com/openzipkin/zipkin-go v0.4.2 |