mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-02-10 18:02:06 +00:00
We now rely on -trimpath which restricts us to >= 1.13, and the patch application should fail too. This has the downside that the user will need to clean their xcode project when they upgrade go, though. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
250 B
Modula-2
10 lines
250 B
Modula-2
module golang.zx2c4.com/wireguard/ios
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect
|
|
golang.org/x/sys v0.0.0-20191008105621-543471e840be
|
|
golang.zx2c4.com/wireguard v0.0.20190909-0.20191008144818-222f0f8000e8
|
|
)
|