Skip to content

Commit

Permalink
NO-ISSUE: Bump github.com/operator-framework/operator-lifecycle-manag…
Browse files Browse the repository at this point in the history
…er (#525)

Bumps [github.com/operator-framework/operator-lifecycle-manager](https://github.com/operator-framework/operator-lifecycle-manager) from 0.21.2 to 0.22.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](operator-framework/operator-lifecycle-manager@v0.21.2...v0.22.0)

---
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 22, 2022
1 parent cda6dce commit 7c0e776
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 94 deletions.
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -22,8 +22,8 @@ require (
github.com/openshift/assisted-service/models v0.0.0
github.com/openshift/client-go v0.0.0-20220302123837-25b55b99bd24
github.com/openshift/machine-api-operator v0.2.1-0.20201002104344-6abfb5440597
github.com/operator-framework/api v0.14.1-0.20220413143725-33310d6154f3
github.com/operator-framework/operator-lifecycle-manager v0.21.2
github.com/operator-framework/api v0.16.0
github.com/operator-framework/operator-lifecycle-manager v0.22.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/thoas/go-funk v0.9.2
Expand Down Expand Up @@ -57,14 +57,14 @@ require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/containerd/continuity v0.1.0 // indirect
github.com/containerd/continuity v0.2.2 // indirect
github.com/coreos/go-json v0.0.0-20211020211907-c63f628265de // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/cli v20.10.11+incompatible // indirect
github.com/docker/docker v20.10.12+incompatible // indirect
github.com/docker/docker v20.10.14+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
Expand Down

0 comments on commit 7c0e776

Please sign in to comment.