mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2026-06-24 05:44:16 +08:00
37 lines
1.4 KiB
Modula-2
37 lines
1.4 KiB
Modula-2
module sing-geosite
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-github/v45 v45.2.0
|
|
github.com/sagernet/sing v0.0.0-20220913004915-27ddefbb8921
|
|
github.com/sagernet/sing-box v1.0.6
|
|
github.com/sirupsen/logrus v1.9.0
|
|
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/fsnotify/fsnotify v1.5.4 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/marten-seemann/qpack v0.2.1 // indirect
|
|
github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect
|
|
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/sagernet/quic-go v0.0.0-20220818150011-de611ab3e2bb // indirect
|
|
github.com/sagernet/sing-dns v0.0.0-20220822023312-3e086b06d666 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
|
|
golang.org/x/mod v0.13.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/tools v0.14.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|