mirror of
https://github.com/v2fly/domain-list-community.git
synced 2025-12-06 02:11:15 +07:00
15 lines
282 B
Modula-2
15 lines
282 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.38.0
|
|
google.golang.org/protobuf v1.36.8
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.5.3 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|