build(deps): bump k8s.io/client-go from 0.23.3 to 0.23.4 (#5209)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.23.3...v0.23.4)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  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]
2022-02-28 07:40:27 -08:00
committed by GitHub
parent 5166d9ddb5
commit 978c9246d1
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@@ -33,7 +33,7 @@ require (
gopkg.in/DataDog/dd-trace-go.v1 v1.36.0
k8s.io/api v0.23.4
k8s.io/apimachinery v0.23.4
k8s.io/client-go v0.23.3
k8s.io/client-go v0.23.4
k8s.io/klog/v2 v2.40.1
)