diff options
author | 2021-05-10 06:08:54 -0700 | |
---|---|---|
committer | 2021-05-10 06:08:54 -0700 | |
commit | 73545522965e22bcd132a6ded4128d301fea5ca3 (patch) | |
tree | b389c115d7cfa7af8755af2205b8d8cac8efdfcb /go.mod | |
parent | 611500b7d4b0323c933b0863fa6696578efe8e75 (diff) | |
download | coredns-73545522965e22bcd132a6ded4128d301fea5ca3.tar.gz coredns-73545522965e22bcd132a6ded4128d301fea5ca3.tar.zst coredns-73545522965e22bcd132a6ded4128d301fea5ca3.zip |
build(deps): bump github.com/miekg/dns from 1.1.41 to 1.1.42 (#4612)
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.41 + github.com/miekg/dns v1.1.42 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 |