summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e94b6b678..d783fca40 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,7 @@ require (
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2
gopkg.in/yaml.v2 v2.2.8
- k8s.io/api v0.17.3
- k8s.io/apimachinery v0.17.3
+ k8s.io/api v0.17.4
+ k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
)