aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 00000000..7d6cf675
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module golang.zx2c4.com/wireguard/windows
+
+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-20190220154126-629670e5acc5
+ golang.zx2c4.com/winipcfg latest
+ golang.zx2c4.com/wireguard latest
+)