redcon/go.mod

9 lines
127 B
Modula-2
Raw Normal View History

2021-11-19 22:38:02 +03:00
module github.com/nathanhack/redcon/v2
2020-10-30 16:46:06 +03:00
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
)