diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-18 15:57:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 15:57:30 +0100 |
commit | 7f19e5fb23b785399d49166171b6af7a34edf437 (patch) | |
tree | a051df01eed537fed2b4dbd7963266153cbf4bfc /vendor.conf | |
parent | e3dc6609d05695e649e76d4505e4761cafebcef6 (diff) | |
parent | c90e3e7fe59db0bfbce0c10bba8a9ff71c7c7266 (diff) | |
download | podman-7f19e5fb23b785399d49166171b6af7a34edf437.tar.gz podman-7f19e5fb23b785399d49166171b6af7a34edf437.tar.bz2 podman-7f19e5fb23b785399d49166171b6af7a34edf437.zip |
Merge pull request #2149 from afbjorklund/bridge
Add bridge support, for the varlink connection
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 476150a53..209c22a14 100644 --- a/vendor.conf +++ b/vendor.conf @@ -90,7 +90,7 @@ k8s.io/api kubernetes-1.10.13-beta.0 https://github.com/kubernetes/api k8s.io/apimachinery kubernetes-1.10.13-beta.0 https://github.com/kubernetes/apimachinery 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 e9fdc57f40123518ac513eb3443e50625ad6b434 +github.com/varlink/go 92687ab4eb68d99e43b1f5b93477ad76bb54f811 github.com/containers/buildah e7ca330f923701dba8859f5c014d0a9a3f7f0a49 # TODO: Gotty has not been updated since 2012. Can we find replacement? github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512 |