aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-13 10:51:25 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-13 10:51:25 -0400
commit1c09052493ae080f444e3b65433176cf8e1da975 (patch)
tree2e674f1876f7201c344eec66b84d99ded01fa44e /go.mod
parent5f1e4a2cafc55088913fa057e839072d2c87086e (diff)
downloadcoredns-1c09052493ae080f444e3b65433176cf8e1da975.tar.gz
coredns-1c09052493ae080f444e3b65433176cf8e1da975.tar.zst
coredns-1c09052493ae080f444e3b65433176cf8e1da975.zip
build(deps): bump k8s.io/klog/v2 from 2.90.0 to 2.90.1 (#5966)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.90.0 to 2.90.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.90.0...v2.90.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> 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 5fca79dbd..5d687d77b 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
- k8s.io/klog/v2 v2.90.0
+ k8s.io/klog/v2 v2.90.1
)
require (