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

This commit is contained in:
2023-05-02 16:59:29 +08:00
commit 8a2066d4f0
5 changed files with 505 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
)