mirror of https://github.com/ginuerzh/gost
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.2 KiB
56 lines
2.2 KiB
module github.com/ginuerzh/gost
|
|
|
|
go 1.25.7
|
|
|
|
replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
github.com/go-gost/gosocks4 v0.0.1
|
|
github.com/go-gost/gosocks5 v0.4.2
|
|
github.com/go-gost/relay v0.5.0
|
|
github.com/go-gost/tls-dissector v0.1.1
|
|
github.com/go-log/log v0.2.0
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/klauspost/compress v1.18.4
|
|
github.com/mdlayher/vsock v1.2.1
|
|
github.com/miekg/dns v1.1.72
|
|
github.com/quic-go/quic-go v0.59.0
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
|
|
github.com/xtaci/kcp-go/v5 v5.6.70
|
|
github.com/xtaci/smux v1.5.56
|
|
github.com/xtaci/tcpraw v1.2.32
|
|
gitlab.com/yawning/obfs4.git v0.0.0-20231012084234-c3e2d44b1033
|
|
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.6.0
|
|
golang.org/x/crypto v0.48.0
|
|
golang.org/x/net v0.51.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/coreos/go-iptables v0.8.0 // indirect
|
|
github.com/dchest/siphash v1.2.3 // indirect
|
|
github.com/google/go-cmp v0.7.0 // indirect
|
|
github.com/google/gopacket v1.1.19 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/klauspost/reedsolomon v1.13.2 // indirect
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/xtaci/lossyconn v1.0.0 // indirect
|
|
gitlab.com/yawning/edwards25519-extra v0.0.0-20231005122941-2149dcafc266 // indirect
|
|
go.uber.org/mock v0.6.0 // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
golang.org/x/time v0.15.0 // indirect
|
|
golang.org/x/tools v0.42.0 // indirect
|
|
)
|
|
|