This commit is contained in:
2026-08-25 22:35:44 +08:00
parent ec58641d09
commit f14423418a
23 changed files with 738 additions and 680 deletions

View File

@@ -1,3 +1,8 @@
module big-qmt/go-client
go 1.22
require (
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)