aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-10-17 15:20:33 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-17 15:44:09 +0200
commit8d9ae510ccade9e69b29f76e6de2717ecc944c52 (patch)
treeb9154693d7699416bda86004701338444a1713be /go.mod
parentupdater: use ed25519 from standard library (diff)
downloadwireguard-windows-8d9ae510ccade9e69b29f76e6de2717ecc944c52.tar.xz
wireguard-windows-8d9ae510ccade9e69b29f76e6de2717ecc944c52.zip
mod: bump
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 abdacb8f..03a68009 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,11 @@ module golang.zx2c4.com/wireguard/windows
require (
github.com/lxn/walk v0.0.0-20191001144247-31870cf268b0
github.com/lxn/win v0.0.0-20190919090605-24c5960b03d8
- golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
- golang.org/x/net v0.0.0-20191007182048-72f939374954
- golang.org/x/sys v0.0.0-20191008105621-543471e840be
+ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
+ golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
+ golang.org/x/sys v0.0.0-20191010194322-b09406accb47
golang.org/x/text v0.3.2
- golang.zx2c4.com/wireguard v0.0.20190909-0.20191008144818-222f0f8000e8
+ golang.zx2c4.com/wireguard v0.0.20191013-0.20191017134306-ae492d1b3599
)
replace (