diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-05-19 04:46:28 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-22 16:20:25 +0000 |
commit | 926d07d0aafc2946491617058ff243c60ab74a49 (patch) | |
tree | 1322916ec7b76b8b839999e72ab1cdb86f8c711a /vendor.conf | |
parent | ae7c45968dd458326814db2218cf6a4b0ca9c7e1 (diff) | |
download | podman-926d07d0aafc2946491617058ff243c60ab74a49.tar.gz podman-926d07d0aafc2946491617058ff243c60ab74a49.tar.bz2 podman-926d07d0aafc2946491617058ff243c60ab74a49.zip |
Vendor in latest container/storage for devicemapper support
container/storage now supports devicemapper options that allow you to
configure it.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #808
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 26d162862..28d6b7159 100644 --- a/vendor.conf +++ b/vendor.conf @@ -11,7 +11,7 @@ github.com/containerd/continuity master github.com/containernetworking/cni v0.6.0 github.com/containernetworking/plugins 1fb94a4222eafc6f948eacdca9c9f2158b427e53 github.com/containers/image 3143027065e31d25d8d2b6fe84b250a320fd9130 -github.com/containers/storage e454acf9874d6c399ccb87d03fc4dcbe8c1a4cc6 +github.com/containers/storage 0b8ab959bba614a4f88bb3791dbc078c3d47f259 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master github.com/cyphar/filepath-securejoin v0.2.1 |