1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-05 22:39:31 +08:00
Files
mlsr/go.mod
T
2022-07-03 16:52:11 +08:00

18 lines
397 B
Modula-2

module mlsr
go 1.18
require (
//github.com/rakanalh/scheduler v0.1
github.com/go-co-op/gocron v1.13.0
github.com/liyue201/gostl v1.0.1
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