diff options
author | baude <bbaude@redhat.com> | 2019-02-08 20:09:04 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-02-11 17:48:34 -0600 |
commit | a1ab6788e4df5cf270e99befdd69026e5d7fcd3a (patch) | |
tree | 62620c54b77201acd5ed578c3ab8b55da8f6ac6a /vendor.conf | |
parent | 54a5584d84d37632c1c8480d437a012625526a84 (diff) | |
download | podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.tar.gz podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.tar.bz2 podman-a1ab6788e4df5cf270e99befdd69026e5d7fcd3a.zip |
Remove urfave/cli from libpod
This is the final cleanup to remove urfave/sli from libpod. Removed
old, disabled tests that have not been run in over a year.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor.conf b/vendor.conf index 116120aa8..911b83325 100644 --- a/vendor.conf +++ b/vendor.conf @@ -68,8 +68,6 @@ github.com/stretchr/testify v1.3.0 github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2 github.com/tchap/go-patricia v2.2.6 github.com/ulule/deepcopier ca99b135e50f526fde9cd88705f0ff2f3f95b77c -# TODO: urfave/cli is not active anymore. We should transition to another library. -github.com/urfave/cli b67dcf995b6a7b7f14fad5fcb7cc5441b05e814b github.com/vbatts/tar-split v0.11.1 github.com/vishvananda/netlink v1.0.0 github.com/vishvananda/netns 13995c7128ccc8e51e9a6bd2b551020a27180abd |