From bb4ae18c8a81f376c435b78fe80e087569a2efce Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 23 May 2019 15:18:58 +0200 Subject: manager: use winpipe instead of winio Signed-off-by: Jason A. Donenfeld --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 187448f3..79da4ddb 100644 --- a/go.mod +++ b/go.mod @@ -1,14 +1,13 @@ module golang.zx2c4.com/wireguard/windows require ( - golang.zx2c4.com/wireguard v0.0.20190517 + golang.zx2c4.com/wireguard v0.0.20190518-0.20190523131602-8fdcf5ee30d9 golang.org/x/crypto latest golang.org/x/net latest golang.org/x/sys latest golang.org/x/text v0.3.0 - github.com/Microsoft/go-winio latest github.com/lxn/walk latest github.com/lxn/win latest ) @@ -16,5 +15,4 @@ 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 ) -- cgit v1.2.3-59-g8ed1b