rebase: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in /api

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

---
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-03-13 21:23:30 +00:00
committed by mergify[bot]
parent d250762253
commit c869880689
6 changed files with 40 additions and 52 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-20230310143623-1b126331a735
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
k8s.io/api v0.26.2
)