diff options
author | Grail Finder <wohilas@gmail.com> | 2025-10-09 16:19:43 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-10-09 16:19:43 +0300 |
commit | 2e1b018a45b88b843523a726a7ef264c2fdaa0b3 (patch) | |
tree | 6150fcc39fab6dc31c24854b1e363c82a32c2ba9 /go.mod | |
parent | 5d2ce7a5f5743fa39b43379b143e0ee9a908ada6 (diff) |
Feat: new rag attempt
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( github.com/gopxl/beep/v2 v2.1.0 github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5 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/neurosnap/sentences v1.1.2 github.com/rivo/tview v0.0.0-20241103174730-c76f7879f592 |