aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 10d466cc..c8fde17b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module golang.zx2c4.com/wireguard/windows
require (
- github.com/Microsoft/go-winio v0.4.11
+ github.com/Microsoft/go-winio latest
golang.org/x/crypto latest
golang.org/x/net latest
golang.org/x/sys latest
@@ -12,4 +12,5 @@ require (
replace (
github.com/lxn/walk => golang.zx2c4.com/wireguard/windows pkg/walk
github.com/lxn/win => golang.zx2c4.com/wireguard/windows pkg/walk-win
+ github.com/Microsoft/go-winio => golang.zx2c4.com/wireguard/windows pkg/winio
)