mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 09:56:18 -05:00
23 lines
786 B
Modula-2
23 lines
786 B
Modula-2
module v2ray.com/core
|
|
|
|
require (
|
|
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
|
|
github.com/golang/mock v1.2.0
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/miekg/dns v1.1.4
|
|
github.com/refraction-networking/utls v0.0.0-20190909200633-43c36d3c1f57
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
|
|
go.starlark.net v0.0.0-20190919145610-979af19b165c
|
|
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/sys v0.0.0-20190412213103-97732733099d
|
|
google.golang.org/grpc v1.27.0
|
|
google.golang.org/protobuf v1.24.0
|
|
h12.io/socks v1.0.0
|
|
)
|
|
|
|
go 1.13
|