mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
42 lines
1.9 KiB
AMPL
42 lines
1.9 KiB
AMPL
module github.com/p4gefau1t/trojan-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/mock v1.5.0 // indirect
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/miekg/dns v1.1.40 // indirect
|
|
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/assertions v1.2.0 // indirect
|
|
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/xtaci/smux v1.5.15
|
|
go.starlark.net v0.0.0-20210223155950-e043a3d3c984 // indirect
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 // indirect
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
google.golang.org/genproto v0.0.0-20210226172003-ab064af71705 // indirect
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
v2ray.com/core v4.19.1+incompatible
|
|
)
|
|
|
|
replace v2ray.com/core => github.com/v2ray/v2ray-core v0.0.0-20200603100350-6b5d2fed91c0
|