forked from p4gefau1t/trojan-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 933 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/p4gefau1t/trojan-go
go 1.16
require (
github.com/go-sql-driver/mysql v1.6.0
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.5
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.0
github.com/txthinking/runnergroup v0.0.0-20210326110939-37fc67d0da7c // indirect
github.com/txthinking/socks5 v0.0.0-20210326104807-61b5745ff346
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
github.com/v2fly/v2ray-core/v4 v4.39.2
github.com/xtaci/smux v1.5.15
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)