Merge pull request #10719 from containers/dependabot/go_modules/k8s.io/api-0.21.2

Bump k8s.io/api from 0.21.1 to 0.21.2
This commit is contained in:
OpenShift Merge Robot
2021-06-22 06:31:07 -04:00
committed by GitHub
3 changed files with 4 additions and 6 deletions

2
go.mod
View File

@ -66,6 +66,6 @@ require (
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.21.1
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
)