diff options
author | 2020-09-28 14:57:12 +0200 | |
---|---|---|
committer | 2020-09-28 14:57:12 +0200 | |
commit | efb5024b4d967cca92563fbe360920eefae374d3 (patch) | |
tree | f7438995f6dbd011e65902528165430026a7b88d /go.mod | |
parent | db1439fe5f5442206746b50093c16a66a1ea48f6 (diff) | |
download | coredns-efb5024b4d967cca92563fbe360920eefae374d3.tar.gz coredns-efb5024b4d967cca92563fbe360920eefae374d3.tar.zst coredns-efb5024b4d967cca92563fbe360920eefae374d3.zip |
build(deps): bump k8s.io/client-go from 0.19.1 to 0.19.2 (#4150)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.1 to 0.19.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.19.1...v0.19.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.26.0 - k8s.io/api v0.19.1 - k8s.io/apimachinery v0.19.1 - k8s.io/client-go v0.19.1 + k8s.io/api v0.19.2 + k8s.io/apimachinery v0.19.2 + k8s.io/client-go v0.19.2 k8s.io/klog v1.0.0 ) |