1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-16 18:28:04 +08:00
Files
mlsr/go.mod
T
2022-05-05 20:30:22 +08:00

16 lines
324 B
Modula-2

module mlsr
go 1.16
require (
github.com/sirupsen/logrus v1.8.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