Skip to content

Commit 07a457c

Browse files
build(deps): bump k8s.io/component-base
Bumps the all group in /health-probe-proxy with 1 update: [k8s.io/component-base](https://github.com/kubernetes/component-base). Updates `k8s.io/component-base` from 0.34.1 to 0.34.2 - [Commits](kubernetes/component-base@v0.34.1...v0.34.2) --- updated-dependencies: - dependency-name: k8s.io/component-base dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe57b42 commit 07a457c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

health-probe-proxy/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.6
44

55
require (
66
github.com/pires/go-proxyproto v0.8.1
7-
k8s.io/component-base v0.34.1
7+
k8s.io/component-base v0.34.3
88
k8s.io/klog/v2 v2.130.1
99
)
1010

@@ -38,7 +38,7 @@ require (
3838
golang.org/x/text v0.24.0 // indirect
3939
google.golang.org/protobuf v1.36.5 // indirect
4040
gopkg.in/inf.v0 v0.9.1 // indirect
41-
k8s.io/apimachinery v0.34.1 // indirect
41+
k8s.io/apimachinery v0.34.3 // indirect
4242
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
4343
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
4444
sigs.k8s.io/randfill v1.0.0 // indirect

health-probe-proxy/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
118118
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
119119
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
120120
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
121-
k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
122-
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
123-
k8s.io/component-base v0.34.1 h1:v7xFgG+ONhytZNFpIz5/kecwD+sUhVE6HU7qQUiRM4A=
124-
k8s.io/component-base v0.34.1/go.mod h1:mknCpLlTSKHzAQJJnnHVKqjxR7gBeHRv0rPXA7gdtQ0=
121+
k8s.io/apimachinery v0.34.3 h1:/TB+SFEiQvN9HPldtlWOTp0hWbJ+fjU+wkxysf/aQnE=
122+
k8s.io/apimachinery v0.34.3/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
123+
k8s.io/component-base v0.34.3 h1:zsEgw6ELqK0XncCQomgO9DpUIzlrYuZYA0Cgo+JWpVk=
124+
k8s.io/component-base v0.34.3/go.mod h1:5iIlD8wPfWE/xSHTRfbjuvUul2WZbI2nOUK65XL0E/c=
125125
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
126126
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
127127
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=

0 commit comments

Comments
 (0)