aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 4 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index cb619b09..db838456 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,15 @@
module golang.zx2c4.com/wireguard/windows
require (
+
github.com/lxn/walk v0.0.0-20190619151032-86d8802c197a
github.com/lxn/win v0.0.0-20190716185335-d1d36f0e4f48
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
- golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
- golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa
+ golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
+ golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
golang.org/x/text v0.3.2
- golang.zx2c4.com/wireguard v0.0.20190805
+ golang.zx2c4.com/wireguard v0.0.20190806-0.20190819081250-eb786cd7c113
)
replace (