wireguard-go-bridge: update deps

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2019-03-12 10:45:14 +01:00
parent f6c70500a7
commit c750f28c67
2 changed files with 6 additions and 9 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-20190308023053-584f3b12f43e
golang.zx2c4.com/wireguard v0.0.0-20190308004054-5c7cc256e39a
golang.org/x/sys v0.0.0-20190312061237-fead79001313
golang.zx2c4.com/wireguard v0.0.0-20190310024754-66fb5caf023e
)