redcon/go.mod

10 lines
153 B
Modula-2
Raw Normal View History

2020-10-30 16:46:06 +03:00
module github.com/tidwall/redcon
go 1.15
require (
2020-10-31 17:13:26 +03:00
github.com/google/btree v1.0.0
2020-10-30 16:46:06 +03:00
github.com/tidwall/btree v0.2.2
github.com/tidwall/match v1.0.1
)