aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7d6cf675..40f0aff4 100644
--- a/go.mod
+++ b/go.mod
@@ -8,3 +8,8 @@ require (
golang.zx2c4.com/winipcfg latest
golang.zx2c4.com/wireguard latest
)
+
+replace (
+ github.com/lxn/walk => golang.zx2c4.com/wireguard/windows pkg/walk
+ github.com/lxn/win => golang.zx2c4.com/wireguard/windows pkg/walk-win
+)