Skip to content

Commit 19b58d0

Browse files
fix(deps): update kubernetes packages to v0.35.0
1 parent 44d2ee9 commit 19b58d0

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.24.2
55
require (
66
github.com/mark3labs/mcp-go v0.43.2
77
github.com/stretchr/testify v1.11.1
8-
k8s.io/api v0.34.3
9-
k8s.io/apimachinery v0.34.3
10-
k8s.io/client-go v0.34.3
8+
k8s.io/api v0.35.0
9+
k8s.io/apimachinery v0.35.0
10+
k8s.io/client-go v0.35.0
1111
)
1212

1313
require (

0 commit comments

Comments
 (0)