diff options
author | Valentin Rothberg <vrothberg@suse.com> | 2018-07-04 14:10:06 +0200 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-05 10:43:17 +0000 |
commit | 49fe03c626dc10781f2d3241a489c95515af9db4 (patch) | |
tree | 692558deab5e7cec0d7855f954b4842470330541 /vendor.conf | |
parent | f2462ca59e4a48b9f23e3c8f2acaa8bce60d588d (diff) | |
download | podman-49fe03c626dc10781f2d3241a489c95515af9db4.tar.gz podman-49fe03c626dc10781f2d3241a489c95515af9db4.tar.bz2 podman-49fe03c626dc10781f2d3241a489c95515af9db4.zip |
urfave/cli: fix parsing of short opts
Vendor an updated version of urfave/cli to fix the parsing of short
options. Until the fix is merged upstream, vendor the code from
github.com/vrothberg/cli containing both, the latest urfave/cli and
the bug fix.
Fixes: #714
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #1046
Approved by: rhatdan
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 df4e72285..19c903c29 100644 --- a/vendor.conf +++ b/vendor.conf @@ -62,7 +62,7 @@ github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987 github.com/syndtr/gocapability e7cb7fa329f456b3855136a2642b197bad7366ba github.com/tchap/go-patricia v2.2.6 github.com/ulule/deepcopier master -github.com/urfave/cli 39908eb08fee7c10d842622a114a5c133fb0a3c6 +github.com/urfave/cli fix-short-opts-parsing https://github.com/vrothberg/cli github.com/vbatts/tar-split v0.10.2 github.com/vishvananda/netlink master github.com/vishvananda/netns master |