Add pause support
This commit is contained in:
parent
b4db0692d3
commit
7be452de15
4 changed files with 18 additions and 7 deletions
3
go.mod
3
go.mod
|
|
@ -3,8 +3,9 @@ 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
|
||||
golang.org/x/sys v0.21.0
|
||||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue