summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-08-29 05:06:56 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-29 05:07:17 -0400
commit221a693b50213214d3195bb9576906cbee277b21 (patch)
tree6bbf690ce46499036e8ae9f5164b4595a7743feb /go.mod
parent4e3ea01243665259dededa7e3fa924cb5bd2ee3c (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1f12a0f1e..11258d70f 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)