aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-13 01:58:53 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-13 02:02:02 +0200
commite0a8c22aa64d6a606cb03e3fd09eaa3e62a2f7c9 (patch)
tree1a1c1d8bd027367ae3efb23f88ef3333e5b5e689 /go.mod
parentconn: linux: RTA_MARK has moved to x/sys (diff)
downloadwireguard-go-e0a8c22aa64d6a606cb03e3fd09eaa3e62a2f7c9.tar.xz
wireguard-go-e0a8c22aa64d6a606cb03e3fd09eaa3e62a2f7c9.zip
windows: use proper constants from updated x/sys
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8716780..98210f9 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,10 @@
module golang.zx2c4.com/wireguard
+go 1.12
+
require (
github.com/Microsoft/go-winio v0.4.12
- golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576
- golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
- golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54
+ golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
+ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
+ golang.org/x/sys v0.0.0-20190412213103-97732733099d
)