@@ -6,6 +6,7 @@ require (
6
6
github.com/MakeNowJust/heredoc v1.0.0
7
7
github.com/Masterminds/sprig/v3 v3.2.3
8
8
github.com/adrg/xdg v0.4.0
9
+ github.com/blang/semver/v4 v4.0.0
9
10
github.com/coredns/corefile-migration v1.0.20
10
11
github.com/davecgh/go-spew v1.1.1
11
12
github.com/docker/distribution v2.8.2+incompatible
@@ -19,18 +20,20 @@ require (
19
20
github.com/google/go-cmp v0.5.9
20
21
github.com/google/go-github/v53 v53.2.0
21
22
github.com/google/gofuzz v1.2.0
22
- github.com/mattn/go-runewidth v0.0.14 // indirect
23
+ github.com/olekukonko/tablewriter v0.0.5
23
24
github.com/onsi/ginkgo/v2 v2.11.0
24
25
github.com/onsi/gomega v1.27.10
25
26
github.com/pkg/errors v0.9.1
27
+ github.com/prometheus/client_golang v1.16.0
26
28
github.com/spf13/cobra v1.7.0
27
29
github.com/spf13/pflag v1.0.5
28
30
github.com/spf13/viper v1.16.0
29
31
github.com/valyala/fastjson v1.6.4
30
32
go.etcd.io/etcd/api/v3 v3.5.9
31
33
go.etcd.io/etcd/client/v3 v3.5.9
32
- golang.org/x/net v0.14.0 // indirect
33
34
golang.org/x/oauth2 v0.11.0
35
+ golang.org/x/text v0.12.0
36
+ gomodules.xyz/jsonpatch/v2 v2.4.0
34
37
google.golang.org/grpc v1.55.0
35
38
k8s.io/api v0.27.2
36
39
k8s.io/apiextensions-apiserver v0.27.2
@@ -40,6 +43,7 @@ require (
40
43
k8s.io/cluster-bootstrap v0.27.2
41
44
k8s.io/component-base v0.27.2
42
45
k8s.io/klog/v2 v2.90.1
46
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
43
47
k8s.io/kubectl v0.27.2
44
48
k8s.io/utils v0.0.0-20230209194617-a36077c30491
45
49
sigs.k8s.io/controller-runtime v0.15.1
@@ -50,46 +54,57 @@ require (
50
54
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
51
55
github.com/Masterminds/goutils v1.1.1 // indirect
52
56
github.com/Masterminds/semver/v3 v3.2.0 // indirect
57
+ github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
53
58
github.com/ajeddeloh/go-json v0.0.0-20200220154158-5ae607161559 // indirect
54
59
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
55
60
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
56
61
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
57
62
github.com/beorn7/perks v1.0.1 // indirect
58
- github.com/blang/semver/v4 v4.0.0
59
63
github.com/cespare/xxhash/v2 v2.2.0 // indirect
60
64
github.com/chai2010/gettext-go v1.0.2 // indirect
65
+ github.com/cloudflare/circl v1.3.3 // indirect
61
66
github.com/coredns/caddy v1.1.0 // indirect
62
67
github.com/coreos/go-semver v0.3.0 // indirect
63
68
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
64
69
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
70
+ github.com/daviddengcn/go-colortext v1.0.0 // indirect
71
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
65
72
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
66
73
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
74
+ github.com/fatih/camelcase v1.0.0 // indirect
67
75
github.com/fsnotify/fsnotify v1.6.0 // indirect
76
+ github.com/fvbommel/sortorder v1.0.1 // indirect
68
77
github.com/go-errors/errors v1.4.2 // indirect
69
78
github.com/go-logr/zapr v1.2.4 // indirect
70
79
github.com/go-openapi/jsonpointer v0.19.6 // indirect
71
80
github.com/go-openapi/jsonreference v0.20.1 // indirect
72
81
github.com/go-openapi/swag v0.22.3 // indirect
82
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
73
83
github.com/gogo/protobuf v1.3.2 // indirect
74
84
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
75
85
github.com/golang/protobuf v1.5.3 // indirect
76
86
github.com/google/btree v1.0.1 // indirect
77
87
github.com/google/cel-go v0.12.6 // indirect
88
+ github.com/google/gnostic v0.6.9 // indirect
78
89
github.com/google/go-querystring v1.1.0 // indirect
90
+ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
79
91
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
80
92
github.com/google/uuid v1.3.0 // indirect
81
93
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
82
94
github.com/hashicorp/hcl v1.0.0 // indirect
83
95
github.com/huandu/xstrings v1.3.3 // indirect
84
96
github.com/imdario/mergo v0.3.13 // indirect
85
97
github.com/inconshreveable/mousetrap v1.1.0 // indirect
98
+ github.com/jonboulle/clockwork v0.2.2 // indirect
86
99
github.com/josharian/intern v1.0.0 // indirect
87
100
github.com/json-iterator/go v1.1.12 // indirect
88
101
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
102
+ github.com/lithammer/dedent v1.1.0 // indirect
89
103
github.com/magiconair/properties v1.8.7 // indirect
90
104
github.com/mailru/easyjson v0.7.7 // indirect
91
105
github.com/mattn/go-colorable v0.1.13 // indirect
92
106
github.com/mattn/go-isatty v0.0.17 // indirect
107
+ github.com/mattn/go-runewidth v0.0.14 // indirect
93
108
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
94
109
github.com/mitchellh/copystructure v1.2.0 // indirect
95
110
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
@@ -100,14 +115,16 @@ require (
100
115
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
101
116
github.com/modern-go/reflect2 v1.0.2 // indirect
102
117
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
103
- github.com/olekukonko/tablewriter v0.0.5
118
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
119
+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
104
120
github.com/opencontainers/go-digest v1.0.0 // indirect
121
+ github.com/pelletier/go-toml/v2 v2.0.8 // indirect
105
122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
106
- github.com/prometheus/client_golang v1.16.0
107
123
github.com/prometheus/client_model v0.4.0 // indirect
108
124
github.com/prometheus/common v0.42.0 // indirect
109
125
github.com/prometheus/procfs v0.10.1 // indirect
110
126
github.com/rivo/uniseg v0.4.2 // indirect
127
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
111
128
github.com/shopspring/decimal v1.3.1 // indirect
112
129
github.com/spf13/afero v1.9.5 // indirect
113
130
github.com/spf13/cast v1.5.1 // indirect
@@ -123,11 +140,11 @@ require (
123
140
go.uber.org/zap v1.24.0 // indirect
124
141
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
125
142
golang.org/x/crypto v0.12.0 // indirect
143
+ golang.org/x/net v0.14.0 // indirect
126
144
golang.org/x/sys v0.11.0 // indirect
127
145
golang.org/x/term v0.11.0 // indirect
128
- golang.org/x/text v0.12.0
129
146
golang.org/x/time v0.3.0 // indirect
130
- gomodules.xyz/jsonpatch/v2 v2.4.0
147
+ golang.org/x/tools v0.9.3 // indirect
131
148
google.golang.org/appengine v1.6.7 // indirect
132
149
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
133
150
google.golang.org/protobuf v1.31.0 // indirect
@@ -136,31 +153,11 @@ require (
136
153
gopkg.in/yaml.v2 v2.4.0 // indirect
137
154
gopkg.in/yaml.v3 v3.0.1 // indirect
138
155
k8s.io/cli-runtime v0.27.2 // indirect
139
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
156
+ k8s.io/component-helpers v0.27.2 // indirect
157
+ k8s.io/metrics v0.27.2 // indirect
140
158
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
141
159
sigs.k8s.io/kustomize/api v0.13.2 // indirect
160
+ sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 // indirect
142
161
sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
143
162
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
144
163
)
145
-
146
- require (
147
- github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
148
- github.com/cloudflare/circl v1.3.3 // indirect
149
- github.com/daviddengcn/go-colortext v1.0.0 // indirect
150
- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
151
- github.com/fatih/camelcase v1.0.0 // indirect
152
- github.com/fvbommel/sortorder v1.0.1 // indirect
153
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
154
- github.com/google/gnostic v0.6.9 // indirect
155
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
156
- github.com/jonboulle/clockwork v0.2.2 // indirect
157
- github.com/lithammer/dedent v1.1.0 // indirect
158
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
159
- github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
160
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
161
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
162
- golang.org/x/tools v0.9.3 // indirect
163
- k8s.io/component-helpers v0.27.2 // indirect
164
- k8s.io/metrics v0.27.2 // indirect
165
- sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 // indirect
166
- )
0 commit comments