build(deps): bump k8s.io/client-go from 0.21.2 to 0.21.3 (#4761)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.2 to 0.21.3.
- [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.21.2...v0.21.3)

---
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]
2021-07-19 08:56:23 -07:00
committed by GitHub
parent c3b8bd4687
commit 6b0973d238
2 changed files with 3 additions and 6 deletions

2
go.mod
View File

@@ -37,6 +37,6 @@ require (
gopkg.in/DataDog/dd-trace-go.v1 v1.31.1
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.2
k8s.io/client-go v0.21.3
k8s.io/klog v1.0.0
)