add auth support for forwarder node

This commit is contained in:
ginuerzh
2023-01-31 14:07:20 +08:00
parent 799c95bfb4
commit 6b05bcb0ab
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -5,8 +5,8 @@ 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-20230129124513-1a643651c025
github.com/go-gost/x v0.0.0-20230130130921-1c6bc9283ea2
github.com/go-gost/core v0.0.0-20230131053758-ff3b77ac2899
github.com/go-gost/x v0.0.0-20230131060428-ebdb77d71faa
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)