diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-03 11:28:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 11:28:44 -0700 |
commit | 1f85f9f82e2bf3351f9257614be61cda618392ec (patch) | |
tree | 3924e6fa0294bec5384b87324aa6d86256a8ebff /go.mod | |
parent | f96fbfcd6d34ba98dc4ddbc1d20e70dcab50ef88 (diff) | |
parent | 2f6276cd7261420bfb1685a64f5739b3bf7eba54 (diff) | |
download | podman-1f85f9f82e2bf3351f9257614be61cda618392ec.tar.gz podman-1f85f9f82e2bf3351f9257614be61cda618392ec.tar.bz2 podman-1f85f9f82e2bf3351f9257614be61cda618392ec.zip |
Merge pull request #4163 from containers/dependabot/go_modules/gopkg.in/yaml.v2-2.2.3
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ require ( google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect google.golang.org/grpc v1.21.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect - gopkg.in/yaml.v2 v2.2.2 + gopkg.in/yaml.v2 v2.2.3 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 |