aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-23 15:18:58 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-23 15:26:55 +0200
commitbb4ae18c8a81f376c435b78fe80e087569a2efce (patch)
treed0a5711d8f2fa18bdede241686a1608480aa5436 /go.mod
parentui: fix listview painting on win 7 classic theme and high contrast themes (diff)
downloadwireguard-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 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
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
)