9 lines
106 B
Modula-2
9 lines
106 B
Modula-2
module big-qmt/go-client
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|