add mux config

This commit is contained in:
ginuerzh
2023-10-17 21:56:29 +08:00
parent f8a19e0829
commit 61002b7c9c
3 changed files with 7 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-20231015073540-f08c81460234
github.com/go-gost/x v0.0.0-20231016155358-bf5311ddc34e
github.com/go-gost/x v0.0.0-20231017135507-1759c95e7804
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)