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

Attempt to fix go get errors #75

Closed ticky closed 4 years ago

ticky commented 4 years ago

This is an attempt to fix #71 and #74 via copying the approach from buildkite/agent#1115 and notes from buildkite/agent#1026.

As an aside, it attempts to bump urfave/cli to the latest v1 for good measure.

I’m not actually sure how to test that this fixes the problem, given go get wants to download from the specified git URI, and when it’s already locally cached it doesn’t seem to do anything (even with -v specified). Tips would be highly welcomed!