buildkite / terminal-to-html

Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
http://buildkite.github.io/terminal-to-html
MIT License
658 stars 44 forks source link

Bump urfave/cli dependency to the latest 1.x release #73

Closed yob closed 4 years ago

yob commented 4 years ago

Historically, we depended on github.com/codegangsta/cli to build our CLI interface. However, the github user has changed their username, so the module import path is now github.com/urfave/cli. While updating that, I've bumped us to the latest 1.x version.

There is a fairly recent 2.x release with some breaking changes, but I've held off on that because I haven't wrapped my head around the changes yet.

Note that this includes PR #69.