mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-03 05:31:07 -04:00
27 lines
892 B
AMPL
27 lines
892 B
AMPL
module github.com/v2fly/v2ray-core/v4
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang/mock v1.5.0
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
|
github.com/miekg/dns v1.1.40
|
|
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/VSign v0.0.0-20201108000810-e2adc24bf848
|
|
go.starlark.net v0.0.0-20210312235212-74c10e2c17dc
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b
|
|
golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005
|
|
google.golang.org/grpc v1.36.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
h12.io/socks v1.0.2
|
|
)
|