mirror of
https://github.com/v2fly/domain-list-community.git
synced 2024-11-16 17:14:52 +02:00
fac49fe078
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
280 B
Modula-2
15 lines
280 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.7.0
|
|
google.golang.org/protobuf v1.30.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
|
|
)
|