From 6facc0d70945d2fd103c4991f5f9f3fca0344553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:41:19 +0000 Subject: [PATCH] Bump github.com/operator-framework/operator-lifecycle-manager Bumps [github.com/operator-framework/operator-lifecycle-manager](https://github.com/operator-framework/operator-lifecycle-manager) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/operator-framework/operator-lifecycle-manager/releases) - [Changelog](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/.goreleaser.yml) - [Commits](https://github.com/operator-framework/operator-lifecycle-manager/commits) --- updated-dependencies: - dependency-name: github.com/operator-framework/operator-lifecycle-manager dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 +-- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index e132211f3..e426bdd5d 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/openshift/api v3.9.0+incompatible github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f github.com/operator-framework/api v0.27.0 - github.com/operator-framework/operator-lifecycle-manager v0.29.0 + github.com/operator-framework/operator-lifecycle-manager v0.30.0 github.com/pkg/errors v0.9.1 // indirect helm.sh/helm/v3 v3.16.2 k8s.io/api v0.31.2 @@ -180,7 +180,6 @@ require ( golang.org/x/sys v0.26.0 // indirect golang.org/x/text v0.19.0 // indirect golang.org/x/time v0.7.0 // indirect - golang.org/x/tools v0.26.0 // indirect golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect diff --git a/go.sum b/go.sum index 58250f831..0b0c192d0 100644 --- a/go.sum +++ b/go.sum @@ -375,8 +375,8 @@ github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f h1:FRc0bVNWpri github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f/go.mod h1:KiZi2mJRH1TOJ3FtBDYS6YvUL30s/iIXaGSUrSa36mo= github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI= github.com/operator-framework/api v0.27.0/go.mod h1:lg2Xx+S8NQWGYlEOvFwQvH46E5EK5IrAIL7HWfAhciM= -github.com/operator-framework/operator-lifecycle-manager v0.29.0 h1:C2k3P6A5qPF25rJoVtc/uwc3OznH0Qx01LOwvfzAGNg= -github.com/operator-framework/operator-lifecycle-manager v0.29.0/go.mod h1:VE5qysnIYbf9ecvAQ9zBeKpyUwUu9c5jQ6twHtyFCgA= +github.com/operator-framework/operator-lifecycle-manager v0.30.0 h1:tt98f0lx2EfxfE/5PbpUi5fTnDnqZ17zGpftUA6oRm0= +github.com/operator-framework/operator-lifecycle-manager v0.30.0/go.mod h1:nPbzJVqxAwoUz5q7QovYZcHN/v4in5sucPT2UpF+ikQ= github.com/operator-framework/operator-manifest-tools v0.7.0 h1:k20H1hyViwaH+KeKdO3+HYiPi0nLYG8Bvf4r+W/impo= github.com/operator-framework/operator-manifest-tools v0.7.0/go.mod h1:ldPJnrorn9FSZ2Ln7R/fyyHJqxHsB2bmqn/h3SVjqiU= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=