2022-07-04 22:45:11 +08:00
|
|
|
module sing-geosite
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-github/v45 v45.2.0
|
2022-07-07 23:38:22 +08:00
|
|
|
github.com/sagernet/sing v0.0.0-20220707133944-6a0987c52ae4
|
|
|
|
github.com/sagernet/sing-box v0.0.0-20220708030046-d45007b50105
|
2022-07-04 22:45:11 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/v2fly/v2ray-core/v5 v5.0.7
|
2022-07-05 09:12:35 +08:00
|
|
|
google.golang.org/protobuf v1.28.0
|
2022-07-04 22:45:11 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/adrg/xdg v0.4.0 // indirect
|
|
|
|
github.com/goccy/go-json v0.9.8 // indirect
|
2022-07-05 09:12:35 +08:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-07-04 22:45:11 +08:00
|
|
|
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
|
|
|
|
)
|