diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-02-09 17:57:48 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-09 17:57:48 +0100 |
commit | 721d4b5ffcdd2388621106bfc681614f89e9de4e (patch) | |
tree | 73b0b0d17eff77ef405afaa72f85ef6f7909ee12 /go.mod | |
parent | a5ab59ede7578fb9867f5d5e29db6e82319f4688 (diff) | |
download | podman-721d4b5ffcdd2388621106bfc681614f89e9de4e.tar.gz podman-721d4b5ffcdd2388621106bfc681614f89e9de4e.tar.bz2 podman-721d4b5ffcdd2388621106bfc681614f89e9de4e.zip |
vendor github.com/containers/image v5.10.2
Fixes: #8559
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
@@ -13,7 +13,7 @@ require ( github.com/containers/buildah v1.19.2 github.com/containers/common v0.33.4 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.10.1 + github.com/containers/image/v5 v5.10.2 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.24.5 github.com/coreos/go-systemd/v22 v22.1.0 |