aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardKitGo/go.mod
blob: 594eba17508ef1b48ca8d532a90c3bd4be56f1ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module golang.zx2c4.com/wireguard/apple

go 1.16

require (
	golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
	golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
	golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
	golang.zx2c4.com/wireguard v0.0.0-20210604143328-f9b48a961cd2
)