aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-09-24 13:57:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-09-27 10:44:35 +0200
commit18edc6cf99ae173ec2dd074e7fe7540261e4197c (patch)
treefd12d48fbe2d3fb184016ca8ae7ff7e512f46049 /go.mod
parentRevert "updater: use winhttp to reduce filesize" (diff)
downloadwireguard-windows-18edc6cf99ae173ec2dd074e7fe7540261e4197c.tar.xz
wireguard-windows-18edc6cf99ae173ec2dd074e7fe7540261e4197c.zip
mod: bump versions
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 82a06321..4159b8f3 100644
--- a/go.mod
+++ b/go.mod
@@ -4,11 +4,11 @@ require (
github.com/lxn/walk v0.0.0-20190923074432-2011aca68435
github.com/lxn/win v0.0.0-20190919090605-24c5960b03d8
- golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
- golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72
- golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
+ golang.org/x/crypto v0.0.0-20190926180335-cea2066c6411
+ golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
+ golang.org/x/sys v0.0.0-20190926180325-855e68c8590b
golang.org/x/text v0.3.2
- golang.zx2c4.com/wireguard v0.0.20190909-0.20190922100135-5774e6be91d3
+ golang.zx2c4.com/wireguard v0.0.20190909-0.20190926195357-e90ae94ff879
)
replace (