Skip to content

Commit 74ce9fe

Browse files
committed
bump ansible plugin version, regenerate testdata
Signed-off-by: everettraven <[email protected]>
1 parent e371fe9 commit 74ce9fe

File tree

195 files changed

+1186
-2047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+1186
-2047
lines changed

go.mod

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,38 @@ require (
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.11.0
15-
github.com/onsi/gomega v1.27.8
16-
// TODO(everettraven): bump ansible dependency when possible
17-
// github.com/operator-framework/ansible-operator-plugins v1.32.0
14+
github.com/onsi/ginkgo/v2 v2.12.0
15+
github.com/onsi/gomega v1.27.10
1816
github.com/operator-framework/api v0.17.7
19-
github.com/operator-framework/helm-operator-plugins v0.0.12-0.20231013185714-215d1f8a3e7d
17+
github.com/operator-framework/helm-operator-plugins v0.0.11
2018
github.com/operator-framework/java-operator-plugins v0.8.1
2119
github.com/operator-framework/operator-lib v0.11.1-0.20231020142438-152ee1fb7f83
2220
github.com/operator-framework/operator-manifest-tools v0.2.3-0.20230525225330-523bad646f89
2321
github.com/operator-framework/operator-registry v1.29.0
24-
github.com/prometheus/client_golang v1.15.1
22+
github.com/prometheus/client_golang v1.16.0
2523
github.com/sergi/go-diff v1.2.0
2624
github.com/sirupsen/logrus v1.9.3
2725
github.com/spf13/afero v1.9.5
2826
github.com/spf13/cobra v1.7.0
2927
github.com/spf13/pflag v1.0.5
3028
github.com/spf13/viper v1.10.0
31-
github.com/stretchr/testify v1.8.3
29+
github.com/stretchr/testify v1.8.4
3230
github.com/thoas/go-funk v0.8.0
3331
golang.org/x/mod v0.13.0
3432
golang.org/x/text v0.13.0
3533
golang.org/x/tools v0.13.0
3634
gomodules.xyz/jsonpatch/v3 v3.0.1
3735
helm.sh/helm/v3 v3.12.1
38-
k8s.io/api v0.27.6
39-
k8s.io/apiextensions-apiserver v0.27.6
40-
k8s.io/apimachinery v0.27.6
36+
k8s.io/api v0.27.7
37+
k8s.io/apiextensions-apiserver v0.27.7
38+
k8s.io/apimachinery v0.27.7
4139
k8s.io/cli-runtime v0.27.6
42-
k8s.io/client-go v0.27.6
40+
k8s.io/client-go v0.27.7
4341
k8s.io/kubectl v0.27.6
4442
k8s.io/utils v0.0.0-20230711102312-30195339c3c7
45-
sigs.k8s.io/controller-runtime v0.15.2
43+
sigs.k8s.io/controller-runtime v0.15.3
4644
sigs.k8s.io/controller-tools v0.12.1
47-
sigs.k8s.io/kubebuilder/v3 v3.11.1
45+
sigs.k8s.io/kubebuilder/v3 v3.12.0
4846
sigs.k8s.io/yaml v1.3.0
4947
)
5048

