aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 49076a6..8716780 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)