Bring in the new version of kardianos/service and output logfiles on osx (#303)

* this brings in the new version of kardianos/service which properly
outputs logs from launchd services

* add go sum

* is it really this easy?

* Update CHANGELOG.md
This commit is contained in:
Ryan Huber
2020-09-24 15:34:08 -07:00
committed by GitHub
parent c71c84882e
commit 0d6b55e495
3 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Updated the kardianos/service go library from 1.0.0 to 1.1.0, which
now creates launchd plist to write stdout/stderr to files by default.
## [1.3.0] - 2020-09-22
### Added