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