mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
update go demos
This commit is contained in:
parent
e507bc0230
commit
6eb2397537
6 changed files with 14 additions and 25 deletions
|
|
@ -2,10 +2,12 @@ module asg017.com/ex1
|
|||
|
||||
go 1.22.5
|
||||
|
||||
require github.com/ncruces/go-sqlite3 v0.17.2-0.20240711235451-21de85e849b7
|
||||
require (
|
||||
github.com/asg017/sqlite-vec-go-bindings v0.0.1-alpha.36
|
||||
github.com/ncruces/go-sqlite3 v0.17.2-0.20240711235451-21de85e849b7
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/asg017/sqlite-vec-ncruces-bindings v0.0.1-alpha.33 // indirect
|
||||
github.com/ncruces/julianday v1.0.0 // indirect
|
||||
github.com/tetratelabs/wazero v1.7.3 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue