@@ -14,33 +14,33 @@ require (
14
14
github.com/onsi/ginkgo/v2 v2.2.0
15
15
github.com/onsi/gomega v1.20.2
16
16
github.com/operator-framework/api v0.17.2-0.20221006132308-b527a19c8e14
17
- github.com/operator-framework/helm-operator-plugins v0.0.12-0.20220616200420-1a695cb9f6a1
17
+ github.com/operator-framework/helm-operator-plugins v0.0.12-0.20221014213227-6f6106714f0d
18
18
github.com/operator-framework/java-operator-plugins v0.7.1-0.20221007075838-2e24140314fb
19
19
github.com/operator-framework/operator-lib v0.11.1-0.20220921174810-791cc547e6c5
20
20
github.com/operator-framework/operator-manifest-tools v0.2.3-0.20220901033859-2a7ce32ef673
21
21
github.com/operator-framework/operator-registry v1.26.3-0.20220930210947-614d6a955dc0
22
- github.com/prometheus/client_golang v1.12.2
22
+ github.com/prometheus/client_golang v1.13.0
23
23
github.com/prometheus/client_model v0.2.0
24
24
github.com/sergi/go-diff v1.2.0
25
25
github.com/sirupsen/logrus v1.9.0
26
26
github.com/spf13/afero v1.9.2
27
- github.com/spf13/cobra v1.5 .0
27
+ github.com/spf13/cobra v1.6 .0
28
28
github.com/spf13/pflag v1.0.5
29
29
github.com/spf13/viper v1.10.0
30
30
github.com/stretchr/testify v1.8.0
31
31
github.com/thoas/go-funk v0.8.0
32
32
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
33
- golang.org/x/text v0.3.7
33
+ golang.org/x/text v0.3.8
34
34
golang.org/x/tools v0.1.12
35
35
gomodules.xyz/jsonpatch/v3 v3.0.1
36
- helm.sh/helm/v3 v3.9.0
37
- k8s.io/api v0.25.0
38
- k8s.io/apiextensions-apiserver v0.25.0
39
- k8s.io/apimachinery v0.25.0
40
- k8s.io/cli-runtime v0.25.0
41
- k8s.io/client-go v0.25.0
42
- k8s.io/kubectl v0.25.0
43
- k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
36
+ helm.sh/helm/v3 v3.10.1
37
+ k8s.io/api v0.25.3
38
+ k8s.io/apiextensions-apiserver v0.25.3
39
+ k8s.io/apimachinery v0.25.3
40
+ k8s.io/cli-runtime v0.25.3
41
+ k8s.io/client-go v0.25.3
42
+ k8s.io/kubectl v0.25.3
43
+ k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85
44
44
sigs.k8s.io/controller-runtime v0.13.0
45
45
sigs.k8s.io/controller-tools v0.10.0
46
46
sigs.k8s.io/kubebuilder/v3 v3.7.1-0.20221011212440-eff842a46496
@@ -56,61 +56,59 @@ require (
56
56
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
57
57
github.com/Azure/go-autorest/logger v0.2.1 // indirect
58
58
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
59
- github.com/BurntSushi/toml v1.0 .0 // indirect
59
+ github.com/BurntSushi/toml v1.2 .0 // indirect
60
60
github.com/MakeNowJust/heredoc v1.0.0 // indirect
61
61
github.com/Masterminds/goutils v1.1.1 // indirect
62
62
github.com/Masterminds/semver/v3 v3.1.1 // indirect
63
63
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
64
- github.com/Masterminds/squirrel v1.5.2 // indirect
65
- github.com/Microsoft/go-winio v0.5.1 // indirect
66
- github.com/Microsoft/hcsshim v0.9.1 // indirect
67
- github.com/PuerkitoBio/purell v1.1.1 // indirect
68
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
64
+ github.com/Masterminds/squirrel v1.5.3 // indirect
65
+ github.com/Microsoft/go-winio v0.6.0 // indirect
66
+ github.com/Microsoft/hcsshim v0.9.4 // indirect
69
67
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
70
68
github.com/adrg/xdg v0.4.0 // indirect
71
69
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
72
- github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
70
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
73
71
github.com/beorn7/perks v1.0.1 // indirect
74
72
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
75
73
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
76
74
github.com/bugsnag/panicwrap v1.2.0 // indirect
77
75
github.com/cespare/xxhash/v2 v2.1.2 // indirect
78
76
github.com/chai2010/gettext-go v1.0.2 // indirect
79
- github.com/containerd/cgroups v1.0.3 // indirect
80
- github.com/containerd/containerd v1.6.3 // indirect
77
+ github.com/containerd/cgroups v1.0.4 // indirect
78
+ github.com/containerd/containerd v1.6.8 // indirect
81
79
github.com/containerd/continuity v0.1.0 // indirect
82
80
github.com/containerd/stargz-snapshotter/estargz v0.10.1 // indirect
83
81
github.com/containerd/ttrpc v1.1.0 // indirect
84
82
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
85
83
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
86
84
github.com/davecgh/go-spew v1.1.1 // indirect
87
- github.com/distribution/distribution/v3 v3.0.0-20211118083504-a29a3c99a684 // indirect
88
- github.com/docker/cli v20.10.12 +incompatible // indirect
85
+ github.com/distribution/distribution/v3 v3.0.0-20220526142353-ffbd94cbe269 // indirect
86
+ github.com/docker/cli v20.10.19 +incompatible // indirect
89
87
github.com/docker/distribution v2.8.1+incompatible // indirect
90
- github.com/docker/docker v20.10.14 +incompatible // indirect
91
- github.com/docker/docker-credential-helpers v0.6.4 // indirect
88
+ github.com/docker/docker v20.10.19 +incompatible // indirect
89
+ github.com/docker/docker-credential-helpers v0.7.0 // indirect
92
90
github.com/docker/go-connections v0.4.0 // indirect
93
91
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
94
92
github.com/docker/go-metrics v0.0.1 // indirect
95
- github.com/docker/go-units v0.4 .0 // indirect
93
+ github.com/docker/go-units v0.5 .0 // indirect
96
94
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
97
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
98
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
95
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
96
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
99
97
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
100
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
98
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
101
99
github.com/fatih/color v1.13.0 // indirect
102
100
github.com/felixge/httpsnoop v1.0.1 // indirect
103
- github.com/fsnotify/fsnotify v1.5.4 // indirect
101
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
104
102
github.com/ghodss/yaml v1.0.0 // indirect
105
- github.com/go-errors/errors v1.0.1 // indirect
103
+ github.com/go-errors/errors v1.4.2 // indirect
106
104
github.com/go-git/gcfg v1.5.0 // indirect
107
105
github.com/go-git/go-billy/v5 v5.1.0 // indirect
108
106
github.com/go-git/go-git/v5 v5.3.0 // indirect
109
107
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
110
108
github.com/go-logr/zapr v1.2.3 // indirect
111
109
github.com/go-openapi/jsonpointer v0.19.5 // indirect
112
- github.com/go-openapi/jsonreference v0.19.5 // indirect
113
- github.com/go-openapi/swag v0.19.14 // indirect
110
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
111
+ github.com/go-openapi/swag v0.22.3 // indirect
114
112
github.com/gobuffalo/envy v1.6.5 // indirect
115
113
github.com/gobuffalo/flect v0.3.0 // indirect
116
114
github.com/gobwas/glob v0.2.3 // indirect
@@ -121,27 +119,27 @@ require (
121
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
122
120
github.com/golang/protobuf v1.5.2 // indirect
123
121
github.com/gomodule/redigo v1.8.2 // indirect
124
- github.com/google/btree v1.0.1 // indirect
125
- github.com/google/cel-go v0.12.4 // indirect
126
- github.com/google/gnostic v0.5.7-v3refs // indirect
127
- github.com/google/go-cmp v0.5.8 // indirect
122
+ github.com/google/btree v1.1.2 // indirect
123
+ github.com/google/cel-go v0.12.5 // indirect
124
+ github.com/google/gnostic v0.6.9 // indirect
125
+ github.com/google/go-cmp v0.5.9 // indirect
128
126
github.com/google/go-containerregistry v0.8.0 // indirect
129
127
github.com/google/gofuzz v1.2.0 // indirect
130
128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
131
- github.com/google/uuid v1.2 .0 // indirect
129
+ github.com/google/uuid v1.3 .0 // indirect
132
130
github.com/gorilla/handlers v1.5.1 // indirect
133
131
github.com/gorilla/mux v1.8.0 // indirect
134
132
github.com/gosuri/uitable v0.0.4 // indirect
135
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
133
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
136
134
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
137
135
github.com/h2non/filetype v1.1.1 // indirect
138
136
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
139
137
github.com/hashicorp/hcl v1.0.0 // indirect
140
138
github.com/huandu/xstrings v1.3.2 // indirect
141
- github.com/imdario/mergo v0.3.12 // indirect
142
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
139
+ github.com/imdario/mergo v0.3.13 // indirect
140
+ github.com/inconshreveable/mousetrap v1.0.1 // indirect
143
141
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
144
- github.com/jmoiron/sqlx v1.3.4 // indirect
142
+ github.com/jmoiron/sqlx v1.3.5 // indirect
145
143
github.com/joelanford/ignore v0.0.0-20210607151042-0d25dc18b62d // indirect
146
144
github.com/joho/godotenv v1.3.0 // indirect
147
145
github.com/josharian/intern v1.0.0 // indirect
@@ -150,94 +148,96 @@ require (
150
148
github.com/klauspost/compress v1.14.1 // indirect
151
149
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
152
150
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
153
- github.com/lib/pq v1.10.4 // indirect
151
+ github.com/lib/pq v1.10.7 // indirect
154
152
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
155
153
github.com/magiconair/properties v1.8.5 // indirect
156
- github.com/mailru/easyjson v0.7.6 // indirect
157
- github.com/mattn/go-colorable v0.1.12 // indirect
158
- github.com/mattn/go-isatty v0.0.14 // indirect
159
- github.com/mattn/go-runewidth v0.0.9 // indirect
160
- github.com/mattn/go-sqlite3 v1.14.10 // indirect
161
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
154
+ github.com/mailru/easyjson v0.7.7 // indirect
155
+ github.com/mattn/go-colorable v0.1.13 // indirect
156
+ github.com/mattn/go-isatty v0.0.16 // indirect
157
+ github.com/mattn/go-runewidth v0.0.14 // indirect
158
+ github.com/mattn/go-sqlite3 v1.14.14 // indirect
159
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
162
160
github.com/mitchellh/copystructure v1.2.0 // indirect
163
161
github.com/mitchellh/go-homedir v1.1.0 // indirect
164
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
165
- github.com/mitchellh/mapstructure v1.4.3 // indirect
162
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
163
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
166
164
github.com/mitchellh/reflectwalk v1.0.2 // indirect
167
165
github.com/moby/spdystream v0.2.0 // indirect
168
- github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
166
+ github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
169
167
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
170
168
github.com/modern-go/reflect2 v1.0.2 // indirect
171
169
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
172
170
github.com/morikuni/aec v1.0.0 // indirect
173
171
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
174
172
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
175
173
github.com/opencontainers/go-digest v1.0.0 // indirect
176
- github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
174
+ github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
177
175
github.com/otiai10/copy v1.2.0 // indirect
178
- github.com/pelletier/go-toml v1.9.4 // indirect
176
+ github.com/pelletier/go-toml v1.9.5 // indirect
179
177
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
180
- github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 // indirect
178
+ github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
181
179
github.com/pkg/errors v0.9.1 // indirect
182
180
github.com/pmezard/go-difflib v1.0.0 // indirect
183
- github.com/prometheus/common v0.32.1 // indirect
184
- github.com/prometheus/procfs v0.7.3 // indirect
185
- github.com/rubenv/sql-migrate v1.1.1 // indirect
186
- github.com/russross/blackfriday v1.5.2 // indirect
181
+ github.com/prometheus/common v0.37.0 // indirect
182
+ github.com/prometheus/procfs v0.8.0 // indirect
183
+ github.com/rivo/uniseg v0.4.2 // indirect
184
+ github.com/rubenv/sql-migrate v1.2.0 // indirect
185
+ github.com/russross/blackfriday v1.6.0 // indirect
187
186
github.com/russross/blackfriday/v2 v2.1.0 // indirect
188
- github.com/shopspring/decimal v1.2.0 // indirect
189
- github.com/spf13/cast v1.4.1 // indirect
187
+ github.com/shopspring/decimal v1.3.1 // indirect
188
+ github.com/spf13/cast v1.5.0 // indirect
190
189
github.com/spf13/jwalterweatherman v1.1.0 // indirect
191
190
github.com/stoewer/go-strcase v1.2.0 // indirect
192
191
github.com/subosito/gotenv v1.2.0 // indirect
193
192
github.com/vbatts/tar-split v0.11.2 // indirect
194
- github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
193
+ github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
195
194
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
196
195
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
197
196
github.com/xlab/treeprint v1.1.0 // indirect
198
197
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
199
198
github.com/yvasiyarov/gorelic v0.0.7 // indirect
200
199
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
201
200
go.etcd.io/bbolt v1.3.6 // indirect
201
+ go.etcd.io/etcd/api/v3 v3.5.5 // indirect
202
202
go.opencensus.io v0.23.0 // indirect
203
203
go.opentelemetry.io/contrib v0.20.0 // indirect
204
204
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 // indirect
205
- go.opentelemetry.io/otel v0.20 .0 // indirect
205
+ go.opentelemetry.io/otel v1.11 .0 // indirect
206
206
go.opentelemetry.io/otel/exporters/otlp v0.20.0 // indirect
207
207
go.opentelemetry.io/otel/metric v0.20.0 // indirect
208
- go.opentelemetry.io/otel/sdk v0.20 .0 // indirect
208
+ go.opentelemetry.io/otel/sdk v1.11 .0 // indirect
209
209
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
210
210
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
211
- go.opentelemetry.io/otel/trace v0.20 .0 // indirect
212
- go.opentelemetry.io/proto/otlp v0.7 .0 // indirect
213
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
214
- go.uber.org/atomic v1.7 .0 // indirect
215
- go.uber.org/multierr v1.6 .0 // indirect
216
- go.uber.org/zap v1.21 .0 // indirect
217
- golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
218
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
219
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
220
- golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
221
- golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
222
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
223
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
211
+ go.opentelemetry.io/otel/trace v1.11 .0 // indirect
212
+ go.opentelemetry.io/proto/otlp v0.19 .0 // indirect
213
+ go.starlark.net v0.0.0-20221010140840-6bf6f0955179 // indirect
214
+ go.uber.org/atomic v1.10 .0 // indirect
215
+ go.uber.org/multierr v1.8 .0 // indirect
216
+ go.uber.org/zap v1.23 .0 // indirect
217
+ golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
218
+ golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
219
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
220
+ golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
221
+ golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
222
+ golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
223
+ golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
224
224
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
225
225
gomodules.xyz/orderedmap v0.1.0 // indirect
226
226
google.golang.org/appengine v1.6.7 // indirect
227
- google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
228
- google.golang.org/grpc v1.47 .0 // indirect
229
- google.golang.org/protobuf v1.28.0 // indirect
227
+ google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b // indirect
228
+ google.golang.org/grpc v1.50 .0 // indirect
229
+ google.golang.org/protobuf v1.28.1 // indirect
230
230
gopkg.in/inf.v0 v0.9.1 // indirect
231
231
gopkg.in/ini.v1 v1.66.2 // indirect
232
232
gopkg.in/warnings.v0 v0.1.2 // indirect
233
233
gopkg.in/yaml.v2 v2.4.0 // indirect
234
234
gopkg.in/yaml.v3 v3.0.1 // indirect
235
- k8s.io/apiserver v0.25.0 // indirect
236
- k8s.io/component-base v0.25.0 // indirect
237
- k8s.io/klog/v2 v2.70 .1 // indirect
238
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
239
- oras.land/oras-go v1.1 .0 // indirect
240
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.32 // indirect
235
+ k8s.io/apiserver v0.25.3 // indirect
236
+ k8s.io/component-base v0.25.3 // indirect
237
+ k8s.io/klog/v2 v2.80 .1 // indirect
238
+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
239
+ oras.land/oras-go v1.2 .0 // indirect
240
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.33 // indirect
241
241
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
242
242
sigs.k8s.io/kustomize/api v0.12.1 // indirect
243
243
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
@@ -250,4 +250,14 @@ replace (
250
250
// latest tag resolves to a very old version. this is only used for spinning up local test registries
251
251
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
252
252
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.10.0
253
+
254
+ // TODO: Pinning due to the k8s.io/apiserver and k8s.io/component-base
255
+ // v0.25.3 indirect dependencies needing opentelemetry packages
256
+ // at v0.20.0 . It looks like they will be bumped to use opentelemetry
257
+ // packages at v1.10.0 as of their v0.26.0 release. We can remove
258
+ // this replacement when we bump to support K8s 1.26.x
259
+ go.opentelemetry.io/otel => go.opentelemetry.io/otel v0.20.0
260
+ go.opentelemetry.io/otel/sdk => go.opentelemetry.io/otel/sdk v0.20.0
261
+ go.opentelemetry.io/otel/trace => go.opentelemetry.io/otel/trace v0.20.0
262
+ go.opentelemetry.io/proto/otlp => go.opentelemetry.io/proto/otlp v0.7.0
253
263
)
0 commit comments