diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-29 13:56:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 13:56:02 +0200 |
commit | 62d4f7592375fd197e3aeb1b5a77b003e645c66f (patch) | |
tree | ea040550c1cc11daa49412b4445dceb194cd505a /go.sum | |
parent | 599d785b9ef3acb686e6b16a2a5c8f22a38b4e52 (diff) | |
parent | efe943f669996ad087c433fe414c54e442bf32ff (diff) | |
download | podman-62d4f7592375fd197e3aeb1b5a77b003e645c66f.tar.gz podman-62d4f7592375fd197e3aeb1b5a77b003e645c66f.tar.bz2 podman-62d4f7592375fd197e3aeb1b5a77b003e645c66f.zip |
Merge pull request #13591 from dcermak/backport-storage-autodetect-mount_program
Backport of https://github.com/containers/podman/pull/13536 to 3.4
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -271,8 +271,9 @@ github.com/containers/psgo v1.7.1/go.mod h1:mWGpFzW73qWFA+blhF6l7GuKzbrACkYgr/aj github.com/containers/storage v1.23.5/go.mod h1:ha26Q6ngehFNhf3AWoXldvAvwI4jFe3ETQAf/CeZPyM= github.com/containers/storage v1.35.0/go.mod h1:qzYhasQP2/V9D9XdO+vRwkHBhsBO0oznMLzzRDQ8s20= github.com/containers/storage v1.36.0/go.mod h1:vbd3SKVQNHdmU5qQI6hTEcKPxnZkGqydG4f6uwrI5a8= -github.com/containers/storage v1.37.0 h1:HVhDsur6sx889ZIZ1d1kEiOzv3gsr5q0diX2VZmOdSg= github.com/containers/storage v1.37.0/go.mod h1:kqeJeS0b7DO2ZT1nVWs0XufrmPFbgV3c+Q/45RlH6r4= +github.com/containers/storage v1.37.1 h1:VB34UgJXlanXgT/vdL+F0PXoFLXr5mtkcQqN9WFGHmw= +github.com/containers/storage v1.37.1/go.mod h1:kqeJeS0b7DO2ZT1nVWs0XufrmPFbgV3c+Q/45RlH6r4= github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= |