Files
wireguard-apple/Sources/WireGuardKitGo/go.mod
T
Jason A. Donenfeld 21d920c8b0 Kit: Go: use Windows-style retry sleep loop on bind updates
Something odd happens in the network extension that we still don't
understand. Attempt to poke it in this terrible way.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-12-18 23:53:39 +01:00

11 lines
318 B
Modula-2

module golang.zx2c4.com/wireguard/ios
go 1.15
require (
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742
golang.zx2c4.com/wireguard v0.0.20201119-0.20201218223923-756958d857f8
)