fix race condition in relay udp conn

This commit is contained in:
ginuerzh
2023-11-14 22:37:33 +08:00
parent b8383b1076
commit bf1bab7d84
2 changed files with 3 additions and 9 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-20231113123850-a916f0401649
github.com/go-gost/x v0.0.0-20231114114157-d7b7ac635706
github.com/go-gost/x v0.0.0-20231114143546-9584bdbf4c7e
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)