log to file

This commit is contained in:
2025-07-24 08:29:34 -07:00
parent caf2004388
commit 0b80c2d713
10 changed files with 113 additions and 110 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
git.burkey.co/eburk/epochcli v0.0.0-20250724135717-365171fddc6b
github.com/rs/zerolog v1.34.0
github.com/zalando/go-keyring v0.2.6
gopkg.in/natefinch/lumberjack.v2 v2.2.1
howett.net/plist v1.0.1
)