2019-02-10 13:27:48 -05:00
|
|
|
module v2ray.com/core
|
|
|
|
|
2020-09-02 09:08:50 -04:00
|
|
|
go 1.15
|
|
|
|
|
2019-02-10 13:27:48 -05:00
|
|
|
require (
|
2020-09-02 09:08:50 -04:00
|
|
|
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
|
2020-07-29 01:47:02 -04:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-10-15 07:33:33 -04:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-11-25 15:41:21 -05:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-06-20 08:01:06 -04:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-12-04 01:31:21 -05:00
|
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
2020-10-26 02:09:53 -04:00
|
|
|
github.com/miekg/dns v1.1.35
|
2020-12-10 02:19:35 -05:00
|
|
|
github.com/pires/go-proxyproto v0.3.3
|
2020-10-15 07:33:33 -04:00
|
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
|
2020-07-04 01:48:47 -04:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-11-25 16:32:04 -05:00
|
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
|
|
|
go.starlark.net v0.0.0-20201118183435-e55f603d8c79
|
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
2020-10-22 21:15:22 -04:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-11-25 16:32:04 -05:00
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
2020-12-04 17:58:05 -05:00
|
|
|
google.golang.org/grpc v1.34.0
|
2020-06-28 03:57:59 -04:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-12-10 02:18:01 -05:00
|
|
|
h12.io/socks v1.0.2
|
2019-02-10 13:27:48 -05:00
|
|
|
)
|