1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-06 20:29:28 +08:00
Files
mlsr/go.mod
T
2022-04-06 17:25:01 +08:00

15 lines
289 B
Modula-2

module mlsr
go 1.16
require (
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