diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-04-24 14:57:26 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-04-24 17:03:16 -0400 |
commit | f5b7bdac0c397f301fd9159535203cb8509da60f (patch) | |
tree | 56d528e70c9305ee2fa652e1c929a8d34ab04fd8 /vendor.conf | |
parent | d75543fcd2ce87a9b87b8883400f355979004e91 (diff) | |
download | podman-f5b7bdac0c397f301fd9159535203cb8509da60f.tar.gz podman-f5b7bdac0c397f301fd9159535203cb8509da60f.tar.bz2 podman-f5b7bdac0c397f301fd9159535203cb8509da60f.zip |
Update vendor of container/storage
Lots of fixes for issues found by podman.
overlay: propagate errors from mountProgram
utils: root in a userns uses global conf file
Fix handling of additional stores
Correctly check permissions on rootless directory
Fix possible integer overflow on 32bit builds
Evaluate device path for lvm
lockfile test: make concurrent RW test determinisitc
lockfile test: make concurrent read tests deterministic
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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 886e4794a..6ec2c9d1c 100644 --- a/vendor.conf +++ b/vendor.conf @@ -19,7 +19,7 @@ github.com/containers/image v1.5.1 github.com/vbauerster/mpb v3.3.4 github.com/mattn/go-isatty v0.0.4 github.com/VividCortex/ewma v1.1.1 -github.com/containers/storage v1.12.1 +github.com/containers/storage v1.12.3 github.com/containers/psgo v1.2 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni 0c180f981b27ef6036fa5be29bcb4dd666e406eb |