forked from mirror/redcon
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
|
module github.com/tidwall/redcon
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/tidwall/btree v0.2.2
|
||
|
github.com/tidwall/match v1.0.1
|
||
|
)
|