mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-04-05 20:28:51 +03:00
Move xray-geosite to root
This commit is contained in:
16
xray-geosite/go.mod
Normal file
16
xray-geosite/go.mod
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user