diff options
author | Matthew Heon <mheon@redhat.com> | 2020-12-07 15:27:24 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-12-07 15:42:59 -0500 |
commit | 33bde4569ccb65b447150894c56f9a351a09a471 (patch) | |
tree | e191f6ea97f53e22f9b43e04900fe9df1e65eef9 /go.mod | |
parent | 5980a66cc01071de2e72a38c482d6d2b24978536 (diff) | |
download | podman-33bde4569ccb65b447150894c56f9a351a09a471.tar.gz podman-33bde4569ccb65b447150894c56f9a351a09a471.tar.bz2 podman-33bde4569ccb65b447150894c56f9a351a09a471.zip |
Updat containers/image to v5.9.0
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.18.0 github.com/containers/common v0.29.0 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.8.1 + github.com/containers/image/v5 v5.9.0 github.com/containers/psgo v1.5.1 github.com/containers/storage v1.24.1 github.com/coreos/go-systemd/v22 v22.1.0 |