buildkite / terminal-to-html

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

Fix go get - github profile name changed #69

Closed mulbc closed 4 years ago

mulbc commented 4 years ago

Since the developer of the only dependency changed his Github profile name, the go get does not work any more:

$ go get github.com/buildkite/terminal-to-html/cmd/terminal-to-html
go: github.com/buildkite/terminal-to-html/cmd/terminal-to-html imports
        github.com/codegangsta/cli: github.com/codegangsta/cli@v1.22.2: parsing go.mod:
        module declares its path as: github.com/urfave/cli
                but was required as: github.com/codegangsta/cli

This PR fixes this

yob commented 4 years ago

Thanks for flagging this @mulbc. I've incorporated your change into a PR that also upgrades the dependency: #73. Hopefully we can get it merged soon!