642a56e165
We'll eventually be getting rid of it here, but keep it sync'd up for now. 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.17
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/net v0.0.0-20210927181540-4e4d966f7476
|
|
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
|
|
)
|