diff options
author | 2022-05-16 09:34:39 -0400 | |
---|---|---|
committer | 2022-05-16 09:34:39 -0400 | |
commit | f02af7e4266568dcfb9bc2094f304c7108308ea6 (patch) | |
tree | 5e8c2204cc95b2b38ebff0ccfd6727e71ae7568f /go.mod | |
parent | 91363901d35f48e4912bcd7954d25a7ba8658af6 (diff) | |
download | coredns-f02af7e4266568dcfb9bc2094f304c7108308ea6.tar.gz coredns-f02af7e4266568dcfb9bc2094f304c7108308ea6.tar.zst coredns-f02af7e4266568dcfb9bc2094f304c7108308ea6.zip |
build(deps): bump github.com/miekg/dns from 1.1.48 to 1.1.49 (#5380)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.48 to 1.1.49.
- [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.48...v1.1.49)
---
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
@@ -14,7 +14,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.1 - github.com/miekg/dns v1.1.48 + github.com/miekg/dns v1.1.49 github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.4.0 |