aboutsummaryrefslogtreecommitdiffstats
path: root/wireguard-go-bridge/go.mod
blob: 72d0f5746266c7ce339940dcfa85e796989e91bd (plain) (blame)
1
2
3
4
5
6
7
8
module golang.zx2c4.com/wireguard/ios

go 1.12

require (
	golang.org/x/sys v0.0.0-20190312061237-fead79001313
	golang.zx2c4.com/wireguard v0.0.0-20190310024754-66fb5caf023e
)