diff options
author | baude <bbaude@redhat.com> | 2019-01-03 08:55:35 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-01-03 12:49:30 -0600 |
commit | 561e65969f89c6f60193cf1755752b571a1149f5 (patch) | |
tree | 8f2f784c27546f061a38cf5fe68a9ee672be950f /vendor.conf | |
parent | 098c13418abf3985f20689bdda0361904a40ef98 (diff) | |
download | podman-561e65969f89c6f60193cf1755752b571a1149f5.tar.gz podman-561e65969f89c6f60193cf1755752b571a1149f5.tar.bz2 podman-561e65969f89c6f60193cf1755752b571a1149f5.zip |
vendor in new containers/storage
vendor in latest containers/storage which contains a fix for when
a filesystem that overlayfs is on is ENOSPC.
adding pgzip/compress as a new dep for c/s
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 1ef9ada84..6bbcb347e 100644 --- a/vendor.conf +++ b/vendor.conf @@ -12,7 +12,7 @@ github.com/containerd/continuity master github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 github.com/containers/image d53afe179b381fafb427e6b9cf9b1996a98c1067 -github.com/containers/storage db40f96d853dfced60c563e61fb66ba231ce7c8d +github.com/containers/storage c044256cbfbae8a18cfc76319e11fcf4f98843b9 github.com/containers/psgo dc0bc9fac5b715034c4310ed4d795b3182360842 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni 2d2983e40c242322a56c22a903785e7f83eb378c @@ -101,3 +101,6 @@ github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe github.com/pkg/profile v1.2.1 +github.com/klauspost/pgzip v1.2.1 +github.com/klauspost/compress v1.4.1 +github.com/klauspost/cpuid v1.2.0 |