mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
25 lines
970 B
AMPL
25 lines
970 B
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.3
|
|
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.4
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/txthinking/runnergroup v0.0.0-20200327135940-540a793bb997 // indirect
|
|
github.com/txthinking/socks5 v0.0.0-20210106113028-328af325654e
|
|
github.com/txthinking/x v0.0.0-20201210150116-a8015a742c8c // indirect
|
|
github.com/v2fly/v2ray-core/v4 v4.36.2
|
|
github.com/xtaci/smux v1.5.15
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|