add webapi for ingress

This commit is contained in:
ginuerzh
2023-01-15 17:46:24 +08:00
parent fa47726c3d
commit cf49a3ae46
2 changed files with 3 additions and 3 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-20230114050924-1a8c1ccb1dc5
github.com/go-gost/x v0.0.0-20230114051515-82cd924c867f
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)