Add debug workflow

This commit is contained in:
世界
2022-07-05 09:12:35 +08:00
parent 782ba35a59
commit d80854f857
4 changed files with 45 additions and 9 deletions

8
go.mod
View File

@@ -3,19 +3,19 @@ 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/sagernet/sing v0.0.0-20220705005401-57d12d875b7a
github.com/sagernet/sing-box v0.0.0-20220705010535-8392567962ac
github.com/sirupsen/logrus v1.8.1
github.com/v2fly/v2ray-core/v5 v5.0.7
google.golang.org/protobuf v1.28.0
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/goccy/go-json v0.9.8 // indirect
github.com/golang/protobuf v1.5.2 // 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
)