@@ -57,7 +55,7 @@ require (
5755
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
5856
github.com/Masterminds/squirrel v1.5.4 // indirect
5957
github.com/Microsoft/go-winio v0.6.1 // indirect
60-
github.com/Microsoft/hcsshim v0.9.8 // indirect
58+
github.com/Microsoft/hcsshim v0.11.0 // indirect
6159
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
6260
github.com/adrg/xdg v0.4.0 // indirect
6361
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
@@ -69,25 +67,25 @@ require (
6967
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
7068
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7169
github.com/chai2010/gettext-go v1.0.2 // indirect
72-
github.com/containerd/cgroups v1.0.4 // indirect
73-
github.com/containerd/containerd v1.7.0 // indirect
70+
github.com/containerd/cgroups v1.1.0 // indirect
71+
github.com/containerd/containerd v1.7.6 // indirect
7472
github.com/containerd/continuity v0.3.0 // indirect
7573
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
7674
github.com/containerd/ttrpc v1.1.2 // indirect
7775
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7876
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
7977
github.com/davecgh/go-spew v1.1.1 // indirect
8078
github.com/distribution/distribution/v3 v3.0.0-20230611135314-6a57630cf401 // indirect
81-
github.com/docker/cli v23.0.5+incompatible // indirect
79+
github.com/docker/cli v24.0.6+incompatible // indirect
8280
github.com/docker/distribution v2.8.2+incompatible // indirect
83-
github.com/docker/docker v23.0.5+incompatible // indirect
81+
github.com/docker/docker v24.0.6+incompatible // indirect
8482
github.com/docker/docker-credential-helpers v0.7.0 // indirect
8583
github.com/docker/go-connections v0.4.0 // indirect
8684
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
8785
github.com/docker/go-metrics v0.0.1 // indirect
8886
github.com/docker/go-units v0.5.0 // indirect
8987
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
90-
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
88+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
9189
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
9290
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
9391
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
@@ -115,9 +113,8 @@ require (
115113
github.com/golang/protobuf v1.5.3 // indirect
116114
github.com/gomodule/redigo v1.8.2 // indirect
117115
github.com/google/btree v1.1.2 // indirect
118-
github.com/google/cel-go v0.15.3 // indirect
116+
github.com/google/cel-go v0.16.1 // indirect
119117
github.com/google/gnostic v0.6.9 // indirect
120-
github.com/google/gnostic-models v0.6.8 // indirect
121118
github.com/google/go-cmp v0.5.9 // indirect
122119
github.com/google/go-containerregistry v0.15.2 // indirect
123120
github.com/google/gofuzz v1.2.0 // indirect
@@ -170,7 +167,7 @@ require (
170167
github.com/morikuni/aec v1.0.0 // indirect
171168
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
172169
github.com/opencontainers/go-digest v1.0.0 // indirect
173-
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
170+
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
174171
github.com/otiai10/copy v1.2.0 // indirect
175172
github.com/pelletier/go-toml v1.9.5 // indirect
176173
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
@@ -208,9 +205,8 @@ require (
208205
go.opentelemetry.io/otel/trace v1.14.0 // indirect
209206
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
210207
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
211-
go.uber.org/atomic v1.10.0 // indirect
212-
go.uber.org/multierr v1.8.0 // indirect
213-
go.uber.org/zap v1.24.0 // indirect
208+
go.uber.org/multierr v1.11.0 // indirect
209+
go.uber.org/zap v1.25.0 // indirect
214210
golang.org/x/crypto v0.14.0 // indirect
215211
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
216212
golang.org/x/net v0.17.0 // indirect
@@ -219,7 +215,7 @@ require (
219215
golang.org/x/sys v0.13.0 // indirect
220216
golang.org/x/term v0.13.0 // indirect
221217
golang.org/x/time v0.3.0 // indirect
222-
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
218+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
223219
gomodules.xyz/orderedmap v0.1.0 // indirect
224220
google.golang.org/appengine v1.6.7 // indirect
225221
google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6 // indirect
@@ -230,11 +226,11 @@ require (
230226
gopkg.in/warnings.v0 v0.1.2 // indirect
231227
gopkg.in/yaml.v2 v2.4.0 // indirect
232228
gopkg.in/yaml.v3 v3.0.1 // indirect
233-
k8s.io/apiserver v0.27.6 // indirect
234-
k8s.io/component-base v0.27.6 // indirect
229+
k8s.io/apiserver v0.27.7 // indirect
230+
k8s.io/component-base v0.27.7 // indirect
235231
k8s.io/klog/v2 v2.100.1 // indirect
236-
k8s.io/kube-openapi v0.0.0-20230606174411-725288a7abf1 // indirect
237-
oras.land/oras-go v1.2.2 // indirect
232+
k8s.io/kube-openapi v0.0.0-20230515121852-a1ae96baeb76 // indirect
233+
oras.land/oras-go v1.2.4 // indirect
238234
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
239235
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
240236
sigs.k8s.io/kustomize/api v0.13.2 // indirect

0 commit comments

Comments
 (0)