File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,15 @@ module github.com/strowk/mcp-k8s-go
2
2
3
3
go 1.23.3
4
4
5
- require (
6
- github.com/google/uuid v1.6.0 // indirect
7
- go.uber.org/fx v1.23.0
8
- go.uber.org/zap v1.27.0
9
- k8s.io/apimachinery v0.32.1
10
- k8s.io/client-go v0.32.1
11
- )
12
-
13
5
require (
14
6
github.com/stretchr/testify v1.10.0
15
7
github.com/strowk/foxy-contexts v0.0.15-beta.1
8
+ go.uber.org/fx v1.23.0
16
9
go.uber.org/mock v0.5.0
10
+ go.uber.org/zap v1.27.0
17
11
k8s.io/api v0.32.1
12
+ k8s.io/apimachinery v0.32.1
13
+ k8s.io/client-go v0.32.1
18
14
)
19
15
20
16
// Can use this to develop a bit faster when changing the library:
@@ -33,6 +29,7 @@ require (
33
29
github.com/google/gnostic-models v0.6.8 // indirect
34
30
github.com/google/go-cmp v0.6.0 // indirect
35
31
github.com/google/gofuzz v1.2.0 // indirect
32
+ github.com/google/uuid v1.6.0 // indirect
36
33
github.com/josharian/intern v1.0.0 // indirect
37
34
github.com/json-iterator/go v1.1.12 // indirect
38
35
github.com/mailru/easyjson v0.7.7 // indirect
You can’t perform that action at this time.
0 commit comments