diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-02-09 17:59:37 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-09 19:05:15 +0100 |
commit | 68414537c1575f75147bcab1bda35593acea9ac3 (patch) | |
tree | dddbbbd000115b5bfd4dda81a031b1a2205beb71 /go.mod | |
parent | 763d522983b819ecd38689c9c0840069d1e2b530 (diff) | |
download | podman-68414537c1575f75147bcab1bda35593acea9ac3.tar.gz podman-68414537c1575f75147bcab1bda35593acea9ac3.tar.bz2 podman-68414537c1575f75147bcab1bda35593acea9ac3.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.4 github.com/containers/common v0.34.3-0.20210208115708-8668c76dd577 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/ocicrypt v1.1.0 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.25.0 |