Fix SS TCP relay error handling

This commit is contained in:
Quentin McGaw
2020-08-16 23:25:44 +00:00
parent cf1919c27f
commit fc1d96087e
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/golang/mock v1.4.4
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/qdm12/golibs v0.0.0-20200712151944-a0325873bf5a
github.com/qdm12/ss-server v0.0.0-20200816230146-a9af69e3f62b
github.com/qdm12/ss-server v0.0.0-20200816232420-d227473c740e
github.com/stretchr/testify v1.6.1
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed
)