aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-06 07:47:10 -0800
committerbndw <ben@bdw.to>2026-03-06 07:47:10 -0800
commit9b4e7b8ba88f65c9c4a77b461f8353cf706e2206 (patch)
tree9c445bde32662f03cc569c1c25c091adb1aa7bab /go.mod
parentf1ff85c7acad6b2ae7ec10720619ef2023cb7dc9 (diff)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 2 insertions, 12 deletions
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
3go 1.24.0 3go 1.24.0
4 4
5require ( 5require (
6 github.com/asg017/sqlite-vec-go-bindings v0.1.6
7 github.com/mattn/go-sqlite3 v1.14.33
6 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 8 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
7 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 9 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
8 github.com/spf13/cobra v1.10.2 10 github.com/spf13/cobra v1.10.2
9 modernc.org/sqlite v1.46.1
10) 11)
11 12
12require ( 13require (
13 github.com/dustin/go-humanize v1.0.1 // indirect
14 github.com/google/uuid v1.6.0 // indirect
15 github.com/inconshreveable/mousetrap v1.1.0 // indirect 14 github.com/inconshreveable/mousetrap v1.1.0 // indirect
16 github.com/mattn/go-isatty v0.0.20 // indirect
17 github.com/ncruces/go-strftime v1.0.0 // indirect
18 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
19 github.com/spf13/pflag v1.0.9 // indirect 15 github.com/spf13/pflag v1.0.9 // indirect
20 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
21 golang.org/x/sync v0.19.0 // indirect
22 golang.org/x/sys v0.40.0 // indirect
23 modernc.org/libc v1.67.6 // indirect
24 modernc.org/mathutil v1.7.1 // indirect
25 modernc.org/memory v1.11.0 // indirect
26) 16)