Add read deadline implementation

This commit is contained in:
世界 2023-04-08 22:15:37 +08:00
parent 78d8070aa6
commit 9abef01943
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 16 additions and 14 deletions

6
go.mod
View file

@ -3,7 +3,7 @@ module github.com/sagernet/sing-shadowtls
go 1.18
require (
github.com/sagernet/sing v0.1.6
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
github.com/sagernet/sing v0.2.3-0.20230409094616-7f8eaee1b6c8
golang.org/x/crypto v0.8.0
golang.org/x/sys v0.7.0
)