Skip to content

Commit 82f214f

Browse files
Bump k8s.io/apimachinery from 0.34.2 to 0.35.2
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.34.2 to 0.35.2. - [Commits](kubernetes/apimachinery@v0.34.2...v0.35.2) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7efe33 commit 82f214f

2 files changed

Lines changed: 26 additions & 67 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ require (
1212
github.com/spf13/pflag v1.0.10
1313
github.com/stretchr/testify v1.11.1
1414
k8s.io/api v0.34.2
15-
k8s.io/apimachinery v0.34.2
15+
k8s.io/apimachinery v0.35.2
1616
k8s.io/autoscaler/vertical-pod-autoscaler v1.5.1
1717
k8s.io/client-go v0.34.2
1818
k8s.io/klog/v2 v2.130.1
1919
sigs.k8s.io/controller-runtime v0.22.4
2020
)
2121

2222
require (
23+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2324
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
2425
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2526
github.com/go-logr/logr v1.4.3 // indirect
@@ -43,6 +44,7 @@ require (
4344
github.com/google/go-cmp v0.7.0 // indirect
4445
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4546
github.com/json-iterator/go v1.1.12 // indirect
47+
github.com/kr/text v0.2.0 // indirect
4648
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4749
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4850
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

0 commit comments

Comments
 (0)