Use Wireguard's DoAsSystem, fix build tags and go.mod/go.sum

This commit is contained in:
Neil Alexander 2019-11-23 13:46:05 +00:00
parent 0529910b01
commit d0a307db97
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 18 additions and 100 deletions

8
go.mod
View file

@ -9,14 +9,12 @@ require (
github.com/hjson/hjson-go v3.0.1-0.20190209023717-9147687966d9+incompatible
github.com/kardianos/minwinsvc v0.0.0-20151122163309-cad6b2b879b0
github.com/mitchellh/mapstructure v1.1.2
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
github.com/yggdrasil-network/water v0.0.0-20190812103929-c83fe40250f8
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
golang.org/x/sys v0.0.0-20191024172528-b4ff53e7a1cb
golang.org/x/sys v0.0.0-20191025090151-53bf42e6b339
golang.org/x/text v0.3.2
golang.zx2c4.com/wireguard v0.0.20191012
golang.zx2c4.com/wireguard v0.0.20191013-0.20191022095125-f7d0edd2ecf5
golang.zx2c4.com/wireguard/windows v0.0.35
)