fix issue #625
Some checks failed
docker / build (push) Has been cancelled

This commit is contained in:
ginuerzh 2024-12-18 19:06:59 +08:00
parent 161d96f582
commit f376db2000
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/go-gost/core v0.1.11
github.com/go-gost/x v0.2.22
github.com/go-gost/x v0.2.23
github.com/judwhite/go-svc v1.2.1
)

4
go.sum
View File

@ -63,8 +63,8 @@ github.com/go-gost/relay v0.5.0 h1:JG1tgy/KWiVXS0ukuVXvbM0kbYuJTWxYpJ5JwzsCf/c=
github.com/go-gost/relay v0.5.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.1.1 h1:2zUOTPzCQAUQ54Rpy0UEi3JPMQSYsIFSeFeKrzmkCoU=
github.com/go-gost/tls-dissector v0.1.1/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.2.22 h1:SS0rgCjhP0IXnGna5/EuwlDBe+PZCyercwYlZnwuLmI=
github.com/go-gost/x v0.2.22/go.mod h1:DFKX0PTDiAZmK3IFXHBywrHqMDssJ7c4lWsmVW16fUw=
github.com/go-gost/x v0.2.23 h1:Uker7HkZQGwjX5KnWKYIhZX/fpwDWJsZOXnbTU9jFAI=
github.com/go-gost/x v0.2.23/go.mod h1:DFKX0PTDiAZmK3IFXHBywrHqMDssJ7c4lWsmVW16fUw=
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=