Files
wireguard-go/go.mod
T

10 lines
218 B
Modula-2
Raw Normal View History

2019-02-18 04:44:41 +01:00
module golang.zx2c4.com/wireguard
2018-10-09 18:11:36 +02:00
go 1.13
2018-10-09 18:11:36 +02:00
require (
2020-11-18 14:24:00 +01:00
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.0.0-20201117222635-ba5294a509c7
2018-10-09 18:11:36 +02:00
)