mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-04-18 20:29:07 +00:00
16 lines
302 B
Modula-2
16 lines
302 B
Modula-2
module github.com/v2fly/domain-list-community
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.1
|
|
|
|
require (
|
|
github.com/v2fly/v2ray-core/v5 v5.19.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
)
|