Skip to content

Commit 46a893b

Browse files
fix(deps): update kubernetes packages to v0.35.0
1 parent 473e47f commit 46a893b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/onsi/gomega v1.36.1
1010
github.com/spf13/cobra v1.9.1
1111
go.miloapis.com/milo v0.8.0
12-
k8s.io/api v0.32.3
13-
k8s.io/apimachinery v0.33.2
14-
k8s.io/client-go v0.32.3
12+
k8s.io/api v0.35.0
13+
k8s.io/apimachinery v0.35.0
14+
k8s.io/client-go v0.35.0
1515
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1616
sigs.k8s.io/controller-runtime v0.20.4
1717
)

0 commit comments

Comments
 (0)