Skip to content

Commit 8352ece

Browse files
committed
tidy
1 parent 18ce6c5 commit 8352ece

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ go 1.24.2
44

55
require (
66
github.com/spf13/cobra v1.10.1
7+
golang.design/x/clipboard v0.7.1
78
k8s.io/api v0.34.1
89
k8s.io/apimachinery v0.34.1
10+
k8s.io/client-go v0.34.1
911
)
1012

1113
require (
@@ -19,13 +21,15 @@ require (
1921
github.com/gogo/protobuf v1.3.2 // indirect
2022
github.com/google/gnostic-models v0.7.0 // indirect
2123
github.com/google/uuid v1.6.0 // indirect
24+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2225
github.com/josharian/intern v1.0.0 // indirect
2326
github.com/json-iterator/go v1.1.12 // indirect
2427
github.com/mailru/easyjson v0.7.7 // indirect
2528
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2629
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
2730
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2831
github.com/pkg/errors v0.9.1 // indirect
32+
github.com/spf13/pflag v1.0.9 // indirect
2933
github.com/x448/float16 v0.8.4 // indirect
3034
go.yaml.in/yaml/v2 v2.4.2 // indirect
3135
go.yaml.in/yaml/v3 v3.0.4 // indirect
@@ -50,10 +54,3 @@ require (
5054
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
5155
sigs.k8s.io/yaml v1.6.0 // indirect
5256
)
53-
54-
require (
55-
github.com/inconshreveable/mousetrap v1.1.0 // indirect
56-
github.com/spf13/pflag v1.0.9 // indirect
57-
golang.design/x/clipboard v0.7.1
58-
k8s.io/client-go v0.34.1
59-
)

0 commit comments

Comments
 (0)