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
)

4
go.sum
View File

@ -102,8 +102,8 @@ github.com/go-gost/relay v0.2.0 h1:8udTweykgDUdOY1j1U90fApNuG7Sp7pvKoiIp3eV6ME=
github.com/go-gost/relay v0.2.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451 h1:xj8gUZGYO3nb5+6Bjw9+tsFkA9sYynrOvDvvC4uDV2I=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.0.0-20230114051515-82cd924c867f h1:lGRw7N4ymTJoLsgH10CQ48Olp4z3KHKmGrNJ5i1NPcY=
github.com/go-gost/x v0.0.0-20230114051515-82cd924c867f/go.mod h1:mtoc1CuRfHziBkgfvdUWZ0S4bFsuYccVCqPxwXZQQhU=
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15 h1:tQNMRJY+EkuN2e+tbXV95TTrGzL/Z0YhgCRg8kECd18=
github.com/go-gost/x v0.0.0-20230115094412-834c6447ca15/go.mod h1:mtoc1CuRfHziBkgfvdUWZ0S4bFsuYccVCqPxwXZQQhU=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=