aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 20:18:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 20:26:57 +0200
commit2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6 (patch)
treea4298e53f0956188e78c529a78c4ad0e8a698b7e /go.mod
parentui: trade one hack for another in confview (diff)
downloadwireguard-windows-2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6.tar.xz
wireguard-windows-2bb661dc7c70420c3e5c97c5fff70f954a4bb5e6.zip
winipcfg: import
We'll maintain this as part of the same repo here. Later maybe we'll push it into x/sys/windows. Signed-off-by: Simon Rozman <simon@rozman.si> Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
Diffstat (limited to '')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b261fb42..187448f3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,6 @@
module golang.zx2c4.com/wireguard/windows
require (
- golang.zx2c4.com/winipcfg latest
golang.zx2c4.com/wireguard v0.0.20190517
golang.org/x/crypto latest