module github.com/ginuerzh/gost go 1.15 require ( git.torproject.org/pluggable-transports/goptlib.git v0.0.0-20180321061416-7d56ec4f381e git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20181103133120-08f4d470188e github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect github.com/cheekybits/genny v1.0.0 // indirect github.com/coreos/go-iptables v0.4.5 // indirect github.com/docker/libcontainer v2.2.1+incompatible github.com/ginuerzh/gosocks4 v0.0.1 github.com/ginuerzh/gosocks5 v0.2.0 github.com/ginuerzh/tls-dissector v0.0.2-0.20200224064855-24ab2b3a3796 github.com/go-gost/relay v0.1.0 github.com/go-log/log v0.2.0 github.com/gobwas/glob v0.2.3 github.com/google/gopacket v1.1.19 // indirect github.com/gorilla/websocket v1.4.2 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/klauspost/compress v1.11.3 github.com/klauspost/reedsolomon v1.9.9 // indirect github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect github.com/lucas-clemente/quic-go v0.10.0 github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect github.com/miekg/dns v1.1.35 github.com/milosgajdos83/tenus v0.0.0-20190415114537-1f3ed00ae7d8 github.com/pkg/errors v0.9.1 // indirect github.com/ryanuber/go-glob v1.0.0 github.com/shadowsocks/go-shadowsocks2 v0.1.3 github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect github.com/tjfoc/gmsm v1.3.2 // indirect github.com/xtaci/kcp-go v5.4.20+incompatible github.com/xtaci/smux v1.5.15 github.com/xtaci/tcpraw v1.2.25 golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d golang.org/x/net v0.0.0-20190923162816-aa69164e4478 golang.org/x/text v0.3.4 // indirect )