Add darwin monitor

This commit is contained in:
世界 2022-08-04 18:23:58 +08:00
parent a8fd6450d4
commit 2a1554dfd3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
14 changed files with 205 additions and 11 deletions

5
go.mod
View file

@ -4,8 +4,9 @@ go 1.18
require (
github.com/sagernet/netlink v0.0.0-20220803045538-bdac49abf805
github.com/sagernet/sing v0.0.0-20220730061053-a21e329a2698
golang.org/x/sys v0.0.0-20220731174439-a90be440212d
github.com/sagernet/sing v0.0.0-20220801112236-1bb95f9661fc
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d
)