aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-01-08 15:25:13 -0500
committerGravatar GitHub <noreply@github.com> 2024-01-08 15:25:13 -0500
commit966964ccad9ff4082ec2b23c346df5809b192403 (patch)
tree44ab48bc9baefce646c91e9a9b5536f6a61af3e9 /go.mod
parent9e95999772e8cce2bb4e0584215c1ae32c783d89 (diff)
downloadcoredns-966964ccad9ff4082ec2b23c346df5809b192403.tar.gz
coredns-966964ccad9ff4082ec2b23c346df5809b192403.tar.zst
coredns-966964ccad9ff4082ec2b23c346df5809b192403.zip
build(deps): bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 (#6400)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.100.1 to 2.110.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.100.1...v2.110.1) --- updated-dependencies: - dependency-name: k8s.io/klog/v2 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 88f607e92..941940f9a 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.3
- k8s.io/klog/v2 v2.100.1
+ k8s.io/klog/v2 v2.110.1
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
)