mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-16 01:17:30 -05:00
f4a5715d22
Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/pires/go-proxyproto/releases) - [Commits](https://github.com/pires/go-proxyproto/compare/v0.3.2...v0.3.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
890 B
Modula-2
26 lines
890 B
Modula-2
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.4
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lucas-clemente/quic-go v0.19.3
|
|
github.com/miekg/dns v1.1.35
|
|
github.com/pires/go-proxyproto v0.3.3
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20201009151232-afb285a456ab
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848
|
|
go.starlark.net v0.0.0-20201118183435-e55f603d8c79
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
google.golang.org/grpc v1.34.0
|
|
google.golang.org/protobuf v1.25.0
|
|
h12.io/socks v1.0.2
|
|
)
|