summaryrefslogtreecommitdiffhomepage
path: root/tunnel/tools/libwg-go/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tunnel/tools/libwg-go/go.mod')
-rw-r--r--tunnel/tools/libwg-go/go.mod11
1 files changed, 10 insertions, 1 deletions
diff --git a/tunnel/tools/libwg-go/go.mod b/tunnel/tools/libwg-go/go.mod
index 280e464e..e2212070 100644
--- a/tunnel/tools/libwg-go/go.mod
+++ b/tunnel/tools/libwg-go/go.mod
@@ -3,8 +3,17 @@ module golang.zx2c4.com/wireguard/android
go 1.16
require (
+ github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d // indirect
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
- golang.zx2c4.com/wireguard v0.0.0-20210222142647-219296a1e787
+ golang.zx2c4.com/wireguard v0.0.20201118
+ golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20210202183213-48460703229d
+ gvisor.dev/gvisor v0.0.0-20210202220122-ff8b308a30f4
)
+
+replace gvisor.dev/gvisor => golang.m7n.se/gvisor v0.0.0-20210124001233-ea4772ea81aa
+
+replace golang.zx2c4.com/wireguard => golang.m7n.se/wireguard v0.0.0-20210202225823-3f068cc9cec2
+
+replace golang.zx2c4.com/wireguard/tun/netstack => golang.m7n.se/wireguard/tun/netstack v0.0.0-20210202225823-3f068cc9cec2