summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod23
1 files changed, 22 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8ac538e..51ce1a8 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,10 @@ go 1.17
require (
git.torproject.org/pluggable-transports/goptlib.git v1.0.0
+ github.com/apex/log v1.9.0
+ github.com/getlantern/ops v0.0.0-20220418195917-45286e0140f6
github.com/kalikaneko/socks5 v1.0.1
+ github.com/lucas-clemente/quic-go v0.27.1
github.com/xtaci/kcp-go v5.4.20+incompatible
// Do not update obfs4 past e330d1b7024b, a backwards incompatible change was
// made that will break negotiation.
@@ -12,19 +15,37 @@ require (
)
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/hidden v0.0.0-20220104173330-f221c5a24770 // 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
+ github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/klauspost/reedsolomon v1.9.16 // indirect
+ github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
+ github.com/marten-seemann/qtls-go1-17 v0.1.1 // indirect
+ 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/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
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
+ go.opentelemetry.io/otel v1.7.0 // indirect
+ go.opentelemetry.io/otel/trace v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
- golang.org/x/mobile v0.0.0-20220518205345-8578da9835fd // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/tools v0.1.8-0.20211022200916-316ba0b74098 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
+
+//replace 0xacab.org/leap/obfsvpn/quicwrapper => ./quicwrapper