diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-31 13:51:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 13:51:33 +0200 |
commit | ba1dac74055f1a79e3ebea73913067a9560e96c1 (patch) | |
tree | 95b3e0e51ab50e425a1873e4e7f68345dc21e1f9 /go.mod | |
parent | 6f28b151b659d2c0a0173f524daf5e128bf526ed (diff) | |
parent | abb57e5cf43d004b8c6edd4287a1e5eae5261b70 (diff) | |
download | podman-ba1dac74055f1a79e3ebea73913067a9560e96c1.tar.gz podman-ba1dac74055f1a79e3ebea73913067a9560e96c1.tar.bz2 podman-ba1dac74055f1a79e3ebea73913067a9560e96c1.zip |
Merge pull request #10505 from vrothberg/v3.2-vendor-storage
vendor containers/storage@v1.31.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ require ( github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 github.com/containers/psgo v1.5.2 - github.com/containers/storage v1.31.1 + github.com/containers/storage v1.31.3 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.20210301205850-541cf7c703cf @@ -46,7 +46,7 @@ require ( github.com/onsi/gomega v1.12.0 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 - github.com/opencontainers/runc v1.0.0-rc94 + github.com/opencontainers/runc v1.0.0-rc95 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 github.com/opencontainers/runtime-tools v0.9.0 github.com/opencontainers/selinux v1.8.1 |