jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

move to go modules and remove all non-core deps #6

Closed laverya closed 5 years ago

laverya commented 5 years ago

Among other things, this makes the 'deploy to heroku' button work again, as go 1.7 is no longer supported there.

(my first attempt to continue using an updated github.com/jpillora/opts failed - that's why it was swapped for flag and os)

jpillora commented 5 years ago

Thanks!

laverya commented 5 years ago

Thank you for making it available in the first place!