@@ -12,6 +12,7 @@ require (
12
12
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0
13
13
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v2 v2.2.1
14
14
github.com/Azure/mcp-kubernetes v0.0.9
15
+ github.com/golang-jwt/jwt/v5 v5.3.0
15
16
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16
17
github.com/inspektor-gadget/inspektor-gadget v0.44.1
17
18
github.com/mark3labs/mcp-go v0.39.1
@@ -22,9 +23,9 @@ require (
22
23
go.opentelemetry.io/otel/sdk v1.38.0
23
24
go.opentelemetry.io/otel/trace v1.38.0
24
25
helm.sh/helm/v3 v3.18.6
25
- k8s.io/apimachinery v0.34.0
26
- k8s.io/cli-runtime v0.34.0
27
- k8s.io/client-go v0.34.0
26
+ k8s.io/apimachinery v0.34.1
27
+ k8s.io/cli-runtime v0.34.1
28
+ k8s.io/client-go v0.34.1
28
29
)
29
30
30
31
require (
@@ -70,7 +71,6 @@ require (
70
71
github.com/gobwas/glob v0.2.3 // indirect
71
72
github.com/gofrs/uuid v3.3.0+incompatible // indirect
72
73
github.com/gogo/protobuf v1.3.2 // indirect
73
- github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
74
74
github.com/google/btree v1.1.3 // indirect
75
75
github.com/google/gnostic-models v0.7.0 // indirect
76
76
github.com/google/go-cmp v0.7.0 // indirect
@@ -154,7 +154,7 @@ require (
154
154
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
155
155
gopkg.in/inf.v0 v0.9.1 // indirect
156
156
gopkg.in/yaml.v3 v3.0.1 // indirect
157
- k8s.io/api v0.34.0 // indirect
157
+ k8s.io/api v0.34.1 // indirect
158
158
k8s.io/apiextensions-apiserver v0.33.4 // indirect
159
159
k8s.io/apiserver v0.33.4 // indirect
160
160
k8s.io/component-base v0.33.4 // indirect
0 commit comments