Skip to content

Commit d1e61fd

Browse files
committed
tidy dependencies
1 parent 53b4d57 commit d1e61fd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

go.mod

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@ module github.com/strowk/mcp-k8s-go
22

33
go 1.23.3
44

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-
135
require (
146
github.com/stretchr/testify v1.10.0
157
github.com/strowk/foxy-contexts v0.0.15-beta.1
8+
go.uber.org/fx v1.23.0
169
go.uber.org/mock v0.5.0
10+
go.uber.org/zap v1.27.0
1711
k8s.io/api v0.32.1
12+
k8s.io/apimachinery v0.32.1
13+
k8s.io/client-go v0.32.1
1814
)
1915

2016
// Can use this to develop a bit faster when changing the library:
@@ -33,6 +29,7 @@ require (
3329
github.com/google/gnostic-models v0.6.8 // indirect
3430
github.com/google/go-cmp v0.6.0 // indirect
3531
github.com/google/gofuzz v1.2.0 // indirect
32+
github.com/google/uuid v1.6.0 // indirect
3633
github.com/josharian/intern v1.0.0 // indirect
3734
github.com/json-iterator/go v1.1.12 // indirect
3835
github.com/mailru/easyjson v0.7.7 // indirect

0 commit comments

Comments
 (0)