summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-05-31 09:56:56 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-05-31 09:56:56 +0200
commitabb57e5cf43d004b8c6edd4287a1e5eae5261b70 (patch)
tree95b3e0e51ab50e425a1873e4e7f68345dc21e1f9 /go.mod
parent6f28b151b659d2c0a0173f524daf5e128bf526ed (diff)
downloadpodman-abb57e5cf43d004b8c6edd4287a1e5eae5261b70.tar.gz
podman-abb57e5cf43d004b8c6edd4287a1e5eae5261b70.tar.bz2
podman-abb57e5cf43d004b8c6edd4287a1e5eae5261b70.zip
vendor containers/storage@v1.31.3
* store: ReloadIfChanged propagates errors from Modified() * store: load additional image stores once * store: fix graphLock reload Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cec10d012..a62929964 100644
--- a/go.mod
+++ b/go.mod
@@ -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