add HTTP based plugin

This commit is contained in:
ginuerzh
2023-09-20 22:58:48 +08:00
parent 0b1540b23a
commit 6982b8af63
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@ -5,8 +5,8 @@ go 1.20
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-20230919141921-a1419ec2f4d1
github.com/go-gost/x v0.0.0-20230919143509-afddd2d29e63
github.com/go-gost/core v0.0.0-20230920145336-6d0e88635be9
github.com/go-gost/x v0.0.0-20230920145643-176015150061
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)