aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-20 20:04:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-20 20:12:32 +0100
commit294d3bedf959c9c496aaa877919a762acf07c684 (patch)
tree7a8b17097052e46d558511e85c0d392bfa571f01 /go.mod
parentdevice: remove unused fields from DummyDatagram and DummyBind (diff)
downloadwireguard-go-294d3bedf959c9c496aaa877919a762acf07c684.tar.xz
wireguard-go-294d3bedf959c9c496aaa877919a762acf07c684.zip
device: allow compiling with Go 1.15
Until we depend on Go 1.16 (which isn't released yet), alias our own variable to the private member of the net package. This will allow an easy find replace to make this go away when we eventually switch to 1.16. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7b2c60f..10c0163 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module golang.zx2c4.com/wireguard
-go 1.16
+go 1.15
require (
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad