diff options
author | 2019-04-29 08:05:20 +0200 | |
---|---|---|
committer | 2019-04-29 08:37:42 +0200 | |
commit | 3c3b13289a304abb1325d94fc6f8345680ef6f18 (patch) | |
tree | 59b5166d792604755e30fafb4fb21033c2abbc3f /go.mod | |
parent | ui: fix the status dot alignment (diff) | |
download | wireguard-windows-3c3b13289a304abb1325d94fc6f8345680ef6f18.tar.xz wireguard-windows-3c3b13289a304abb1325d94fc6f8345680ef6f18.zip |
go.mod: use forked winio with no thirdparty deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ) |