aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod.master
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod.master')
-rw-r--r--go.mod.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod.master b/go.mod.master
index e24ca108..ca40b2f0 100644
--- a/go.mod.master
+++ b/go.mod.master
@@ -1,13 +1,14 @@
module golang.zx2c4.com/wireguard/windows
+go 1.18
+
require (
github.com/lxn/walk latest
github.com/lxn/win latest
golang.org/x/crypto latest
golang.org/x/net latest
golang.org/x/sys latest
- golang.org/x/text latest
- golang.zx2c4.com/wireguard master
+ golang.org/x/text master
)
replace (