summaryrefslogtreecommitdiffhomepage
path: root/tunnel/tools/libwg-go/go.mod
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2022-03-29 23:51:21 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2022-06-10 22:22:06 +0200
commit1c5822e2b7ec9227765a684d05d57c65eafc5e52 (patch)
tree608ccfe046226ade594ee703f06267eb353cb33e /tunnel/tools/libwg-go/go.mod
parent295e5d7d682903ac440ca1e7ca1f27f017494c35 (diff)
tunnel: implement http proxy for Android 10+
Diffstat (limited to 'tunnel/tools/libwg-go/go.mod')
-rw-r--r--tunnel/tools/libwg-go/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/tunnel/tools/libwg-go/go.mod b/tunnel/tools/libwg-go/go.mod
index 81e25391..57f8430e 100644
--- a/tunnel/tools/libwg-go/go.mod
+++ b/tunnel/tools/libwg-go/go.mod
@@ -3,10 +3,12 @@ module golang.zx2c4.com/wireguard/android
go 1.18
require (
+ github.com/elazarl/goproxy v0.0.0-20211114080932-d06c3be7c11b
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
golang.zx2c4.com/wireguard v0.0.0-20220407013110-ef5c587f782d
google.golang.org/grpc v1.42.0-dev.0.20211020220737-f00baa6c3c84
google.golang.org/protobuf v1.27.1
+ gopkg.in/olebedev/go-duktape.v3 v3.0.0-20210326210528-650f7c854440
)
require (