diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-17 14:52:32 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-17 14:54:02 +0100 |
commit | 38811823c1c60653893b751f06648e99328b1d1d (patch) | |
tree | 1687977d30a99ec84845b2184f48cf001ec69a08 /go.mod | |
parent | c018c0f3c7194f2cc8c6ca4082585a71d243f979 (diff) | |
download | podman-38811823c1c60653893b751f06648e99328b1d1d.tar.gz podman-38811823c1c60653893b751f06648e99328b1d1d.tar.bz2 podman-38811823c1c60653893b751f06648e99328b1d1d.zip |
vendor: update c/storage to 26c561f9
update c/storage to commit 26c561f9a64585d9a25d340e1ae5479eca8008a1.
It contains an important fix for partial pulls.
[NO NEW TESTS NEEDED]
Signed-off-by: Giuseppe Scrivano <gscrivan@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.19.1 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.2 - github.com/containers/storage v1.38.2 + github.com/containers/storage v1.38.3-0.20220214113600-26c561f9a645 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 |