aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index cfff5b6..49076a6 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module golang.zx2c4.com/wireguard
require (
github.com/Microsoft/go-winio v0.4.11
- golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
- golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
- golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3
+ 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
)