build(deps): bump k8s.io/apimachinery from 0.23.0 to 0.23.1 (#5047)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.23.0...v0.23.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-12-20 09:48:16 -08:00
committed by GitHub
parent 789bd15a01
commit 1022f24718
2 changed files with 5 additions and 3 deletions

2
go.mod
View File

@@ -36,7 +36,7 @@ require (
google.golang.org/grpc v1.42.0
gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
k8s.io/api v0.23.0
k8s.io/apimachinery v0.23.0
k8s.io/apimachinery v0.23.1
k8s.io/client-go v0.23.0
k8s.io/klog/v2 v2.30.0
)