aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-07 14:28:59 -0500
committerGravatar GitHub <noreply@github.com> 2024-03-07 14:28:59 -0500
commitc8aa7c864a18b915b174ca28001f05ed82b258e8 (patch)
treee676bb10556a5f0b482481520c97bf18368d4a82 /go.mod
parentbf5fbddcbcee3bd5648f9a1d0440777b0a554f10 (diff)
downloadcoredns-c8aa7c864a18b915b174ca28001f05ed82b258e8.tar.gz
coredns-c8aa7c864a18b915b174ca28001f05ed82b258e8.tar.zst
coredns-c8aa7c864a18b915b174ca28001f05ed82b258e8.zip
build(deps): bump k8s.io/klog/v2 from 2.110.1 to 2.120.1 (#6493)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.110.1 to 2.120.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.110.1...v2.120.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 a84eb8dd8..474a093a4 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.110.1
+ k8s.io/klog/v2 v2.120.1
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
)