From 55428973b31926dcf5e7a2ed487e1bb7ea995871 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 26 Oct 2021 10:57:49 +0200 Subject: 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 --- go.mod.master | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod.master') 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 ) -- cgit v1.2.3-59-g8ed1b