Skip to content

Commit 4a79a83

Browse files
fix(deps): update kubernetes packages to v0.35.0
1 parent dddc9e2 commit 4a79a83

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.2
1010
github.com/stretchr/testify v1.10.0
1111
go.uber.org/zap v1.27.0
12-
k8s.io/api v0.32.3
13-
k8s.io/apimachinery v0.32.3
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
sigs.k8s.io/controller-runtime v0.20.3
1616
)
1717

0 commit comments

Comments
 (0)