diff options
author | 2022-07-04 08:28:38 -0700 | |
---|---|---|
committer | 2022-07-04 08:28:38 -0700 | |
commit | 4537aec4bffebd23b3d09f1726678c61ee5c9127 (patch) | |
tree | a82fb362ba35d2b9779d2611435d3a62bfd3bf0f /go.mod | |
parent | c41dd9972f370487d764455f79abebe47581619f (diff) | |
download | coredns-4537aec4bffebd23b3d09f1726678c61ee5c9127.tar.gz coredns-4537aec4bffebd23b3d09f1726678c61ee5c9127.tar.zst coredns-4537aec4bffebd23b3d09f1726678c61ee5c9127.zip |
build(deps): bump github.com/go-logr/logr from 1.2.0 to 1.2.3 (#5485)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/coredns/caddy v1.1.1 github.com/dnstap/golang-dnstap v0.4.0 github.com/farsightsec/golang-framestream v0.3.0 - github.com/go-logr/logr v1.2.0 + 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 |