aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2022-02-17 14:52:32 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2022-02-17 14:54:02 +0100
commit38811823c1c60653893b751f06648e99328b1d1d (patch)
tree1687977d30a99ec84845b2184f48cf001ec69a08 /go.mod
parentc018c0f3c7194f2cc8c6ca4082585a71d243f979 (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 79880469b..084f373e1 100644
--- a/go.mod
+++ b/go.mod
@@ -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