wireguard-go/go.mod

11 lines
244 B
Modula-2
Raw Normal View History

2019-02-18 03:44:41 +00:00
module golang.zx2c4.com/wireguard
2018-10-09 16:11:36 +00:00
go 1.12
2018-10-09 16:11:36 +00:00
require (
2019-09-21 19:13:54 +00:00
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20191003171128-d98b1b443823
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c
golang.org/x/text v0.3.2
2018-10-09 16:11:36 +00:00
)