39 lines
1.8 KiB
Modula-2
39 lines
1.8 KiB
Modula-2
module github.com/ginuerzh/gost
|
|
|
|
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/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/dchest/siphash v1.2.1 // indirect
|
|
github.com/ginuerzh/gosocks4 v0.0.1
|
|
github.com/ginuerzh/gosocks5 v0.2.0
|
|
github.com/ginuerzh/tls-dissector v0.0.1
|
|
github.com/go-log/log v0.1.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/hashicorp/golang-lru v0.5.0 // indirect
|
|
github.com/klauspost/compress v1.4.1
|
|
github.com/klauspost/cpuid v1.2.0 // indirect
|
|
github.com/klauspost/crc32 v1.2.0 // indirect
|
|
github.com/klauspost/reedsolomon v1.7.0 // 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.1
|
|
github.com/pkg/errors v0.8.0 // indirect
|
|
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
|
|
github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
|
|
github.com/tjfoc/gmsm v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
|
|
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
|
|
golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/gorilla/websocket.v1 v1.4.0
|
|
gopkg.in/xtaci/kcp-go.v4 v4.3.2
|
|
gopkg.in/xtaci/smux.v1 v1.0.7
|
|
)
|