diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-04 08:35:09 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-03-08 16:08:44 -0500 |
commit | 2f3875d0098093fa740d871b81e91a8533fe9878 (patch) | |
tree | 85b4af106ee9c3a43c3ce6363f918da9540db0a5 /vendor.conf | |
parent | 008aaf7468bf6987a5b6c0b9eb63cf9a2972f7d1 (diff) | |
download | podman-2f3875d0098093fa740d871b81e91a8533fe9878.tar.gz podman-2f3875d0098093fa740d871b81e91a8533fe9878.tar.bz2 podman-2f3875d0098093fa740d871b81e91a8533fe9878.zip |
Move secrets package to buildah
Trying to remove circular dependencies between libpod and buildah.
First step to move pkg content from libpod to buildah.
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 f739c76f4..e7aec5e35 100644 --- a/vendor.conf +++ b/vendor.conf @@ -93,7 +93,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 v1.7.1 +github.com/containers/buildah 11dd2197dfffedb40687de1d667e6c9fb0708de9 # TODO: Gotty has not been updated since 2012. Can we find replacement? github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512 # do not go beyond the below commit as the next one requires a more recent |