build(deps): bump k8s.io/apimachinery from 0.21.0 to 0.21.1 (#4642)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-24 06:47:55 -07:00
committed by GitHub
parent fa5f715dfa
commit 5fdfb67484
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -35,7 +35,7 @@ require (
google.golang.org/grpc v1.37.1
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.0
k8s.io/klog v1.0.0
)