build(deps): bump k8s.io/client-go from 0.17.1 to 0.17.2 (#3621)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.17.1 to 0.17.2.
- [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.17.1...v0.17.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-27 17:42:19 +00:00
committed by Miek Gieben
parent 447bcd99e0
commit 61c8e9c9b3
2 changed files with 6 additions and 1 deletions

2
go.mod
View File

@@ -43,6 +43,6 @@ require (
gopkg.in/DataDog/dd-trace-go.v1 v1.20.1
k8s.io/api v0.17.1
k8s.io/apimachinery v0.17.1
k8s.io/client-go v0.17.1
k8s.io/client-go v0.17.2
k8s.io/klog v1.0.0
)