Add pause support
This commit is contained in:
parent
2835be4411
commit
606102e010
4 changed files with 16 additions and 4 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/sagernet/wireguard-go
|
|||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/sagernet/sing v0.7.10
|
||||
golang.org/x/crypto v0.13.0
|
||||
golang.org/x/net v0.15.0
|
||||
golang.org/x/sys v0.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue