redcon/go.mod

9 lines
118 B
Modula-2
Raw Permalink Normal View History

2022-12-12 14:17:30 +03:00
module git.internal/re/redcon
2020-10-30 16:46:06 +03:00
2022-12-12 14:17:30 +03:00
go 1.19
2020-10-30 16:46:06 +03:00
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
)