redcon/go.mod

9 lines
121 B
Modula-2
Raw Permalink Normal View History

2020-10-30 16:46:06 +03:00
module github.com/tidwall/redcon
go 1.15
require (
2021-03-30 17:42:28 +03:00
github.com/tidwall/btree v0.4.2
github.com/tidwall/match v1.0.3
2020-10-30 16:46:06 +03:00
)