Collapse nested kbsearch/chats go.mod into the root module. Ranking stays cgo-free under internal/brain/rank so CI does not need ladybug. bin/kb/search is a deprecation wrapper that still sets CGO and builds the binary.
26 lines
794 B
AMPL
26 lines
794 B
AMPL
module github.com/eSlider/2dph
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/LadybugDB/go-ladybug v0.17.0
|
|
github.com/arran4/golang-ical v0.3.5
|
|
github.com/chewxy/math32 v1.11.2
|
|
github.com/daulet/tokenizers v1.27.0
|
|
golang.org/x/text v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/apache/arrow-go/v18 v18.6.0 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/google/flatbuffers v25.12.19+incompatible // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.5 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.26 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/zeebo/xxh3 v1.1.0 // indirect
|
|
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
)
|