tun: windows: use new constants in sys

This commit is contained in:
Jason A. Donenfeld
2019-03-20 23:42:30 -06:00
parent c050c6e60f
commit ca59b60aa7
3 changed files with 15 additions and 13 deletions

8
go.mod
View File

@@ -1,8 +1,8 @@
module golang.zx2c4.com/wireguard
require (
github.com/Microsoft/go-winio v0.4.11
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
github.com/Microsoft/go-winio v0.4.12
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54
)