mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-19 02:46:33 -05:00
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module github.com/v2fly/v2ray-core/v4
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jhump/protoreflect v1.8.2
|
|
github.com/lucas-clemente/quic-go v0.21.1
|
|
github.com/miekg/dns v1.1.42
|
|
github.com/pelletier/go-toml v1.8.1
|
|
github.com/pires/go-proxyproto v0.5.0
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201222105146-bc6005554a0c
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/v2fly/BrowserBridge v0.0.0-20210430233438-0570fc1d7d08
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
|
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
|
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
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
|
|
)
|