aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-03 22:51:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-03 22:56:35 +0100
commit913c1fc7c9d25677ba69ff802f36c505d1b9335f (patch)
treec39b05edef2f23aa94510408e95da052ae72388d /go.mod
parentglobal: use CloseHandle rather than Close (diff)
downloadwireguard-windows-913c1fc7c9d25677ba69ff802f36c505d1b9335f.tar.xz
wireguard-windows-913c1fc7c9d25677ba69ff802f36c505d1b9335f.zip
build: bump wintun to 0.10.1 and wg-go too
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0ed94cf9..0e5a47bc 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
golang.org/x/text v0.3.5
- golang.zx2c4.com/wireguard v0.0.0-20210129191048-a9f80d8c587d
+ golang.zx2c4.com/wireguard v0.0.0-20210203165646-9c7bd73be2cc
)
replace (