@@ -4,71 +4,71 @@ go 1.19
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
- github.com/fatih/color v1.13 .0
7
+ github.com/fatih/color v1.15 .0
8
8
github.com/mitchellh/go-homedir v1.1.0
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/spf13/cast v1.5.0
11
- github.com/spf13/cobra v1.6.1
11
+ github.com/spf13/cobra v1.7.0
12
12
github.com/spf13/pflag v1.0.5
13
13
golang.org/x/sync v0.1.0
14
14
golang.org/x/time v0.3.0
15
15
gopkg.in/yaml.v3 v3.0.1
16
- k8s.io/api v0.26 .0
17
- k8s.io/apimachinery v0.26 .0
18
- k8s.io/cli-runtime v0.26 .0
19
- k8s.io/client-go v0.26 .0
20
- k8s.io/klog/v2 v2.80 .1
21
- k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
16
+ k8s.io/api v0.27 .0
17
+ k8s.io/apimachinery v0.27 .0
18
+ k8s.io/cli-runtime v0.27 .0
19
+ k8s.io/client-go v0.27 .0
20
+ k8s.io/klog/v2 v2.90 .1
21
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
22
22
)
23
23
24
24
require (
25
25
github.com/davecgh/go-spew v1.1.1 // indirect
26
- github.com/emicklei/go-restful/v3 v3.10.1 // indirect
26
+ github.com/emicklei/go-restful/v3 v3.10.2 // indirect
27
27
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
28
28
github.com/go-errors/errors v1.4.2 // indirect
29
- github.com/go-logr/logr v1.2.3 // indirect
29
+ github.com/go-logr/logr v1.2.4 // indirect
30
30
github.com/go-openapi/jsonpointer v0.19.6 // indirect
31
- github.com/go-openapi/jsonreference v0.20.1 // indirect
31
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
32
32
github.com/go-openapi/swag v0.22.3 // indirect
33
33
github.com/gogo/protobuf v1.3.2 // indirect
34
- github.com/golang/protobuf v1.5.2 // indirect
34
+ github.com/golang/protobuf v1.5.3 // indirect
35
35
github.com/google/btree v1.1.2 // indirect
36
36
github.com/google/gnostic v0.6.9 // indirect
37
37
github.com/google/go-cmp v0.5.9 // indirect
38
38
github.com/google/gofuzz v1.2.0 // indirect
39
39
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
40
40
github.com/google/uuid v1.3.0 // indirect
41
41
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
42
- github.com/imdario/mergo v0.3.13 // indirect
42
+ github.com/imdario/mergo v0.3.15 // indirect
43
43
github.com/inconshreveable/mousetrap v1.1.0 // indirect
44
44
github.com/josharian/intern v1.0.0 // indirect
45
45
github.com/json-iterator/go v1.1.12 // indirect
46
46
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
47
47
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
48
48
github.com/mailru/easyjson v0.7.7 // indirect
49
49
github.com/mattn/go-colorable v0.1.13 // indirect
50
- github.com/mattn/go-isatty v0.0.17 // indirect
50
+ github.com/mattn/go-isatty v0.0.18 // indirect
51
51
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
52
52
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
53
github.com/modern-go/reflect2 v1.0.2 // indirect
54
54
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
55
55
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
56
56
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
57
- github.com/xlab/treeprint v1.1 .0 // indirect
58
- go.starlark.net v0.0.0-20230112144946-fae38c8a6d89 // indirect
59
- golang.org/x/net v0.8 .0 // indirect
60
- golang.org/x/oauth2 v0.4 .0 // indirect
61
- golang.org/x/sys v0.6 .0 // indirect
62
- golang.org/x/term v0.6 .0 // indirect
63
- golang.org/x/text v0.8 .0 // indirect
57
+ github.com/xlab/treeprint v1.2 .0 // indirect
58
+ go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
59
+ golang.org/x/net v0.9 .0 // indirect
60
+ golang.org/x/oauth2 v0.7 .0 // indirect
61
+ golang.org/x/sys v0.7 .0 // indirect
62
+ golang.org/x/term v0.7 .0 // indirect
63
+ golang.org/x/text v0.9 .0 // indirect
64
64
google.golang.org/appengine v1.6.7 // indirect
65
- google.golang.org/protobuf v1.28.1 // indirect
65
+ google.golang.org/protobuf v1.30.0 // indirect
66
66
gopkg.in/inf.v0 v0.9.1 // indirect
67
67
gopkg.in/yaml.v2 v2.4.0 // indirect
68
- k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596 // indirect
68
+ k8s.io/kube-openapi v0.0.0-20230327201221-f5883ff37f0c // indirect
69
69
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
70
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
71
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
70
+ sigs.k8s.io/kustomize/api v0.13.2 // indirect
71
+ sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
72
72
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
73
73
sigs.k8s.io/yaml v1.3.0 // indirect
74
74
)
0 commit comments