add logger option for tun router

This commit is contained in:
ginuerzh
2023-11-19 14:41:10 +08:00
parent ea8ff5f77a
commit 2c17e4417d
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20231119062035-6b01698ea9f4
github.com/go-gost/x v0.0.0-20231119062321-74639e9c4e78
github.com/go-gost/x v0.0.0-20231119063924-c95edd6ed3e5
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)