From 0079a4b42942beb74c3f713fb52389a72d95579a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 24 Sep 2019 13:57:13 +0200 Subject: mod: bump versions Signed-off-by: Jason A. Donenfeld --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 ( -- cgit v1.2.3-59-g8ed1b