summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-13 09:17:13 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-03-13 09:33:05 -0400
commit40ac4779eba4c7867468c2c93e5124ef43fc92ab (patch)
treefbd04b315f356a7d54552134ba6cdd23f2db910a /go.mod
parentc9f148fb154ca45081e3ebfc0c14fa9ee995780d (diff)
downloadpodman-40ac4779eba4c7867468c2c93e5124ef43fc92ab.tar.gz
podman-40ac4779eba4c7867468c2c93e5124ef43fc92ab.tar.bz2
podman-40ac4779eba4c7867468c2c93e5124ef43fc92ab.zip
Bump k8s.io/api from 0.17.3 to 0.17.4
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.17.3 to 0.17.4. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.17.3...v0.17.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 ec5d599ee..57bf6e612 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
)