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

go 1.15

require (
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
	golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
	golang.org/x/sys v0.0.0-20201223074533-0d417f636930
	golang.zx2c4.com/wireguard v0.0.20201119-0.20201223215156-09728dc6b340
)