mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2026-06-21 12:24:16 +08:00
28 lines
805 B
Modula-2
28 lines
805 B
Modula-2
module sing-geosite
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/go-github/v45 v45.2.0
|
|
github.com/sagernet/sing v0.2.17
|
|
github.com/sagernet/sing-box v1.6.2
|
|
github.com/sethvargo/go-githubactions v1.1.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/v2fly/v2ray-core/v5 v5.11.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/miekg/dns v1.1.56 // indirect
|
|
github.com/sagernet/sing-dns v0.1.10 // indirect
|
|
github.com/sethvargo/go-envconfig v0.8.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/mod v0.13.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/tools v0.14.0 // indirect
|
|
)
|