aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-09-12 10:05:03 -0400
committerGravatar GitHub <noreply@github.com> 2022-09-12 10:05:03 -0400
commitb67231e667f325085b3cd13a72a57eef1831a1ca (patch)
tree9d4b03662ff3a0bf841422578e0fde097233456d /go.mod
parent630fa4786ae295c75dd240cea61d15777fb64db1 (diff)
downloadcoredns-b67231e667f325085b3cd13a72a57eef1831a1ca.tar.gz
coredns-b67231e667f325085b3cd13a72a57eef1831a1ca.tar.zst
coredns-b67231e667f325085b3cd13a72a57eef1831a1ca.zip
build(deps): bump k8s.io/klog/v2 from 2.80.0 to 2.80.1 (#5610)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.80.0 to 2.80.1. - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](https://github.com/kubernetes/klog/compare/v2.80.0...v2.80.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 458c4ee41..68787b3c5 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
k8s.io/client-go v0.24.4
- k8s.io/klog/v2 v2.80.0
+ k8s.io/klog/v2 v2.80.1
)
require (