diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-29 05:06:56 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-29 05:07:17 -0400 |
commit | 221a693b50213214d3195bb9576906cbee277b21 (patch) | |
tree | 6bbf690ce46499036e8ae9f5164b4595a7743feb /go.mod | |
parent | 4e3ea01243665259dededa7e3fa924cb5bd2ee3c (diff) | |
download | podman-221a693b50213214d3195bb9576906cbee277b21.tar.gz podman-221a693b50213214d3195bb9576906cbee277b21.tar.bz2 podman-221a693b50213214d3195bb9576906cbee277b21.zip |
Bump k8s.io/api from 0.18.8 to 0.19.0
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.18.8 to 0.19.0.
- [Release notes](https://github.com/kubernetes/api/releases)
- [Commits](https://github.com/kubernetes/api/compare/v0.18.8...v0.19.0)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ require ( golang.org/x/net v0.0.0-20200707034311-ab3426394381 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 - k8s.io/api v0.18.8 + k8s.io/api v0.0.0-20190620084959-7cf5895f2711 k8s.io/apimachinery v0.19.0 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab ) |