remove unnecessary replace and update gost modules

This commit is contained in:
Christian Groschupp
2024-05-29 18:40:40 +02:00
parent 2161b97064
commit 8846c69c05
2 changed files with 6 additions and 4 deletions

6
go.mod
View File

@ -4,11 +4,9 @@ go 1.22
toolchain go1.22.2
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-20240424153155-5d6c2115fa15
github.com/go-gost/x v0.0.0-20240426125656-332a3a1cd09f
github.com/go-gost/core v0.0.0-20240508132029-8d554ddcf77c
github.com/go-gost/x v0.0.0-20240508132615-754b2fdeacd4
github.com/judwhite/go-svc v1.2.1
)