diff options
author | 2020-03-16 07:17:01 -0700 | |
---|---|---|
committer | 2020-03-16 07:17:01 -0700 | |
commit | 1d70d7fa9829dff150fe84514f6b917e080dadd4 (patch) | |
tree | 418e7bddf058d57ea940a71f15b880edcc0044fb /go.mod | |
parent | 194e3f41e427e9fdd3a1605e99e35d8c84fc8203 (diff) | |
download | coredns-1d70d7fa9829dff150fe84514f6b917e080dadd4.tar.gz coredns-1d70d7fa9829dff150fe84514f6b917e080dadd4.tar.zst coredns-1d70d7fa9829dff150fe84514f6b917e080dadd4.zip |
build(deps): bump github.com/miekg/dns from 1.1.27 to 1.1.28 (#3748)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.27 to 1.1.28.
- [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.27...v1.1.28)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ require ( github.com/imdario/mergo v0.3.7 // 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.27 + github.com/miekg/dns v1.1.28 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 |