建立 Go Task Scheduler 协议骨架

This commit is contained in:
2026-09-20 17:52:38 +00:00
parent 5e5f2cc48d
commit 3c1fca1832
10 changed files with 394 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module git.ddupan.top/panxiao81/gitea-dynamic-runner
go 1.27
require (
connectrpc.com/connect v1.20.0
gitea.dev/actionslib v1.0.0
google.golang.org/protobuf v1.36.12
)