add dialTimeout option for service

This commit is contained in:
ginuerzh
2024-06-25 21:44:39 +08:00
parent 56a68ae06f
commit cd4fad8c08
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ go 1.22
toolchain go1.22.2
require (
github.com/go-gost/core v0.0.0-20240624131323-ca340b1bf1a2
github.com/go-gost/x v0.0.0-20240624131804-f9bfca76ed1f
github.com/go-gost/core v0.0.0-20240625123708-4e831b95e8cc
github.com/go-gost/x v0.0.0-20240625124038-b99292bed854
github.com/judwhite/go-svc v1.2.1
)