Skip to content

Commit b0d6c40

Browse files
fix(deps): update kubernetes packages to v0.34.1
1 parent b1d70f6 commit b0d6c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ godebug default=go1.23
99
require (
1010
github.com/onsi/ginkgo/v2 v2.23.4
1111
github.com/onsi/gomega v1.37.0
12-
k8s.io/api v0.33.2
13-
k8s.io/apimachinery v0.33.2
12+
k8s.io/api v0.34.1
13+
k8s.io/apimachinery v0.34.1
1414
k8s.io/client-go v0.33.2
1515
sigs.k8s.io/controller-runtime v0.21.0
1616
)

0 commit comments

Comments
 (0)