diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-23 08:39:21 +0000 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-01-23 10:50:43 -0500 |
commit | 9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e (patch) | |
tree | 869732aab8b12e01e7b9651913d216c9d9aee088 /go.mod | |
parent | 8beeb067aac857deb29e91562cf4b6f068fe0328 (diff) | |
download | podman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.tar.gz podman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.tar.bz2 podman-9d68ba59452d2d3daa3ea0f22b1ebb2ecab7094e.zip |
build(deps): bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.7...v2.2.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ require ( golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 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 + gopkg.in/yaml.v2 v2.2.8 k8s.io/api v0.17.2 k8s.io/apimachinery v0.17.2 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab |