|
1 | 1 | module github.com/p4gefau1t/trojan-go |
2 | 2 |
|
3 | | -go 1.16 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/go-sql-driver/mysql v1.6.0 |
7 | | - github.com/patrickmn/go-cache v2.1.0+incompatible // indirect |
8 | | - github.com/refraction-networking/utls v0.0.0-20201210053706-2179f286686b |
| 7 | + github.com/refraction-networking/utls v0.0.0-20210713165636-0b2885c8c0d4 |
9 | 8 | github.com/shadowsocks/go-shadowsocks2 v0.1.5 |
10 | 9 | github.com/smartystreets/goconvey v1.6.4 |
11 | 10 | github.com/stretchr/testify v1.7.0 |
12 | | - github.com/txthinking/runnergroup v0.0.0-20210326110939-37fc67d0da7c // indirect |
13 | | - github.com/txthinking/socks5 v0.0.0-20210326104807-61b5745ff346 |
14 | | - github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect |
15 | | - github.com/v2fly/v2ray-core/v4 v4.39.2 |
| 11 | + github.com/txthinking/socks5 v0.0.0-20210716140126-fa1f52a8f2da |
| 12 | + github.com/v2fly/v2ray-core/v4 v4.41.1 |
16 | 13 | github.com/xtaci/smux v1.5.15 |
17 | | - golang.org/x/net v0.0.0-20210525063256-abc453219eb5 |
18 | | - golang.org/x/term v0.0.0-20210503060354-a79de5458b56 |
19 | | - golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba |
20 | | - google.golang.org/grpc v1.38.0 |
21 | | - google.golang.org/protobuf v1.26.0 |
| 14 | + golang.org/x/net v0.0.0-20210825183410-e898025ed96a |
| 15 | + golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b |
| 16 | + golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac |
| 17 | + google.golang.org/grpc v1.40.0 |
| 18 | + google.golang.org/protobuf v1.27.1 |
22 | 19 | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
23 | 20 | ) |
| 21 | + |
| 22 | +require ( |
| 23 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 24 | + github.com/golang/protobuf v1.5.2 // indirect |
| 25 | + github.com/gopherjs/gopherjs v0.0.0-20210420193930-a4630ec28c79 // indirect |
| 26 | + github.com/jtolds/gls v4.20.0+incompatible // indirect |
| 27 | + github.com/patrickmn/go-cache v2.1.0+incompatible // indirect |
| 28 | + github.com/pires/go-proxyproto v0.6.0 // indirect |
| 29 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 30 | + github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect |
| 31 | + github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect |
| 32 | + github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect |
| 33 | + github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect |
| 34 | + go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a // indirect |
| 35 | + golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect |
| 36 | + golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect |
| 37 | + golang.org/x/text v0.3.6 // indirect |
| 38 | + google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect |
| 39 | +) |
0 commit comments