summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-10-19 11:25:14 +0300
committerGrail Finder <wohilas@gmail.com>2025-10-19 11:25:14 +0300
commitdfa164e871a62f814aeeb9ced6350e74a52f65b3 (patch)
tree720bfd27ec68c850ffc4bb4c24b2f4b90546fb8d /go.mod
parent436f9596ee4f7bae60cabb7c3ef4674f6d34f313 (diff)
parente7fa9ccf815096bc086258aab2a033b65a3f5b82 (diff)
Merge branch 'master' into feat/rag
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod46
1 files changed, 25 insertions, 21 deletions
diff --git a/go.mod b/go.mod
index 1b275df..f608cc4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,41 +1,45 @@
module gf-lt
-go 1.23.2
+go 1.25.1
require (
- github.com/BurntSushi/toml v1.4.0
+ github.com/BurntSushi/toml v1.5.0
+ github.com/GrailFinder/searchagent v0.1.3
github.com/asg017/sqlite-vec-go-bindings v0.1.6
- github.com/gdamore/tcell/v2 v2.7.4
+ github.com/gdamore/tcell/v2 v2.9.0
github.com/glebarez/go-sqlite v1.22.0
- github.com/gopxl/beep/v2 v2.1.0
- github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
+ github.com/gopxl/beep/v2 v2.1.1
+ github.com/gordonklaus/portaudio v0.0.0-20250206071425-98a94950218b
github.com/jmoiron/sqlx v1.4.0
- github.com/mattn/go-sqlite3 v1.14.22
- github.com/ncruces/go-sqlite3 v0.21.3
+ github.com/ncruces/go-sqlite3 v0.29.1
github.com/neurosnap/sentences v1.1.2
- github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592
+ github.com/rivo/tview v0.42.0
)
require (
+ github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
- github.com/ebitengine/oto/v3 v3.2.0 // indirect
- github.com/ebitengine/purego v0.7.1 // indirect
- github.com/gdamore/encoding v1.0.0 // indirect
+ github.com/ebitengine/oto/v3 v3.4.0 // indirect
+ github.com/ebitengine/purego v0.9.0 // indirect
+ github.com/gdamore/encoding v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
- github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
+ github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/mattn/go-runewidth v0.0.15 // indirect
+ github.com/mattn/go-runewidth v0.0.19 // indirect
+ github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
- github.com/tetratelabs/wazero v1.8.2 // indirect
- golang.org/x/sys v0.28.0 // indirect
- golang.org/x/term v0.17.0 // indirect
- golang.org/x/text v0.21.0 // indirect
- modernc.org/libc v1.37.6 // indirect
- modernc.org/mathutil v1.6.0 // indirect
- modernc.org/memory v1.7.2 // indirect
- modernc.org/sqlite v1.28.0 // indirect
+ github.com/tetratelabs/wazero v1.9.0 // indirect
+ golang.org/x/exp v0.0.0-20251017212417-90e834f514db // indirect
+ golang.org/x/net v0.46.0 // indirect
+ golang.org/x/sys v0.37.0 // indirect
+ golang.org/x/term v0.36.0 // indirect
+ golang.org/x/text v0.30.0 // indirect
+ modernc.org/libc v1.66.10 // indirect
+ modernc.org/mathutil v1.7.1 // indirect
+ modernc.org/memory v1.11.0 // indirect
+ modernc.org/sqlite v1.39.1 // indirect
)