wireguard-go-bridge: use system go installation

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2019-03-08 05:56:00 +01:00
parent fe4f8b666d
commit 4503c11b0c
4 changed files with 25 additions and 27 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ module golang.zx2c4.com/wireguard/ios
go 1.12
require (
golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
golang.zx2c4.com/wireguard v0.0.0-20190303043202-244a98e380fa
golang.org/x/sys v0.0.0-20190308023053-584f3b12f43e
golang.zx2c4.com/wireguard v0.0.0-20190308004054-5c7cc256e39a
)