Initial commit
All checks were successful
Build geosite.dat / build (push) Successful in 9m58s

This commit is contained in:
2023-05-02 16:59:29 +08:00
commit 7b06f1f5bc
5 changed files with 508 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/v2fly/domain-list-community
go 1.19
require (
github.com/v2fly/v2ray-core/v5 v5.4.1
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
)