forked from v2fly/v2ray-core
-
Notifications
You must be signed in to change notification settings - Fork 51
/
go.mod
26 lines (24 loc) · 945 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module v2ray.com/core
go 1.15
require (
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.3
github.com/gorilla/websocket v1.4.2
github.com/lucas-clemente/quic-go v0.18.1
github.com/miekg/dns v1.1.35
github.com/pires/go-proxyproto v0.3.2
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
github.com/stretchr/testify v1.6.1
github.com/v2fly/VSign v0.0.0-20201107160721-6e7f92656885
github.com/xtls/go v0.0.0-20201101145325-207fdcada8d0
go.starlark.net v0.0.0-20201014215153-dff0ae5b4820
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
h12.io/socks v1.0.1
)