|
1 | 1 | module github.com/ginuerzh/gost |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.15 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | git.torproject.org/pluggable-transports/goptlib.git v0.0.0-20180321061416-7d56ec4f381e |
7 | 7 | git.torproject.org/pluggable-transports/obfs4.git v0.0.0-20181103133120-08f4d470188e |
8 | 8 | github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed |
9 | 9 | github.com/Yawning/chacha20 v0.0.0-20170904085104-e3b1f968fc63 // indirect |
10 | | - github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 |
| 10 | + github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef |
11 | 11 | github.com/bifurcation/mint v0.0.0-20181105071958-a14404e9a861 // indirect |
12 | 12 | github.com/cheekybits/genny v1.0.0 // indirect |
13 | 13 | github.com/coreos/go-iptables v0.4.5 // indirect |
14 | | - github.com/dchest/siphash v1.2.1 // indirect |
15 | 14 | github.com/docker/libcontainer v2.2.1+incompatible |
16 | 15 | github.com/ginuerzh/gosocks4 v0.0.1 |
17 | 16 | github.com/ginuerzh/gosocks5 v0.2.0 |
18 | 17 | github.com/ginuerzh/tls-dissector v0.0.2-0.20200224064855-24ab2b3a3796 |
19 | 18 | github.com/go-gost/relay v0.1.0 |
20 | | - github.com/go-log/log v0.1.0 |
| 19 | + github.com/go-log/log v0.2.0 |
21 | 20 | github.com/gobwas/glob v0.2.3 |
22 | | - github.com/golang/mock v1.2.0 // indirect |
23 | | - github.com/google/gopacket v1.1.17 // indirect |
24 | | - github.com/gorilla/websocket v1.4.0 // indirect |
25 | | - github.com/hashicorp/golang-lru v0.5.0 // indirect |
26 | | - github.com/klauspost/compress v1.4.1 |
27 | | - github.com/klauspost/cpuid v1.2.0 // indirect |
28 | | - github.com/klauspost/reedsolomon v1.7.0 // indirect |
| 21 | + github.com/google/gopacket v1.1.19 // indirect |
| 22 | + github.com/gorilla/websocket v1.4.2 |
| 23 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 24 | + github.com/klauspost/compress v1.11.3 |
| 25 | + github.com/klauspost/reedsolomon v1.9.9 // indirect |
29 | 26 | github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect |
30 | 27 | github.com/lucas-clemente/quic-go v0.10.0 |
31 | 28 | github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect |
32 | | - github.com/miekg/dns v1.1.27 |
| 29 | + github.com/miekg/dns v1.1.35 |
33 | 30 | github.com/milosgajdos83/tenus v0.0.0-20190415114537-1f3ed00ae7d8 |
34 | | - github.com/onsi/ginkgo v1.7.0 // indirect |
35 | | - github.com/onsi/gomega v1.4.3 // indirect |
36 | | - github.com/pkg/errors v0.8.1 // indirect |
37 | | - github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 |
38 | | - github.com/shadowsocks/go-shadowsocks2 v0.1.1-0.20200220141918-07b789296fe6 |
| 31 | + github.com/pkg/errors v0.9.1 // indirect |
| 32 | + github.com/ryanuber/go-glob v1.0.0 |
| 33 | + github.com/shadowsocks/go-shadowsocks2 v0.1.3 |
39 | 34 | github.com/shadowsocks/shadowsocks-go v0.0.0-20170121203516-97a5c71f80ba |
40 | | - github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b |
41 | | - github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect |
42 | | - github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect |
43 | | - github.com/tjfoc/gmsm v1.0.1 // indirect |
| 35 | + github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 |
| 36 | + github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect |
| 37 | + github.com/tjfoc/gmsm v1.3.2 // indirect |
| 38 | + github.com/xtaci/kcp-go v5.4.20+incompatible |
| 39 | + github.com/xtaci/smux v1.5.15 |
44 | 40 | github.com/xtaci/tcpraw v1.2.25 |
45 | | - golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d |
| 41 | + golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d |
46 | 42 | golang.org/x/net v0.0.0-20190923162816-aa69164e4478 |
47 | | - gopkg.in/gorilla/websocket.v1 v1.4.0 |
48 | | - gopkg.in/xtaci/kcp-go.v4 v4.3.2 |
49 | | - gopkg.in/xtaci/smux.v1 v1.0.7 |
| 43 | + golang.org/x/text v0.3.4 // indirect |
50 | 44 | ) |
0 commit comments