mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
24 lines
935 B
AMPL
24 lines
935 B
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/refraction-networking/utls v0.0.0-20201210053706-2179f286686b
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/txthinking/runnergroup v0.0.0-20210326110939-37fc67d0da7c // indirect
|
|
github.com/txthinking/socks5 v0.0.0-20210326104807-61b5745ff346
|
|
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
|
|
github.com/v2fly/v2ray-core/v4 v4.38.3
|
|
github.com/xtaci/smux v1.5.15
|
|
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/grpc v1.37.0
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|