redcon/go.mod

9 lines
121 B
Modula-2
Raw Normal View History

2020-10-30 16:46:06 +03:00
module github.com/tidwall/redcon
go 1.15
require (
2021-12-29 02:54:22 +03:00
github.com/tidwall/btree v1.1.0
2021-10-26 01:09:00 +03:00
github.com/tidwall/match v1.1.1
2020-10-30 16:46:06 +03:00
)