diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-29 07:11:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-29 07:11:20 -0700 |
commit | 627bfd07d2e7650967e3eef206446211bf07db3d (patch) | |
tree | 9c4babbcb5e727827c4ba4a82bf317c0ab956c98 /vendor.conf | |
parent | e0312334cca5d8f5adf9844100f15317a86068d4 (diff) | |
parent | 0a64268752da5b18d008c45c86639280a62b3b20 (diff) | |
download | podman-627bfd07d2e7650967e3eef206446211bf07db3d.tar.gz podman-627bfd07d2e7650967e3eef206446211bf07db3d.tar.bz2 podman-627bfd07d2e7650967e3eef206446211bf07db3d.zip |
Merge pull request #3016 from rhatdan/vendor
Vendor in latest containers/storage and containers/buildah
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor.conf b/vendor.conf index 572ae5fdb..02283beb9 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.3 +github.com/containers/storage v1.12.5 github.com/containers/psgo v1.2.1 github.com/coreos/go-systemd v14 github.com/coreos/pkg v4 @@ -94,7 +94,7 @@ k8s.io/apimachinery kubernetes-1.10.13-beta.0 https://github.com/kubernetes/apim k8s.io/client-go kubernetes-1.10.13-beta.0 https://github.com/kubernetes/client-go github.com/mrunalp/fileutils 7d4729fb36185a7c1719923406c9d40e54fb93c7 github.com/varlink/go 3ac79db6fd6aec70924193b090962f92985fe199 -github.com/containers/buildah fcc12bdadf6a5fab77e62e1bd12663bb6fbc3eda +github.com/containers/buildah v1.8.0 # TODO: Gotty has not been updated since 2012. Can we find replacement? github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512 github.com/fsouza/go-dockerclient v1.3.0 |