aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 2020-09-28 14:57:12 +0200
committerGravatar GitHub <noreply@github.com> 2020-09-28 14:57:12 +0200
commitefb5024b4d967cca92563fbe360920eefae374d3 (patch)
treef7438995f6dbd011e65902528165430026a7b88d /go.mod
parentdb1439fe5f5442206746b50093c16a66a1ea48f6 (diff)
downloadcoredns-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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index b92596d77..30fab352d 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)