redcon/go.mod

10 lines
153 B
Modula-2

module github.com/tidwall/redcon
go 1.15
require (
github.com/google/btree v1.0.0
github.com/tidwall/btree v0.2.2
github.com/tidwall/match v1.0.1
)