tile38/vendor/github.com/tidwall/redcon/go.mod

9 lines
121 B
Modula-2
Raw Normal View History

module github.com/tidwall/redcon
go 1.15
require (
2021-03-30 18:09:03 +03:00
github.com/tidwall/btree v0.4.2
github.com/tidwall/match v1.0.3
)