build(deps): bump k8s.io/client-go from 0.19.2 to 0.19.4 (#4292)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.2 to 0.19.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.19.2...v0.19.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-11-16 06:03:06 -08:00
committed by GitHub
parent 3e70e9e946
commit eea90ca665
2 changed files with 6 additions and 3 deletions

6
go.mod
View File

@@ -36,8 +36,8 @@ require (
google.golang.org/api v0.29.0
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.27.1
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.3
k8s.io/client-go v0.19.2
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.19.4
k8s.io/klog v1.0.0
)