Files
big-qmt/go-client/go.mod

9 lines
106 B
Modula-2
Raw Normal View History

2026-08-25 16:40:18 +08:00
module big-qmt/go-client
go 1.22
2026-08-25 22:35:44 +08:00
require (
github.com/robfig/cron/v3 v3.0.1
gopkg.in/yaml.v3 v3.0.1
)