rebase: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /api

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4)

---
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-06-06 05:06:49 +00:00
committed by mergify[bot]
parent 64aa03826f
commit 7896c6ea31
2 changed files with 3 additions and 8 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-20230320192226-1fc631efd341
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.4
k8s.io/api v0.26.3
)