mirror of
https://gitee.com/willfree/mlsr.git
synced 2026-06-03 15:56:13 +08:00
17 lines
363 B
Modula-2
17 lines
363 B
Modula-2
module mlsr
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
//github.com/rakanalh/scheduler v0.1
|
|
github.com/go-co-op/gocron v1.13.0
|
|
github.com/smartystreets/goconvey v1.7.2 // indirect
|
|
github.com/tidwall/btree v1.2.1 // indirect
|
|
github.com/tidwall/buntdb v1.2.9
|
|
github.com/tidwall/gjson v1.14.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
minlib v0.0.0
|
|
)
|
|
|
|
replace minlib v0.0.0 => ../minlib
|