diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-16 14:05:43 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-16 14:05:43 -0400 |
commit | 3af047b63d3a785b1fec33beafe6010bf14c0f4e (patch) | |
tree | 00696287255ff24e8d68c497202619dc6c63a6f6 /go.mod | |
parent | e6fe06f5914638583aa6bbc96be51c944350d6bd (diff) | |
download | podman-3af047b63d3a785b1fec33beafe6010bf14c0f4e.tar.gz podman-3af047b63d3a785b1fec33beafe6010bf14c0f4e.tar.bz2 podman-3af047b63d3a785b1fec33beafe6010bf14c0f4e.zip |
Vendor in latest containers/storage
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.21.2-0.20220520105616-e594853d6471 github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f github.com/containers/psgo v1.7.2 - github.com/containers/storage v1.41.1-0.20220607143333-8951d0153bf6 + github.com/containers/storage v1.41.1-0.20220616120034-7df64288ef35 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 |