2022-12-12 15:30:42 +03:00
|
|
|
module git.internal/re/buntdb
|
2019-11-15 23:04:12 +03:00
|
|
|
|
2022-04-28 03:08:15 +03:00
|
|
|
go 1.18
|
2019-11-15 23:04:12 +03:00
|
|
|
|
|
|
|
require (
|
2022-12-12 15:30:42 +03:00
|
|
|
git.internal/re/rtred v0.1.3
|
2021-08-01 19:54:09 +03:00
|
|
|
github.com/tidwall/assert v0.1.0
|
2022-08-19 16:08:27 +03:00
|
|
|
github.com/tidwall/btree v1.4.2
|
|
|
|
github.com/tidwall/gjson v1.14.3
|
2021-12-09 02:25:25 +03:00
|
|
|
github.com/tidwall/grect v0.1.4
|
2021-03-31 01:36:40 +03:00
|
|
|
github.com/tidwall/lotsa v1.0.2
|
2021-10-25 22:45:33 +03:00
|
|
|
github.com/tidwall/match v1.1.1
|
2019-11-15 23:04:12 +03:00
|
|
|
)
|
2022-04-28 03:08:15 +03:00
|
|
|
|
|
|
|
require (
|
2022-12-12 15:30:42 +03:00
|
|
|
git.internal/re/tinyqueue v0.1.3 // indirect
|
2022-04-28 03:08:15 +03:00
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
|
|
)
|