1
1
module github.com/keisku/kubectl-explore
2
2
3
- go 1.22.2
3
+ go 1.23.1
4
4
5
5
require (
6
6
github.com/google/gnostic v0.7.0
7
7
github.com/ktr0731/go-fuzzyfinder v0.8.0
8
- github.com/spf13/cobra v1.8.0
8
+ github.com/spf13/cobra v1.8.1
9
9
github.com/stretchr/testify v1.9.0
10
- k8s.io/apimachinery v0.30.0
11
- k8s.io/cli-runtime v0.30.0
12
- k8s.io/client-go v0.30.0
13
- k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108
14
- k8s.io/kubectl v0.30.0
10
+ k8s.io/apimachinery v0.31.1
11
+ k8s.io/cli-runtime v0.31.1
12
+ k8s.io/client-go v0.31.1
13
+ k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
14
+ k8s.io/kubectl v0.31.1
15
15
)
16
16
17
17
require (
18
18
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
19
19
github.com/MakeNowJust/heredoc v1.0.0 // indirect
20
20
github.com/blang/semver/v4 v4.0.0 // indirect
21
- github.com/chai2010/gettext-go v1.0.2 // indirect
21
+ github.com/chai2010/gettext-go v1.0.3 // indirect
22
22
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23
- github.com/emicklei/go-restful/v3 v3.12.0 // indirect
24
- github.com/evanphx/json-patch v5.9.0+incompatible // indirect
23
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
25
24
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
25
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
26
26
github.com/gdamore/encoding v1.0.1 // indirect
27
27
github.com/gdamore/tcell/v2 v2.7.4 // indirect
28
28
github.com/go-errors/errors v1.5.1 // indirect
29
- github.com/go-logr/logr v1.4.1 // indirect
29
+ github.com/go-logr/logr v1.4.2 // indirect
30
30
github.com/go-openapi/jsonpointer v0.21.0 // indirect
31
31
github.com/go-openapi/jsonreference v0.21.0 // indirect
32
32
github.com/go-openapi/swag v0.23.0 // indirect
33
33
github.com/gogo/protobuf v1.3.2 // indirect
34
34
github.com/golang/protobuf v1.5.4 // indirect
35
- github.com/google/btree v1.1.2 // indirect
35
+ github.com/google/btree v1.1.3 // indirect
36
36
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
37
+ github.com/google/go-cmp v0.6.0 // indirect
37
38
github.com/google/gofuzz v1.2.0 // indirect
38
39
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
39
40
github.com/google/uuid v1.6.0 // indirect
40
- github.com/gorilla/websocket v1.5.1 // indirect
41
+ github.com/gorilla/websocket v1.5.3 // indirect
41
42
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
42
43
github.com/imdario/mergo v0.3.16 // indirect
43
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -47,9 +48,9 @@ require (
47
48
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
48
49
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
49
50
github.com/mailru/easyjson v0.7.7 // indirect
50
- github.com/mattn/go-runewidth v0.0.15 // indirect
51
+ github.com/mattn/go-runewidth v0.0.16 // indirect
51
52
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
52
- github.com/moby/spdystream v0.2 .0 // indirect
53
+ github.com/moby/spdystream v0.5 .0 // indirect
53
54
github.com/moby/term v0.5.0 // indirect
54
55
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
55
56
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -63,27 +64,28 @@ require (
63
64
github.com/rivo/uniseg v0.4.7 // indirect
64
65
github.com/russross/blackfriday/v2 v2.1.0 // indirect
65
66
github.com/spf13/pflag v1.0.5 // indirect
67
+ github.com/x448/float16 v0.8.4 // indirect
66
68
github.com/xlab/treeprint v1.2.0 // indirect
67
- go.starlark.net v0.0.0-20240411212711-9b43f0afd521 // indirect
68
- golang.org/x/net v0.24 .0 // indirect
69
- golang.org/x/oauth2 v0.19 .0 // indirect
70
- golang.org/x/sync v0.7 .0 // indirect
71
- golang.org/x/sys v0.19 .0 // indirect
72
- golang.org/x/term v0.19 .0 // indirect
73
- golang.org/x/text v0.14 .0 // indirect
74
- golang.org/x/time v0.5 .0 // indirect
75
- google.golang.org/protobuf v1.33.0 // indirect
69
+ go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
70
+ golang.org/x/net v0.29 .0 // indirect
71
+ golang.org/x/oauth2 v0.23 .0 // indirect
72
+ golang.org/x/sync v0.8 .0 // indirect
73
+ golang.org/x/sys v0.25 .0 // indirect
74
+ golang.org/x/term v0.24 .0 // indirect
75
+ golang.org/x/text v0.18 .0 // indirect
76
+ golang.org/x/time v0.6 .0 // indirect
77
+ google.golang.org/protobuf v1.34.2 // indirect
76
78
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
77
79
gopkg.in/inf.v0 v0.9.1 // indirect
78
80
gopkg.in/yaml.v2 v2.4.0 // indirect
79
81
gopkg.in/yaml.v3 v3.0.1 // indirect
80
- k8s.io/api v0.30.0 // indirect
81
- k8s.io/component-base v0.30.0 // indirect
82
- k8s.io/klog/v2 v2.120 .1 // indirect
83
- k8s.io/utils v0.0.0-20240423183400-0849a56e8f22 // indirect
82
+ k8s.io/api v0.31.1 // indirect
83
+ k8s.io/component-base v0.31.1 // indirect
84
+ k8s.io/klog/v2 v2.130 .1 // indirect
85
+ k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
84
86
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
85
- sigs.k8s.io/kustomize/api v0.17.1 // indirect
86
- sigs.k8s.io/kustomize/kyaml v0.17.0 // indirect
87
+ sigs.k8s.io/kustomize/api v0.17.3 // indirect
88
+ sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
87
89
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
88
90
sigs.k8s.io/yaml v1.4.0 // indirect
89
91
)
0 commit comments