Skip to content

Commit 2f44135

Browse files
fix(deps): update kubernetes packages to v0.32.0
1 parent 9f1d94a commit 2f44135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ require (
3838
golang.org/x/sync v0.10.0
3939
google.golang.org/grpc v1.69.2
4040
gopkg.in/yaml.v3 v3.0.1
41-
k8s.io/apimachinery v0.31.4
42-
k8s.io/client-go v0.31.4
41+
k8s.io/apimachinery v0.32.0
42+
k8s.io/client-go v0.32.0
4343
)
4444

4545
require (

0 commit comments

Comments
 (0)