2021-02-17 04:31:50 +08:00
|
|
|
module github.com/v2fly/v2ray-core/v4
|
2019-02-10 19:27:48 +01:00
|
|
|
|
2020-12-03 06:11:24 +08:00
|
|
|
go 1.16
|
2020-09-02 13:08:50 +00:00
|
|
|
|
2019-02-10 19:27:48 +01:00
|
|
|
require (
|
2021-06-15 10:39:16 +08:00
|
|
|
github.com/golang/mock v1.6.0
|
2021-03-30 14:42:33 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-05-25 13:43:47 +08:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2020-06-20 20:01:06 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-12-03 06:11:24 +08:00
|
|
|
github.com/jhump/protoreflect v1.8.2
|
|
|
|
github.com/lucas-clemente/quic-go v0.21.1
|
|
|
|
github.com/miekg/dns v1.1.42
|
2021-01-01 22:18:47 +08:00
|
|
|
github.com/pelletier/go-toml v1.8.1
|
2020-12-03 06:11:24 +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-05-01 15:50:20 +01:00
|
|
|
github.com/v2fly/BrowserBridge v0.0.0-20210430233438-0570fc1d7d08
|
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-06-15 10:39:16 +08:00
|
|
|
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a
|
2020-12-03 06:11:24 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
2021-02-20 20:43:19 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2020-12-03 06:11:24 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
|
|
|
|
google.golang.org/grpc v1.38.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
h12.io/socks v1.0.2
|
2021-09-03 21:49:50 +01:00
|
|
|
)
|