add log rotation

This commit is contained in:
ginuerzh
2022-10-20 21:10:25 +08:00
parent 8274b62672
commit b86d7ee06d
3 changed files with 28 additions and 10 deletions

5
go.mod
View File

@ -5,8 +5,9 @@ go 1.18
replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a
require (
github.com/go-gost/core v0.0.0-20220928034632-6e7a8f461903
github.com/go-gost/x v0.0.0-20220928035231-bd7da26c4248
github.com/go-gost/core v0.0.0-20221020130224-eb9d483127cc
github.com/go-gost/x v0.0.0-20221020130826-669e80b78047
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
require (