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.mod | |
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.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.0 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.1 - github.com/containers/storage v1.37.0 + github.com/containers/storage v1.37.1 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 github.com/cri-o/ocicni v0.2.1-0.20210621164014-d0acc7862283 |