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

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
github.com/golang/protobuf v1.3.2
github.com/imdario/mergo v0.3.8
github.com/kardianos/service v1.0.0
github.com/kardianos/service v1.1.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/miekg/dns v1.1.25