aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 7 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c8fde17b..5e0a14ce 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,16 @@
module golang.zx2c4.com/wireguard/windows
require (
- github.com/Microsoft/go-winio latest
+ golang.zx2c4.com/winipcfg latest
+ golang.zx2c4.com/wireguard latest
+
golang.org/x/crypto latest
golang.org/x/net latest
golang.org/x/sys latest
- golang.zx2c4.com/winipcfg latest
- golang.zx2c4.com/wireguard latest
+
+ github.com/Microsoft/go-winio latest
+ github.com/lxn/walk latest
+ github.com/lxn/win latest
)
replace (