2021-02-16 15:31:50 -05:00
|
|
|
module github.com/v2fly/v2ray-core/v4
|
2019-02-10 13:27:48 -05:00
|
|
|
|
2021-02-19 00:24:19 -05:00
|
|
|
go 1.16
|
2020-09-02 09:08:50 -04:00
|
|
|
|
2019-02-10 13:27:48 -05:00
|
|
|
require (
|
2021-02-20 07:43:19 -05:00
|
|
|
github.com/golang/mock v1.5.0
|
2021-03-30 02:42:33 -04:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-03-05 02:47:37 -05:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2020-06-20 08:01:06 -04:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-03-22 10:26:30 -04:00
|
|
|
github.com/lucas-clemente/quic-go v0.20.0
|
2021-03-22 06:07:32 -04:00
|
|
|
github.com/miekg/dns v1.1.41
|
2021-03-10 19:39:13 -05:00
|
|
|
github.com/pires/go-proxyproto v0.5.0
|
2021-01-01 04:00:09 -05:00
|
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
|
2021-01-19 05:12:32 -05:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-03-27 20:40:33 -04:00
|
|
|
github.com/v2fly/BrowserBridge v0.0.0-20210327130545-c01e4317fadd
|
2020-11-25 16:32:04 -05:00
|
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
2021-03-18 00:17:26 -04:00
|
|
|
go.starlark.net v0.0.0-20210312235212-74c10e2c17dc
|
2021-03-27 20:40:33 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
|
|
golang.org/x/net v0.0.0-20210326220855-61e056675ecf
|
2021-02-20 07:43:19 -05:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-03-27 20:40:33 -04:00
|
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
2021-03-26 02:13:21 -04:00
|
|
|
google.golang.org/grpc v1.36.1
|
2021-03-18 00:17:26 -04:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2020-12-10 02:18:01 -05:00
|
|
|
h12.io/socks v1.0.2
|
2019-02-10 13:27:48 -05:00
|
|
|
)
|