diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-03 12:14:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-03 12:14:24 -0800 |
commit | 9ffd4806163e410d51d0f0cbece45b7405ff9fee (patch) | |
tree | 1748445c0302747d963e30013e5b76ce73d43bf5 /vendor.conf | |
parent | 133469681486788591f6979f853c662ccf7f9118 (diff) | |
parent | 561e65969f89c6f60193cf1755752b571a1149f5 (diff) | |
download | podman-9ffd4806163e410d51d0f0cbece45b7405ff9fee.tar.gz podman-9ffd4806163e410d51d0f0cbece45b7405ff9fee.tar.bz2 podman-9ffd4806163e410d51d0f0cbece45b7405ff9fee.zip |
Merge pull request #2071 from baude/vendorcs
vendor in new containers/storage
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 |