diff options
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor.conf b/vendor.conf index 9b9044b66..76e8b0003 100644 --- a/vendor.conf +++ b/vendor.conf @@ -49,6 +49,7 @@ github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-multierror v1.0.0 github.com/imdario/mergo v0.3.6 github.com/json-iterator/go 1.1.5 +github.com/konsorten/go-windows-terminal-sequences v1.0.2 github.com/modern-go/concurrent 1.0.3 github.com/modern-go/reflect2 v1.0.1 github.com/mistifyio/go-zfs v2.1.1 @@ -66,8 +67,7 @@ github.com/pmezard/go-difflib v1.0.0 github.com/pquerna/ffjson e517b90714f7c0eabe6d2e570a5886ae077d6db6 github.com/seccomp/libseccomp-golang v0.9.0 github.com/seccomp/containers-golang v0.1 -# TODO: logrus.IsTerminal() is private starting with v1.1.x and requires code changes in libpod -github.com/sirupsen/logrus v1.0.0 +github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.3 github.com/stretchr/testify v1.3.0 github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2 @@ -93,7 +93,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/containers/buildah v1.8.4 +github.com/containers/buildah v1.9.0 github.com/varlink/go 0f1d566d194b9d6d48e0d47c5e4d822628919066 # TODO: Gotty has not been updated since 2012. Can we find replacement? github.com/Nvveen/Gotty cd527374f1e5bff4938207604a14f2e38a9cf512 |