aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-08-05 15:04:59 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-08-05 16:21:12 +0200
commit7bbdbdcd45defa634fe9ffaf91f598341c7b0741 (patch)
tree3ba5cf9ea00b42e59fc48b2ee7d578c605e603b6 /go.mod
parentui: show update tab but not alert for limited user (diff)
downloadwireguard-windows-7bbdbdcd45defa634fe9ffaf91f598341c7b0741.tar.xz
wireguard-windows-7bbdbdcd45defa634fe9ffaf91f598341c7b0741.zip
mod: bump
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 ce970c4d..aa12af12 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
golang.org/x/text v0.3.7-0.20210524175448-3115f89c4b99
- golang.zx2c4.com/wireguard v0.0.0-20210728232740-bad6caeb82ed
+ golang.zx2c4.com/wireguard v0.0.0-20210805125648-3957e9b9dd19
)
replace (