Skip to content

Commit 8d05a6e

Browse files
committed
add multiple entrypoints for tunnel
1 parent 0348a16 commit 8d05a6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.5
66

77
require (
88
github.com/go-gost/core v0.3.3
9-
github.com/go-gost/x v0.7.9
9+
github.com/go-gost/x v0.7.10
1010
github.com/judwhite/go-svc v1.2.1
1111
)
1212

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ github.com/go-gost/relay v0.5.0 h1:JG1tgy/KWiVXS0ukuVXvbM0kbYuJTWxYpJ5JwzsCf/c=
6161
github.com/go-gost/relay v0.5.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
6262
github.com/go-gost/tls-dissector v0.1.1 h1:2zUOTPzCQAUQ54Rpy0UEi3JPMQSYsIFSeFeKrzmkCoU=
6363
github.com/go-gost/tls-dissector v0.1.1/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
64-
github.com/go-gost/x v0.7.9 h1:eebSSwlIIXY6SUy8oO6Asnccda0YPrPwiXEbpJhG1zU=
65-
github.com/go-gost/x v0.7.9/go.mod h1:IORcg2ougLSWiiacHmZ7F5xTWH+ZtWP5eaiZ7nEutyE=
64+
github.com/go-gost/x v0.7.10 h1:S7qN6q2XrqzfvqBL0w2QTtTjgwT/m8bMHkXNXRrXLg8=
65+
github.com/go-gost/x v0.7.10/go.mod h1:IORcg2ougLSWiiacHmZ7F5xTWH+ZtWP5eaiZ7nEutyE=
6666
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
6767
github.com/go-playground/assert/v2 v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
6868
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=

0 commit comments

Comments
 (0)