Bump github.com/v2fly/v2ray-core/v5 from 5.0.3 to 5.0.8 (#1109)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-22 11:05:14 +08:00
committed by GitHub
parent 5add993d2f
commit 6a56e0e665
2 changed files with 27 additions and 10 deletions

10
go.mod
View File

@ -3,8 +3,12 @@ module github.com/v2fly/domain-list-community
go 1.18
require (
github.com/v2fly/v2ray-core/v5 v5.0.3
google.golang.org/protobuf v1.28.0
github.com/v2fly/v2ray-core/v5 v5.0.8
google.golang.org/protobuf v1.28.1
)
require github.com/golang/protobuf v1.5.2 // indirect
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)