fix race condition

This commit is contained in:
ginuerzh
2023-10-19 23:50:27 +08:00
parent a91300d078
commit e4b68d385a
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -5,8 +5,8 @@ go 1.21
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-20231015073540-f08c81460234
github.com/go-gost/x v0.0.0-20231018132244-f2fd6554ada4
github.com/go-gost/core v0.0.0-20231019154823-d354cf2539a5
github.com/go-gost/x v0.0.0-20231019154912-1e17320dfbb8
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)