mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
19 lines
607 B
AMPL
19 lines
607 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/smartystreets/goconvey v1.6.4
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
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
|
|
)
|