mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
20 lines
678 B
AMPL
20 lines
678 B
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/go-acme/lego/v3 v3.5.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.4.0
|
|
github.com/posener/h2conn v0.0.0-20180911140238-13e7df33ed15
|
|
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/xtaci/smux v1.5.12
|
|
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
|
|
google.golang.org/grpc v1.29.1
|
|
v2ray.com/core v4.19.1+incompatible
|
|
)
|