add unix domain socket support for api & metrics services

This commit is contained in:
ginuerzh
2024-11-22 22:51:16 +08:00
parent fdc88af4ac
commit c45f148a88
4 changed files with 35 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ toolchain go1.22.2
require (
github.com/go-gost/core v0.1.11
github.com/go-gost/x v0.2.18
github.com/go-gost/x v0.2.19
github.com/judwhite/go-svc v1.2.1
)