mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
20 lines
661 B
AMPL
20 lines
661 B
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.13
|
|
|
|
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/pkg/errors v0.9.1 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
github.com/xtaci/smux v2.0.1+incompatible
|
|
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a
|
|
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
|
|
google.golang.org/grpc v1.29.0
|
|
v2ray.com/core v4.19.1+incompatible
|
|
)
|