Add maintain log in scheduled mode

This commit is contained in:
2024-07-28 16:59:26 +02:00
parent 117fdbde82
commit 0aa38eec20
7 changed files with 54 additions and 15 deletions

8
go.mod
View File

@@ -7,4 +7,10 @@ require (
github.com/spf13/pflag v1.0.5
)
require github.com/inconshreveable/mousetrap v1.1.0 // indirect
require (
github.com/hpcloud/tail v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.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
)