diff options
author | 2020-06-22 07:34:36 -0700 | |
---|---|---|
committer | 2020-06-22 07:34:36 -0700 | |
commit | e858adb5c97101aedfa388832d6508cae08e5b2a (patch) | |
tree | 9226310f6ecc83b9bd0f299f84707777a57764df /go.mod | |
parent | c570c33fb274aa0ae2976751198354c315084a5d (diff) | |
download | coredns-e858adb5c97101aedfa388832d6508cae08e5b2a.tar.gz coredns-e858adb5c97101aedfa388832d6508cae08e5b2a.tar.zst coredns-e858adb5c97101aedfa388832d6508cae08e5b2a.zip |
build(deps): bump k8s.io/client-go from 0.18.3 to 0.18.4 (#3956)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.3 to 0.18.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.18.3...v0.18.4)
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
@@ -39,8 +39,8 @@ require ( google.golang.org/api v0.26.0 google.golang.org/grpc v1.29.1 gopkg.in/DataDog/dd-trace-go.v1 v1.24.1 - k8s.io/api v0.18.3 - k8s.io/apimachinery v0.18.3 - k8s.io/client-go v0.18.3 + k8s.io/api v0.18.4 + k8s.io/apimachinery v0.18.4 + k8s.io/client-go v0.18.4 k8s.io/klog v1.0.0 ) |