diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-30 09:52:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 09:52:08 -0400 |
commit | 831842e520fc99ec2d4579ae806774412a78c828 (patch) | |
tree | afa169f2bd4ec5805622005a91da3e382e367746 /go.mod | |
parent | 39d27cc6cc065aea4ab12b646906a8ea06e30de9 (diff) | |
parent | 1805ed360d41e5b4ed90e9493e59a2129608dcd5 (diff) | |
download | podman-831842e520fc99ec2d4579ae806774412a78c828.tar.gz podman-831842e520fc99ec2d4579ae806774412a78c828.tar.bz2 podman-831842e520fc99ec2d4579ae806774412a78c828.zip |
Merge pull request #11790 from rhatdan/VENDOR
Vendor in latest containers/storage
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 |