From ae8664bec8a34bc758184e5c72141e26a1c960da Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Mon, 30 May 2022 19:14:02 +0200 Subject: quic dialer --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3