mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-08-22 05:56:03 +00:00
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>
11 lines
272 B
AMPL
11 lines
272 B
AMPL
module golang.zx2c4.com/wireguard
|
|
|
|
go 1.15
|
|
|
|
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
|
|
gvisor.dev/gvisor v0.0.0-20210109011639-2fb7a49fea98
|
|
)
|