ea6c1cd7e6
Some users report seeing lines like: > Routine: receive incoming IPv4 - stopped Popping up unexpectedly. Let's sleep and try again before failing, and also log the error, and perhaps we'll eventually understand this situation better in future versions. Because we have to distinguish between the socket being closed explicitly and whatever error this is, we bump the module to require Go 1.16. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
218 B
Modula-2
10 lines
218 B
Modula-2
module golang.zx2c4.com/wireguard
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
|
|
)
|