mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2025-02-06 04:42:42 +08:00
22 lines
650 B
Modula-2
22 lines
650 B
Modula-2
module sing-geosite
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/go-github/v45 v45.2.0
|
|
github.com/sagernet/sing v0.0.0-20220704113227-8b990551511a
|
|
github.com/sagernet/sing-box v0.0.0-20220704113958-f76102dab512
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/v2fly/v2ray-core/v5 v5.0.7
|
|
)
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
github.com/goccy/go-json v0.9.8 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|