aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 87c627bd..1e2fc7c9 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ require (
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
- golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
- golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c
- golang.org/x/text v0.3.2
+ golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
+ golang.org/x/sys v0.0.0-20200301040627-c5d0d7b4ec88
+ golang.org/x/text v0.3.3-0.20191230102452-929e72ca90de
golang.zx2c4.com/wireguard v0.0.20200122-0.20200214175355-9cbcff10dd3e
)