diff options
author | Matthew Heon <mheon@redhat.com> | 2021-04-20 15:11:20 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-04-20 15:11:20 -0400 |
commit | a35434a7bebc32ab5e1f3dead3fdbd5d57debead (patch) | |
tree | f14da730449442a9ecda14dafd04c9ee49967b3a /go.mod | |
parent | fa56978310395e2199d63234b53dab514b63aa30 (diff) | |
download | podman-a35434a7bebc32ab5e1f3dead3fdbd5d57debead.tar.gz podman-a35434a7bebc32ab5e1f3dead3fdbd5d57debead.tar.bz2 podman-a35434a7bebc32ab5e1f3dead3fdbd5d57debead.zip |
Bump containers/image to v5.11.1
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
@@ -13,7 +13,7 @@ require ( github.com/containers/buildah v1.20.1 github.com/containers/common v0.36.0 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.11.0 + github.com/containers/image/v5 v5.11.1 github.com/containers/ocicrypt v1.1.0 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.29.0 |