diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-13 09:17:13 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-03-13 09:33:05 -0400 |
commit | 40ac4779eba4c7867468c2c93e5124ef43fc92ab (patch) | |
tree | fbd04b315f356a7d54552134ba6cdd23f2db910a /go.mod | |
parent | c9f148fb154ca45081e3ebfc0c14fa9ee995780d (diff) | |
download | podman-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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |