mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
30 lines
1.2 KiB
AMPL
30 lines
1.2 KiB
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/babolivier/go-doh-client v0.0.0-20190212214242-43780baf3561
|
|
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/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
github.com/mediocregopher/radix/v3 v3.5.0
|
|
github.com/onsi/ginkgo v1.10.1 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244
|
|
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/xtaci/smux v1.5.12
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
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
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
google.golang.org/grpc v1.29.1
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
v2ray.com/core v4.19.1+incompatible
|
|
)
|