Skip to content

Commit 5c68659

Browse files
fix(deps): update kubernetes packages to v0.34.0
1 parent a616ac3 commit 5c68659

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
@@ -10,8 +10,8 @@ require (
1010
github.com/sirupsen/logrus v1.9.3
1111
google.golang.org/grpc v1.71.1
1212
google.golang.org/protobuf v1.36.6
13-
k8s.io/apimachinery v0.32.3
14-
k8s.io/client-go v0.32.3
13+
k8s.io/apimachinery v0.34.0
14+
k8s.io/client-go v0.34.0
1515
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
1616
sigs.k8s.io/yaml v1.4.0
1717
)

0 commit comments

Comments
 (0)