Bump github.com/v2fly/v2ray-core/v5 from 5.7.0 to 5.10.1 (#1890)

Bumps [github.com/v2fly/v2ray-core/v5](https://github.com/v2fly/v2ray-core) from 5.7.0 to 5.10.1.
- [Release notes](https://github.com/v2fly/v2ray-core/releases)
- [Commits](https://github.com/v2fly/v2ray-core/compare/v5.7.0...v5.10.1)

---
updated-dependencies:
- dependency-name: github.com/v2fly/v2ray-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-30 16:42:05 +08:00
committed by GitHub
parent e99bce7c1f
commit 7bda8da00e
2 changed files with 11 additions and 11 deletions

6
go.mod
View File

@ -3,12 +3,12 @@ module github.com/v2fly/domain-list-community
go 1.19
require (
github.com/v2fly/v2ray-core/v5 v5.7.0
github.com/v2fly/v2ray-core/v5 v5.10.1
google.golang.org/protobuf v1.31.0
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/sys v0.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/sys v0.13.0 // indirect
)