diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-16 06:39:47 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-16 10:16:04 -0500 |
commit | 45b3a0f026222264c97df5b6903711e142473357 (patch) | |
tree | b9492bca6032b3fc296cff08f1d096f3a7a1531f /vendor.conf | |
parent | b3abe2c28941143d520e03c581b0ee3c3fafc087 (diff) | |
download | podman-45b3a0f026222264c97df5b6903711e142473357.tar.gz podman-45b3a0f026222264c97df5b6903711e142473357.tar.bz2 podman-45b3a0f026222264c97df5b6903711e142473357.zip |
Vendor in containers/storage
Fix issues with metacopyup when specifying
new usernamespace. Also fixes issues with zfs back end.
Rest of changes come from running make vendor.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
`
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 b6c58165c..476150a53 100644 --- a/vendor.conf +++ b/vendor.conf @@ -16,7 +16,7 @@ github.com/containerd/continuity 004b46473808b3e7a4a3049c20e4376c91eb966d github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins v0.7.4 github.com/containers/image v1.3 -github.com/containers/storage v1.4 +github.com/containers/storage v1.6 github.com/containers/psgo v1.1 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni 2d2983e40c242322a56c22a903785e7f83eb378c |