diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-29 15:24:31 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-29 15:25:54 -0400 |
commit | 1805ed360d41e5b4ed90e9493e59a2129608dcd5 (patch) | |
tree | d77b405b70c866af963de54d8f71b8a95fa54ae5 /go.mod | |
parent | d987f26f1e2449d3237faa0b873d82ce5a89e0ee (diff) | |
download | podman-1805ed360d41e5b4ed90e9493e59a2129608dcd5.tar.gz podman-1805ed360d41e5b4ed90e9493e59a2129608dcd5.tar.bz2 podman-1805ed360d41e5b4ed90e9493e59a2129608dcd5.zip |
Vendor in latest containers/storage
Fix handling of additional shares with no images
Fixes: https://github.com/containers/storage/issues/1029
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.1 - github.com/containers/storage v1.36.0 + github.com/containers/storage v1.36.1-0.20210929132900-162a0bf730ce github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cyphar/filepath-securejoin v0.2.3 |