diff options
author | 2022-07-04 08:28:57 -0700 | |
---|---|---|
committer | 2022-07-04 08:28:57 -0700 | |
commit | 6eac4367e27088ace9724e2e1d1fef407a3b1b9d (patch) | |
tree | 1363594e38ef83f0c9cfe52b03ce964c26700ede /go.mod | |
parent | a076a55da16192c0ae7b7ca79116a092e99549ec (diff) | |
download | coredns-6eac4367e27088ace9724e2e1d1fef407a3b1b9d.tar.gz coredns-6eac4367e27088ace9724e2e1d1fef407a3b1b9d.tar.zst coredns-6eac4367e27088ace9724e2e1d1fef407a3b1b9d.zip |
build(deps): bump github.com/miekg/dns from 1.1.49 to 1.1.50 (#5483)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,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.49 + github.com/miekg/dns v1.1.50 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 |