We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2ee9 commit 19b58d0Copy full SHA for 19b58d0
go.mod
@@ -5,9 +5,9 @@ go 1.24.2
5
require (
6
github.com/mark3labs/mcp-go v0.43.2
7
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
+ k8s.io/api v0.35.0
+ k8s.io/apimachinery v0.35.0
+ k8s.io/client-go v0.35.0
11
)
12
13
0 commit comments