Add maintaining log in scheduled mode

This commit is contained in:
2024-07-28 22:54:31 +02:00
parent 2e61054334
commit c8e68af09f
5 changed files with 47 additions and 8 deletions

4
go.mod
View File

@@ -5,6 +5,10 @@ go 1.21.0
require github.com/spf13/pflag v1.0.5
require (
github.com/hpcloud/tail v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)