From 9b4e7b8ba88f65c9c4a77b461f8353cf706e2206 Mon Sep 17 00:00:00 2001 From: bndw Date: Fri, 6 Mar 2026 07:47:10 -0800 Subject: cgo --- go.mod | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 914896e..d641b8b 100644 --- a/go.mod +++ b/go.mod @@ -3,24 +3,14 @@ module code.northwest.io/codevec go 1.24.0 require ( + github.com/asg017/sqlite-vec-go-bindings v0.1.6 + github.com/mattn/go-sqlite3 v1.14.33 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 github.com/spf13/cobra v1.10.2 - modernc.org/sqlite v1.46.1 ) require ( - github.com/dustin/go-humanize v1.0.1 // indirect - github.com/google/uuid v1.6.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect - github.com/mattn/go-isatty v0.0.20 // indirect - github.com/ncruces/go-strftime v1.0.0 // indirect - github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/spf13/pflag v1.0.9 // indirect - golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect - golang.org/x/sync v0.19.0 // indirect - golang.org/x/sys v0.40.0 // indirect - modernc.org/libc v1.67.6 // indirect - modernc.org/mathutil v1.7.1 // indirect - modernc.org/memory v1.11.0 // indirect ) -- cgit v1.2.3