@@ -6,32 +6,25 @@ require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
7
github.com/fatih/color v1.13.0
8
8
github.com/pkg/errors v0.9.1
9
- github.com/spf13/cobra v1.5.0
9
+ github.com/spf13/cobra v1.6.1
10
10
github.com/spf13/pflag v1.0.5
11
- k8s.io/api v0.25.2
12
- k8s.io/apimachinery v0.25.2
13
- k8s.io/cli-runtime v0.25.2
14
- k8s.io/client-go v0.25.2
11
+ golang.org/x/sync v0.1.0
12
+ k8s.io/api v0.26.0
13
+ k8s.io/apimachinery v0.26.0
14
+ k8s.io/cli-runtime v0.26.0
15
+ k8s.io/client-go v0.26.0
15
16
)
16
17
17
18
require (
18
- cloud.google.com/go/compute v1.10.0 // indirect
19
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
20
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
21
- github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
22
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
23
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
24
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
25
19
github.com/davecgh/go-spew v1.1.1 // indirect
26
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
20
+ github.com/emicklei/go-restful/v3 v3.10.1 // indirect
27
21
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
28
22
github.com/go-errors/errors v1.4.2 // indirect
29
23
github.com/go-logr/logr v1.2.3 // indirect
30
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
31
- github.com/go-openapi/jsonreference v0.20.0 // indirect
24
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
25
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
32
26
github.com/go-openapi/swag v0.22.3 // indirect
33
27
github.com/gogo/protobuf v1.3.2 // indirect
34
- github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
35
28
github.com/golang/protobuf v1.5.2 // indirect
36
29
github.com/google/btree v1.1.2 // indirect
37
30
github.com/google/gnostic v0.6.9 // indirect
@@ -41,40 +34,37 @@ require (
41
34
github.com/google/uuid v1.3.0 // indirect
42
35
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
43
36
github.com/imdario/mergo v0.3.13 // indirect
44
- github.com/inconshreveable/mousetrap v1.0.1 // indirect
37
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
38
github.com/josharian/intern v1.0.0 // indirect
46
39
github.com/json-iterator/go v1.1.12 // indirect
47
40
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
48
41
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
49
42
github.com/mailru/easyjson v0.7.7 // indirect
50
43
github.com/mattn/go-colorable v0.1.13 // indirect
51
- github.com/mattn/go-isatty v0.0.16 // indirect
44
+ github.com/mattn/go-isatty v0.0.17 // indirect
52
45
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
53
46
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
54
47
github.com/modern-go/reflect2 v1.0.2 // indirect
55
48
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
56
49
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
57
50
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
58
- github.com/stretchr/objx v0.4.0 // indirect
59
51
github.com/xlab/treeprint v1.1.0 // indirect
60
- go.starlark.net v0.0.0-20220817180228-f738f5508c12 // indirect
61
- golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 // indirect
62
- golang.org/x/net v0.0.0-20220923203811-8be639271d50 // indirect
63
- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
64
- golang.org/x/sync v0.1.0 // indirect
65
- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
66
- golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
67
- golang.org/x/text v0.3.7 // indirect
68
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
52
+ go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
53
+ golang.org/x/net v0.5.0 // indirect
54
+ golang.org/x/oauth2 v0.4.0 // indirect
55
+ golang.org/x/sys v0.4.0 // indirect
56
+ golang.org/x/term v0.4.0 // indirect
57
+ golang.org/x/text v0.6.0 // indirect
58
+ golang.org/x/time v0.3.0 // indirect
69
59
google.golang.org/appengine v1.6.7 // indirect
70
60
google.golang.org/protobuf v1.28.1 // indirect
71
61
gopkg.in/inf.v0 v0.9.1 // indirect
72
62
gopkg.in/yaml.v2 v2.4.0 // indirect
73
63
gopkg.in/yaml.v3 v3.0.1 // indirect
74
64
k8s.io/klog/v2 v2.80.1 // indirect
75
- k8s.io/kube-openapi v0.0.0-20220803164354-a70c9af30aea // indirect
76
- k8s.io/utils v0.0.0-20220922133306-665eaaec4324 // indirect
77
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
65
+ k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
66
+ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448 // indirect
67
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
78
68
sigs.k8s.io/kustomize/api v0.12.1 // indirect
79
69
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
80
70
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
0 commit comments