diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-09-12 16:56:10 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-12 23:27:09 +0000 |
commit | facab2aec561c6d06ae2789dfaffa28b7f273c88 (patch) | |
tree | 47ee7b01f6225f7b6c7923e7593685c32fc3eb0a /vendor.conf | |
parent | 08936c32417a87d61b3b33a155dc0679dff73bff (diff) | |
download | podman-facab2aec561c6d06ae2789dfaffa28b7f273c88.tar.gz podman-facab2aec561c6d06ae2789dfaffa28b7f273c88.tar.bz2 podman-facab2aec561c6d06ae2789dfaffa28b7f273c88.zip |
Vendor in latest containers/storage to eliminage deadlock
When running lots of podman commands simultaneously we were able to get
into a deadlock situation. The updated containers/storage should fix this issue.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1454
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index a50d3822e..390615dfa 100644 --- a/vendor.conf +++ b/vendor.conf @@ -11,7 +11,7 @@ github.com/containerd/continuity master github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 github.com/containers/image 5df44e095ed826fbe2beeaabb329c749d7d6c3b6 -github.com/containers/storage d0cb0107646058ad96ce90630fee2bd5709ee637 +github.com/containers/storage 243c4cd616afdf06b4a975f18c4db083d26b1641 github.com/containers/psgo 5dde6da0bc8831b35243a847625bcf18183bd1ee github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master |