rebase: Bump github.com/openshift/api in /api

Bumps [github.com/openshift/api](https://github.com/openshift/api) from 0.0.0-20230310143623-1b126331a735 to 3.9.0+incompatible.
- [Release notes](https://github.com/openshift/api/releases)
- [Commits](https://github.com/openshift/api/commits)

---
updated-dependencies:
- dependency-name: github.com/openshift/api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-20 21:13:00 +00:00
committed by mergify[bot]
parent 87cfe34116
commit d0967c3fc2
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ go 1.18
require (
github.com/ghodss/yaml v1.0.0
github.com/openshift/api v0.0.0-20230310143623-1b126331a735
github.com/openshift/api v3.9.0+incompatible
github.com/stretchr/testify v1.8.2
k8s.io/api v0.26.3
)