PaperCutSoftware / silver

SILVER - A cross-platform service/daemon wrapper with in-build auto-update, crash resilience and more.
MIT License
54 stars 13 forks source link

Updated version of github.com/kardianos/service and typo corrections #17

Open JoachAnts opened 7 years ago

hiroxy commented 7 years ago

In terms of the package update, you need to update not only the Godeps.json but the package source directory, i.e. Godeps/_workspace/src/github.com/kardianos, in order to be able godep to use it. In addition, we should consider storing the third party packages into vendor directory instead of Godeps/_workspace in near future.