diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-23 06:03:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 06:03:53 -0800 |
commit | 91fb903b7291f80186996df6f00ce2cf244e1d66 (patch) | |
tree | 2d8021fb74b72ce49ab1b3ffd21ef30d8fc189b4 /go.mod | |
parent | 052bcfc80ac3dbd4a91be0ad70855f6f2b69fe38 (diff) | |
parent | c9eeecab89023d388e42d043f3ca766d879f8add (diff) | |
download | podman-91fb903b7291f80186996df6f00ce2cf244e1d66.tar.gz podman-91fb903b7291f80186996df6f00ce2cf244e1d66.tar.bz2 podman-91fb903b7291f80186996df6f00ce2cf244e1d66.zip |
Merge pull request #4940 from containers/dependabot/go_modules/k8s.io/api-0.17.2
build(deps): bump k8s.io/api from 0.17.0 to 0.17.2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,8 +73,8 @@ require ( google.golang.org/appengine v1.6.1 // indirect google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect gopkg.in/yaml.v2 v2.2.7 - k8s.io/api v0.17.0 - k8s.io/apimachinery v0.17.0 + k8s.io/api v0.17.2 + k8s.io/apimachinery v0.17.2 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect ) |