add auth CLI support for api & metrics

This commit is contained in:
ginuerzh
2024-01-07 19:42:14 +08:00
parent f68bfdb149
commit fdd3eb61c3
3 changed files with 44 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-20240103125300-5a427b4eaf99
github.com/go-gost/x v0.0.0-20240103125506-c959fc2f7376
github.com/go-gost/x v0.0.0-20240107114042-262ac0e9a57c
github.com/judwhite/go-svc v1.2.1
)