Add pause support

This commit is contained in:
世界 2023-08-07 20:57:31 +08:00
parent 2835be4411
commit 606102e010
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 16 additions and 4 deletions

1
go.mod
View file

@ -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