This commit is contained in:
2026-05-10 00:59:47 +00:00
parent 271046231c
commit 9b38586ed8
30 changed files with 3560 additions and 1823 deletions

8
go.mod
View File

@@ -3,11 +3,7 @@ module gordenko.dev/dima/qb
go 1.24.2
require (
github.com/RoaringBitmap/roaring/v2 v2.14.4
gopkg.in/ini.v1 v1.67.1
)
require (
github.com/bits-and-blooms/bitset v1.24.2 // indirect
github.com/mschoch/smat v0.2.0 // indirect
gordenko.dev/dima/bin v0.0.0-20251101161620-7fa2d0f2923a
gordenko.dev/dima/pretty v0.0.0-20221225212746-0c27d8c0ac69
)