Skip to content

Commit c0f7bd5

Browse files
Update kubernetes packages to v0.34.1
1 parent afc1109 commit c0f7bd5

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
@@ -5,9 +5,9 @@ go 1.23.2
55
require (
66
github.com/stretchr/testify v1.9.0
77
go.uber.org/multierr v1.11.0
8-
k8s.io/api v0.31.0
9-
k8s.io/apimachinery v0.31.0
10-
k8s.io/client-go v0.31.0
8+
k8s.io/api v0.34.1
9+
k8s.io/apimachinery v0.34.1
10+
k8s.io/client-go v0.34.1
1111
sigs.k8s.io/controller-runtime v0.19.0
1212
)
1313

0 commit comments

Comments
 (0)