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
|
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
|
2021-02-24 01:21:29 -05:00
|
|
|
github.com/miekg/dns v1.1.39
|
2021-01-29 04:14:42 -05:00
|
|
|
github.com/pires/go-proxyproto v0.4.2
|
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
|
2020-11-25 16:32:04 -05:00
|
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
2021-02-16 17:49:41 -05:00
|
|
|
go.starlark.net v0.0.0-20210212215732-ebe61bd709bf
|
2021-02-20 07:43:19 -05:00
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
|
|
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
|
2021-01-27 05:26:54 -05:00
|
|
|
google.golang.org/grpc v1.35.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
|
|
|
)
|