diff options
author | 2024-01-29 08:31:40 -0500 | |
---|---|---|
committer | 2024-01-29 08:31:40 -0500 | |
commit | e7a08d7214efd6399d8a8708a9cf10d65c90d1ee (patch) | |
tree | 6a51f369b90ac99998e481148c38eee703aed3b4 /go.mod | |
parent | 6814d1bcb40c474ff20bf2729234ade30b62980f (diff) | |
download | coredns-e7a08d7214efd6399d8a8708a9cf10d65c90d1ee.tar.gz coredns-e7a08d7214efd6399d8a8708a9cf10d65c90d1ee.tar.zst coredns-e7a08d7214efd6399d8a8708a9cf10d65c90d1ee.zip |
build(deps): bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#6464)
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-logr/logr/compare/v1.3.0...v1.4.1)
---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,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.3.0 + github.com/go-logr/logr v1.4.1 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.4 |