update go.mod

This commit is contained in:
ginuerzh
2023-01-29 20:53:33 +08:00
parent 98aef6ba90
commit ed7d72bfd8
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-20230114050924-1a8c1ccb1dc5
github.com/go-gost/x v0.0.0-20230129123113-66234239e416
github.com/go-gost/core v0.0.0-20230129124513-1a643651c025
github.com/go-gost/x v0.0.0-20230129124618-a0efee154159
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)