sanbornm / go-selfupdate

Enable your Go applications to self update
MIT License
1.52k stars 173 forks source link

Fix go update import #12

Closed nickethier closed 9 years ago

nickethier commented 9 years ago

Looks like the api for an upstream lib has changed. This patch should fix this as the maintainer has a gopkg.in for the older api.

https://github.com/inconshreveable/go-update#older-api-versions

Also resaved the godep imports which pulled in another dep that didn't get saved.

sanbornm commented 9 years ago

Thanks!