Chore: use v2ray v5

This commit is contained in:
Loyalsoldier
2022-03-25 17:23:17 +08:00
parent d54c173659
commit 410d519b0f
3 changed files with 48 additions and 65 deletions

14
go.mod
View File

@ -3,16 +3,8 @@ module github.com/v2fly/domain-list-community
go 1.17
require (
github.com/v2fly/v2ray-core/v4 v4.44.0
google.golang.org/protobuf v1.27.1
github.com/v2fly/v2ray-core/v5 v5.0.3
google.golang.org/protobuf v1.28.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/pires/go-proxyproto v0.6.1 // indirect
go.starlark.net v0.0.0-20210901212718-87f333178d59 // indirect
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
inet.af/netaddr v0.0.0-20210903134321-85fa6c94624e // indirect
)
require github.com/golang/protobuf v1.5.2 // indirect