1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-17 21:15:24 +00:00
v2fly/go.mod

28 lines
1.0 KiB
Modula-2
Raw Normal View History

2019-02-10 18:27:48 +00:00
module v2ray.com/core
2020-09-02 13:08:50 +00:00
go 1.15
2019-02-10 18:27:48 +00:00
require (
2020-09-02 13:08:50 +00:00
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/golang/mock v1.4.4
2020-10-15 11:33:33 +00:00
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.2
github.com/gorilla/websocket v1.4.2
github.com/lucas-clemente/quic-go v0.18.1
github.com/miekg/dns v1.1.33
github.com/pires/go-proxyproto v0.2.0
2020-10-15 11:33:33 +00:00
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
2020-07-04 05:48:47 +00:00
github.com/stretchr/testify v1.6.1
2020-08-29 02:27:23 +00:00
github.com/xiaokangwang/VSign v0.0.0-20200828155424-dc1c86b73fbf
2020-10-07 03:35:04 +00:00
github.com/xtls/go v0.0.0-20201007031018-d42c13c57942
2020-10-15 11:33:33 +00:00
go.starlark.net v0.0.0-20201014215153-dff0ae5b4820
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb
golang.org/x/sync v0.0.0-20201008141435-b3e1573b7520
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
google.golang.org/genproto v0.0.0-20201014134559-03b6142f0dc9 // indirect
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
2020-06-27 12:36:10 +00:00
h12.io/socks v1.0.1
2019-02-10 18:27:48 +00:00
)