mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 09:04:51 +02:00
baf8ec386f
Bumps [github.com/v2fly/v2ray-core/v5](https://github.com/v2fly/v2ray-core) from 5.10.1 to 5.13.0. - [Release notes](https://github.com/v2fly/v2ray-core/releases) - [Commits](https://github.com/v2fly/v2ray-core/compare/v5.10.1...v5.13.0) --- 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>
15 lines
282 B
Modula-2
15 lines
282 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.13.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|