feat: 增加基础框架
.idea/.gitignore
0 → 100644
.idea/basic-plugin.iml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Makefile
0 → 100644
cmd/main.go
0 → 100644
cmd/server.go
0 → 100644
config/config.go
0 → 100644
go.mod
0 → 100644
module basic-plugin | |||
go 1.23.2 | |||
replace linkfog.com/public => web.lueluesay.top/git/lil/public v0.0.0-20241017054747-f08bac907b6c | |||
replace linkfog.com/pluginx => web.lueluesay.top/git/lil/pluginx v0.0.0-20241017112237-9affa4009a35 | |||
require ( | |||
linkfog.com/pluginx v0.0.0-00010101000000-000000000000 | |||
linkfog.com/public v0.0.0-00010101000000-000000000000 | |||
) | |||
require ( | |||
github.com/golang/protobuf v1.5.4 // indirect | |||
github.com/satori/go.uuid v1.2.0 // indirect | |||
golang.org/x/net v0.28.0 // indirect | |||
golang.org/x/sys v0.26.0 // indirect | |||
golang.org/x/text v0.17.0 // indirect | |||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | |||
google.golang.org/grpc v1.67.1 // indirect | |||
google.golang.org/protobuf v1.34.2 // indirect | |||
) |
go.sum
0 → 100644
Please register or sign in to comment