From 66297fc38e554a18d3897308cc1c12c91ac543c7 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 5 Aug 2019 19:51:14 +0200 Subject: elevate: consider ImageBaseAddress to be sufficiently stable GetModuleHandle technically returns an opaque value, so comparing to the PEB might in some theoretical sense be cleaner. Signed-off-by: Jason A. Donenfeld --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 1b569226..cb619b09 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module golang.zx2c4.com/wireguard/windows require ( - github.com/lxn/walk v0.0.0-20190619151032-86d8802c197a github.com/lxn/win v0.0.0-20190716185335-d1d36f0e4f48 -- cgit v1.2.3-59-g8ed1b