rebase: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /api

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-20 14:30:26 +00:00
committed by mergify[bot]
parent 868d0cffcf
commit e0c4304baf
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ go 1.18
require (
github.com/ghodss/yaml v1.0.0
github.com/openshift/api v0.0.0-20210927171657-636513e97fda
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
k8s.io/api v0.25.4
)