aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-02-25 15:09:01 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-25 15:09:01 +0100
commit5fedaf68cd95014664e18da4d80f4430b735bbae (patch)
tree42e994d1021a50423280fe956be3a1928acb849f /go.mod
parentversion: bump (diff)
downloadwireguard-windows-5fedaf68cd95014664e18da4d80f4430b735bbae.tar.xz
wireguard-windows-5fedaf68cd95014664e18da4d80f4430b735bbae.zip
mod: bump for rio fallback fix
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e6ee4742..ade99008 100644
--- a/go.mod
+++ b/go.mod
@@ -7,9 +7,9 @@ require (
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
- golang.org/x/sys v0.0.0-20210225014209-683adc9d29d7
+ golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
golang.org/x/text v0.3.6-0.20210220033129-8f690f22cf1c
- golang.zx2c4.com/wireguard v0.0.0-20210225015031-6856c0ff0e50
+ golang.zx2c4.com/wireguard v0.0.0-20210225140808-70b7b7158fc9
)
replace (