Skip to content

Commit 50934e0

Browse files
committed
fix sniffing for websocket
1 parent c2ed9c6 commit 50934e0

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.7
9+
github.com/go-gost/x v0.7.8
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.7 h1:cDJf3Cm82+tdMSg4OKo3JIryA4bWebEfa4Kp1ZPxOC4=
65-
github.com/go-gost/x v0.7.7/go.mod h1:IORcg2ougLSWiiacHmZ7F5xTWH+ZtWP5eaiZ7nEutyE=
64+
github.com/go-gost/x v0.7.8 h1:4pGIJ6kZux2b3VkPa+9io4+M4FCWaeRTo9BO5yybj54=
65+
github.com/go-gost/x v0.7.8/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)