diff options
author | 2019-05-23 15:18:58 +0200 | |
---|---|---|
committer | 2019-05-23 15:26:55 +0200 | |
commit | bb4ae18c8a81f376c435b78fe80e087569a2efce (patch) | |
tree | d0a5711d8f2fa18bdede241686a1608480aa5436 /go.mod | |
parent | ui: fix listview painting on win 7 classic theme and high contrast themes (diff) | |
download | wireguard-windows-bb4ae18c8a81f376c435b78fe80e087569a2efce.tar.xz wireguard-windows-bb4ae18c8a81f376c435b78fe80e087569a2efce.zip |
manager: use winpipe instead of winio
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 ) |