mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
32 lines
1.3 KiB
AMPL
32 lines
1.3 KiB
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/refraction-networking/utls v0.0.0-20200601200209-ada0bb9b38a0
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/txthinking/runnergroup v0.0.0-20200327135940-540a793bb997 // indirect
|
|
github.com/txthinking/socks5 v0.0.0-20200531111549-252709fcb919
|
|
github.com/txthinking/x v0.0.0-20200330144832-5ad2416896a9 // indirect
|
|
github.com/xtaci/smux v1.5.14
|
|
go.starlark.net v0.0.0-20200619143648-50ca820fafb9 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
|
google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5 // indirect
|
|
google.golang.org/grpc v1.30.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
v2ray.com/core v4.19.1+incompatible
|
|
)
|
|
|
|
replace v2ray.com/core => github.com/v2ray/v2ray-core v0.0.0-20200603100350-6b5d2fed91c0
|