1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 14:26:11 -04:00
v2fly/go.mod

26 lines
890 B
Modula-2
Raw Normal View History

2019-02-10 13:27:48 -05:00
module v2ray.com/core
2020-09-02 09:08:50 -04:00
go 1.15
2019-02-10 13:27:48 -05:00
require (
2020-09-02 09:08:50 -04:00
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
github.com/golang/mock v1.4.4
2020-10-15 07:33:33 -04:00
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.19.2
github.com/miekg/dns v1.1.35
github.com/pires/go-proxyproto v0.3.2
2020-10-15 07:33:33 -04:00
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
2020-07-04 01:48:47 -04:00
github.com/stretchr/testify v1.6.1
github.com/v2fly/VSign v0.0.0-20201107160721-6e7f92656885
2020-10-15 07:33:33 -04:00
go.starlark.net v0.0.0-20201014215153-dff0ae5b4820
2020-10-17 21:26:43 -04:00
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
2020-11-03 09:32:17 -05:00
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
2020-10-22 21:15:22 -04:00
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
2020-11-07 05:03:46 -05:00
golang.org/x/sys v0.0.0-20201107080550-4d91cf3a1aaf
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
2020-06-27 08:36:10 -04:00
h12.io/socks v1.0.1
2019-02-10 13:27:48 -05:00
)