mirror of
https://github.com/SagerNet/sing-shadowtls.git
synced 2025-04-03 20:27:35 +03:00
Add read deadline implementation
This commit is contained in:
parent
78d8070aa6
commit
9abef01943
4 changed files with 16 additions and 14 deletions
6
go.mod
6
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue