mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-15 16:56:08 -05:00
81a7fedc95
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.30 to 1.1.31. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.30...v1.1.31) Signed-off-by: dependabot[bot] <support@github.com>
24 lines
815 B
Modula-2
24 lines
815 B
Modula-2
module v2ray.com/core
|
|
|
|
require (
|
|
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
|
|
github.com/golang/mock v1.4.4
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/go-cmp v0.5.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/seiflotfy/cuckoofilter v0.0.0-20200511222245-56093a4d3841
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/xiaokangwang/VSign v0.0.0-20200704130305-63f4b4d7a751
|
|
go.starlark.net v0.0.0-20190919145610-979af19b165c
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
|
google.golang.org/grpc v1.31.0
|
|
google.golang.org/protobuf v1.25.0
|
|
h12.io/socks v1.0.1
|
|
)
|
|
|
|
go 1.13
|