diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-22 22:18:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-22 22:18:37 +0100 |
commit | 1284260b668168c560e65b803979eb2caff0293a (patch) | |
tree | d2ddf81c772bba5bc5566d582fff661d3e31ffab /go.mod | |
parent | c2dfef544476dba671db3ef65b095da9ec18bbf1 (diff) | |
parent | 7377528764e2a1b1157d50106832d97ec55515ac (diff) | |
download | podman-1284260b668168c560e65b803979eb2caff0293a.tar.gz podman-1284260b668168c560e65b803979eb2caff0293a.tar.bz2 podman-1284260b668168c560e65b803979eb2caff0293a.zip |
Merge pull request #4539 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.7
build(deps): bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ require ( google.golang.org/appengine v1.6.1 // indirect google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect gopkg.in/inf.v0 v0.9.1 // indirect - gopkg.in/yaml.v2 v2.2.5 + gopkg.in/yaml.v2 v2.2.7 k8s.io/api v0.0.0-20190813020757-36bff7324fb7 k8s.io/apimachinery v0.0.0-20190809020650-423f5d784010 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab |