aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod.master
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-10-26 10:57:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-10-26 11:54:56 +0200
commit55428973b31926dcf5e7a2ed487e1bb7ea995871 (patch)
treedb8c19ff80de49befa67b7670d6ebcd5b92b82d9 /go.mod.master
parentservices: use more reliable method of detecting boot-up (diff)
downloadwireguard-windows-55428973b31926dcf5e7a2ed487e1bb7ea995871.tar.xz
wireguard-windows-55428973b31926dcf5e7a2ed487e1bb7ea995871.zip
mod: bump x/sys to private branch
Hopefully we can revert this when https://go-review.googlesource.com/c/sys/+/358394 is merged. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod.master')
-rw-r--r--go.mod.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod.master b/go.mod.master
index 35d6a886..b106dfea 100644
--- a/go.mod.master
+++ b/go.mod.master
@@ -14,4 +14,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
+ golang.org/x/sys => golang.zx2c4.com/wireguard/windows pkg/sys
)