diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 14:55:48 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 15:32:51 +0100 |
commit | 23d7b2d5c4281f54ffe351293f68fb5136013bcc (patch) | |
tree | b103c37e70a97184bbed6125ee318f33c035e2fb /go.mod | |
parent | 4a09c28a56b97670dca0b093afdbe9dfd0409402 (diff) | |
download | podman-23d7b2d5c4281f54ffe351293f68fb5136013bcc.tar.gz podman-23d7b2d5c4281f54ffe351293f68fb5136013bcc.tar.bz2 podman-23d7b2d5c4281f54ffe351293f68fb5136013bcc.zip |
[v1.6] update containers/image
Note that this includes fixes for
https://access.redhat.com/security/cve/CVE-2020-1702.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.2 github.com/containers/buildah v1.11.5-0.20191031204705-20e92ffe0982 - github.com/containers/image/v5 v5.0.0 + github.com/containers/image/v5 v5.0.1-0.20200205124631-82291c45f2b0 github.com/containers/psgo v1.3.2 github.com/containers/storage v1.13.6 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f |