diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-04-13 01:58:53 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-04-13 02:02:02 +0200 |
commit | e0a8c22aa64d6a606cb03e3fd09eaa3e62a2f7c9 (patch) | |
tree | 1a1c1d8bd027367ae3efb23f88ef3333e5b5e689 /go.mod | |
parent | 0b77bf78cda24582688325cf3197866b60aed69e (diff) |
windows: use proper constants from updated x/sys
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ module golang.zx2c4.com/wireguard +go 1.12 + require ( 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 + golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a + golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 + golang.org/x/sys v0.0.0-20190412213103-97732733099d ) |