@@ -5,22 +5,22 @@ go 1.19
55require (
66 github.com/blang/semver/v4 v4.0.0
77 github.com/fatih/structtag v1.1.0
8- github.com/go-logr/logr v1.2.3
9- github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
8+ github.com/go-logr/logr v1.2.4
9+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
1010 github.com/iancoleman/strcase v0.2.0
1111 github.com/kr/text v0.2.0
1212 github.com/markbates/inflect v1.0.4
1313 github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
14- github.com/onsi/ginkgo/v2 v2.7.0
15- github.com/onsi/gomega v1.24.2
14+ github.com/onsi/ginkgo/v2 v2.9.5
15+ github.com/onsi/gomega v1.27.7
1616 github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
1717 github.com/operator-framework/helm-operator-plugins v0.0.12-0.20230413193425-4632388adc61
1818 github.com/operator-framework/java-operator-plugins v0.7.1-0.20230306190439-0eed476d2b75
1919 github.com/operator-framework/operator-lib v0.11.1-0.20230306195046-28cadc6b6055
2020 github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230227155221-caa8b9e1ab12
2121 github.com/operator-framework/operator-registry v1.26.5-0.20230307160312-3bfcb23fa7d0
22- github.com/prometheus/client_golang v1.14.0
23- github.com/prometheus/client_model v0.3 .0
22+ github.com/prometheus/client_golang v1.15.1
23+ github.com/prometheus/client_model v0.4 .0
2424 github.com/sergi/go-diff v1.2.0
2525 github.com/sirupsen/logrus v1.9.0
2626 github.com/spf13/afero v1.9.3
@@ -29,19 +29,19 @@ require (
2929 github.com/spf13/viper v1.10.0
3030 github.com/stretchr/testify v1.8.1
3131 github.com/thoas/go-funk v0.8.0
32- golang.org/x/mod v0.7 .0
33- golang.org/x/text v0.7 .0
34- golang.org/x/tools v0.5.0
32+ golang.org/x/mod v0.10 .0
33+ golang.org/x/text v0.10 .0
34+ golang.org/x/tools v0.9.1
3535 gomodules.xyz/jsonpatch/v3 v3.0.1
3636 helm.sh/helm/v3 v3.10.3
37- k8s.io/api v0.26 .2
38- k8s.io/apiextensions-apiserver v0.26 .2
39- k8s.io/apimachinery v0.26 .2
37+ k8s.io/api v0.27 .2
38+ k8s.io/apiextensions-apiserver v0.27 .2
39+ k8s.io/apimachinery v0.27 .2
4040 k8s.io/cli-runtime v0.26.2
41- k8s.io/client-go v0.26 .2
41+ k8s.io/client-go v0.27 .2
4242 k8s.io/kubectl v0.26.2
43- k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
44- sigs.k8s.io/controller-runtime v0.14.5
43+ k8s.io/utils v0.0.0-20230505201702-9f6742963106
44+ sigs.k8s.io/controller-runtime v0.15.0
4545 sigs.k8s.io/controller-tools v0.11.3
4646 sigs.k8s.io/kubebuilder/v3 v3.9.1
4747 sigs.k8s.io/yaml v1.3.0
@@ -66,7 +66,7 @@ require (
6666 github.com/bugsnag/bugsnag-go v1.5.3 // indirect
6767 github.com/bugsnag/panicwrap v1.2.0 // indirect
6868 github.com/cenkalti/backoff/v4 v4.1.3 // indirect
69- github.com/cespare/xxhash/v2 v2.1.2 // indirect
69+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
7070 github.com/chai2010/gettext-go v1.0.2 // indirect
7171 github.com/containerd/cgroups v1.0.4 // indirect
7272 github.com/containerd/containerd v1.6.8 // indirect
@@ -86,7 +86,7 @@ require (
8686 github.com/docker/go-metrics v0.0.1 // indirect
8787 github.com/docker/go-units v0.5.0 // indirect
8888 github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
89- github.com/emicklei/go-restful/v3 v3.9.0 // indirect
89+ github.com/emicklei/go-restful/v3 v3.10.2 // indirect
9090 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
9191 github.com/evanphx/json-patch/v5 v5.6.0 // indirect
9292 github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -100,25 +100,27 @@ require (
100100 github.com/go-git/go-git/v5 v5.3.0 // indirect
101101 github.com/go-gorp/gorp/v3 v3.0.2 // indirect
102102 github.com/go-logr/stdr v1.2.2 // indirect
103- github.com/go-logr/zapr v1.2.3 // indirect
104- github.com/go-openapi/jsonpointer v0.19.5 // indirect
105- github.com/go-openapi/jsonreference v0.20.0 // indirect
106- github.com/go-openapi/swag v0.22.3 // indirect
103+ github.com/go-logr/zapr v1.2.4 // indirect
104+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
105+ github.com/go-openapi/jsonreference v0.20.2 // indirect
106+ github.com/go-openapi/swag v0.22.4 // indirect
107107 github.com/gobuffalo/envy v1.6.5 // indirect
108- github.com/gobuffalo/flect v1.0.0 // indirect
108+ github.com/gobuffalo/flect v1.0.2 // indirect
109109 github.com/gobwas/glob v0.2.3 // indirect
110110 github.com/gofrs/uuid v4.0.0+incompatible // indirect
111111 github.com/gogo/protobuf v1.3.2 // indirect
112112 github.com/golang-migrate/migrate/v4 v4.6.2 // indirect
113113 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
114- github.com/golang/protobuf v1.5.2 // indirect
114+ github.com/golang/protobuf v1.5.3 // indirect
115115 github.com/gomodule/redigo v1.8.2 // indirect
116116 github.com/google/btree v1.1.2 // indirect
117117 github.com/google/cel-go v0.12.6 // indirect
118118 github.com/google/gnostic v0.6.9 // indirect
119+ github.com/google/gnostic-models v0.6.8 // indirect
119120 github.com/google/go-cmp v0.5.9 // indirect
120121 github.com/google/go-containerregistry v0.8.0 // indirect
121122 github.com/google/gofuzz v1.2.0 // indirect
123+ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
122124 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
123125 github.com/google/uuid v1.3.0 // indirect
124126 github.com/gorilla/handlers v1.5.1 // indirect
@@ -130,7 +132,7 @@ require (
130132 github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c // indirect
131133 github.com/hashicorp/hcl v1.0.0 // indirect
132134 github.com/huandu/xstrings v1.3.2 // indirect
133- github.com/imdario/mergo v0.3.13 // indirect
135+ github.com/imdario/mergo v0.3.16 // indirect
134136 github.com/inconshreveable/mousetrap v1.0.1 // indirect
135137 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
136138 github.com/jmoiron/sqlx v1.3.5 // indirect
@@ -150,14 +152,14 @@ require (
150152 github.com/mattn/go-isatty v0.0.16 // indirect
151153 github.com/mattn/go-runewidth v0.0.14 // indirect
152154 github.com/mattn/go-sqlite3 v1.14.14 // indirect
153- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
155+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
154156 github.com/mitchellh/copystructure v1.2.0 // indirect
155157 github.com/mitchellh/go-homedir v1.1.0 // indirect
156158 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
157159 github.com/mitchellh/mapstructure v1.5.0 // indirect
158160 github.com/mitchellh/reflectwalk v1.0.2 // indirect
159161 github.com/moby/spdystream v0.2.0 // indirect
160- github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
162+ github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
161163 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
162164 github.com/modern-go/reflect2 v1.0.2 // indirect
163165 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -172,8 +174,8 @@ require (
172174 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
173175 github.com/pkg/errors v0.9.1 // indirect
174176 github.com/pmezard/go-difflib v1.0.0 // indirect
175- github.com/prometheus/common v0.37 .0 // indirect
176- github.com/prometheus/procfs v0.8.0 // indirect
177+ github.com/prometheus/common v0.44 .0 // indirect
178+ github.com/prometheus/procfs v0.10.1 // indirect
177179 github.com/rivo/uniseg v0.4.2 // indirect
178180 github.com/rubenv/sql-migrate v1.2.0 // indirect
179181 github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -191,9 +193,9 @@ require (
191193 github.com/yvasiyarov/gorelic v0.0.7 // indirect
192194 github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
193195 go.etcd.io/bbolt v1.3.6 // indirect
194- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
196+ go.etcd.io/etcd/api/v3 v3.5.7 // indirect
195197 go.opencensus.io v0.23.0 // indirect
196- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
198+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
197199 go.opentelemetry.io/otel v1.11.0 // indirect
198200 go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
199201 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
@@ -207,30 +209,30 @@ require (
207209 go.uber.org/multierr v1.8.0 // indirect
208210 go.uber.org/zap v1.24.0 // indirect
209211 golang.org/x/crypto v0.1.0 // indirect
210- golang.org/x/net v0.7 .0 // indirect
211- golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
212- golang.org/x/sync v0.1 .0 // indirect
213- golang.org/x/sys v0.5 .0 // indirect
214- golang.org/x/term v0.5 .0 // indirect
212+ golang.org/x/net v0.10 .0 // indirect
213+ golang.org/x/oauth2 v0.8.0 // indirect
214+ golang.org/x/sync v0.2 .0 // indirect
215+ golang.org/x/sys v0.9 .0 // indirect
216+ golang.org/x/term v0.9 .0 // indirect
215217 golang.org/x/time v0.3.0 // indirect
216- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
218+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
217219 gomodules.xyz/orderedmap v0.1.0 // indirect
218220 google.golang.org/appengine v1.6.7 // indirect
219221 google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b // indirect
220- google.golang.org/grpc v1.50 .0 // indirect
221- google.golang.org/protobuf v1.28.1 // indirect
222+ google.golang.org/grpc v1.51 .0 // indirect
223+ google.golang.org/protobuf v1.30.0 // indirect
222224 gopkg.in/inf.v0 v0.9.1 // indirect
223225 gopkg.in/ini.v1 v1.66.2 // indirect
224226 gopkg.in/warnings.v0 v0.1.2 // indirect
225227 gopkg.in/yaml.v2 v2.4.0 // indirect
226228 gopkg.in/yaml.v3 v3.0.1 // indirect
227- k8s.io/apiserver v0.26 .2 // indirect
228- k8s.io/component-base v0.26 .2 // indirect
229- k8s.io/klog/v2 v2.80 .1 // indirect
230- k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
229+ k8s.io/apiserver v0.27 .2 // indirect
230+ k8s.io/component-base v0.27 .2 // indirect
231+ k8s.io/klog/v2 v2.100 .1 // indirect
232+ k8s.io/kube-openapi v0.0.0-20230606174411-725288a7abf1 // indirect
231233 oras.land/oras-go v1.2.0 // indirect
232- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.35 // indirect
233- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
234+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
235+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
234236 sigs.k8s.io/kustomize/api v0.12.1 // indirect
235237 sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
236238 sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
0 commit comments