mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 17:14:52 +02:00
de3ce3ec9d
Bumps [github.com/v2fly/v2ray-core/v5](https://github.com/v2fly/v2ray-core) from 5.0.8 to 5.1.0. - [Release notes](https://github.com/v2fly/v2ray-core/releases) - [Commits](https://github.com/v2fly/v2ray-core/compare/v5.0.8...v5.1.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
308 B
Modula-2
15 lines
308 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.1.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
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
|
|
)
|