Lafeng / deblocus

An Excellent Proxy.
MIT License
185 stars 42 forks source link

cli.go DEPRECATED Action signature cause error #42

Closed LazyZhu closed 8 years ago

LazyZhu commented 8 years ago

./deblocus -V deblocus version: v0.13.4780 DEPRECATED Action signature. Must be cli.ActionFunc. This is an error in the application. Please contact the distributor of this application if this is not you. See https://github.com/codegangsta/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

vickery commented 8 years ago

Use the latest dev branch, or switch to an old version of codegangsta/cli. And we will consider using golang vendor feature to cope with some bad changes of dependencies.

LazyZhu commented 8 years ago

Tested ok.