diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-20 16:44:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 16:44:28 +0100 |
commit | c133c5f0473ce80b903c6c351eb7c29fb14abe8f (patch) | |
tree | 154105ed244a612993be96f93a06011129c9b944 /go.mod | |
parent | 516c16c366531ec8c05a496bf3ffe1c6386aedc6 (diff) | |
parent | 3570c38ffea83cd6c24411c835b3b7117a21c46b (diff) | |
download | podman-c133c5f0473ce80b903c6c351eb7c29fb14abe8f.tar.gz podman-c133c5f0473ce80b903c6c351eb7c29fb14abe8f.tar.bz2 podman-c133c5f0473ce80b903c6c351eb7c29fb14abe8f.zip |
Merge pull request #12655 from giuseppe/fix-libsubid-test
build: fix test for subid 4
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.17.1-0.20211207161909-6f3c8453e1a7 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.1 - github.com/containers/storage v1.37.1-0.20211130181259-1a158c89a518 + github.com/containers/storage v1.37.1-0.20211213220314-73a749e4fec5 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 |