summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-30 19:14:02 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-30 19:14:02 +0200
commitae8664bec8a34bc758184e5c72141e26a1c960da (patch)
treed40154885facfbba68799f1e1846c2cfb380f3b6 /go.mod
parent50c5fdc8a15f37d506292b02eef992e83752152b (diff)
quic dialerfeat/quic
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 51ce1a8..4482bd5 100644
--- a/go.mod
+++ b/go.mod
@@ -14,13 +14,18 @@ require (
gitlab.com/yawning/obfs4.git v0.0.0-20210511220700-e330d1b7024b
)
+require github.com/getlantern/netx v0.0.0-20211206143627-7ccfeb739cbd
+
require (
github.com/cheekybits/genny v1.0.0 // indirect
github.com/dchest/siphash v1.2.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
github.com/getlantern/errors v1.0.1 // indirect
+ github.com/getlantern/golog v0.0.0-20210606115803-bce9f9fe5a5f // indirect
+ github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
+ github.com/getlantern/iptool v0.0.0-20210721034953-519bf8ce0147 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-stack/stack v1.8.1 // indirect
@@ -32,6 +37,7 @@ require (
github.com/marten-seemann/qtls-go1-18 v0.1.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
+ github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect