aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 20:45:38 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-16 20:45:38 +0100
commitfaa84e841e92304ffeeb164849b48d58f84dd6b8 (patch)
treeca7af7360f6772ffa2c4900c21b5f4cc0522321e /go.mod
parentfetcher: user exit is not a real error (diff)
downloadwireguard-windows-faa84e841e92304ffeeb164849b48d58f84dd6b8.tar.xz
wireguard-windows-faa84e841e92304ffeeb164849b48d58f84dd6b8.zip
mod: bump for recent conf additions
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f87e943e..20ab1d43 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,9 @@ go 1.15
require (
github.com/lxn/walk v0.0.0-20201110160827-18ea5e372cdb
github.com/lxn/win v0.0.0-20201111105847-2a20daff6a55
- golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
+ golang.org/x/crypto v0.0.0-20201116153603-4be66e5b6582
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
- golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba
+ golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48
golang.org/x/text v0.3.4
golang.zx2c4.com/wireguard v0.0.20200321-0.20201111175144-60b3766b89b9
)