diff options
author | 2022-09-26 16:49:44 +0100 | |
---|---|---|
committer | 2022-09-26 16:49:44 +0100 | |
commit | d4b566fd1d5799afdcf25a5ca0a1b6bae43a226d (patch) | |
tree | b485b7754f113713e9bf457a6661787e186c5943 /go.mod | |
parent | c15686a1c24f294ce64605b4722451edba3f2848 (diff) | |
download | coredns-d4b566fd1d5799afdcf25a5ca0a1b6bae43a226d.tar.gz coredns-d4b566fd1d5799afdcf25a5ca0a1b6bae43a226d.tar.zst coredns-d4b566fd1d5799afdcf25a5ca0a1b6bae43a226d.zip |
build(deps): bump github.com/matttproud/golang_protobuf_extensions (#5651)
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/go-logr/logr v1.2.3 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/matttproud/golang_protobuf_extensions v1.0.2 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 |