mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fix ncruces example
This commit is contained in:
parent
1157c90a05
commit
a3b42f65b2
2 changed files with 3 additions and 5 deletions
|
|
@ -2,12 +2,10 @@ module asg017.com/ex1
|
|||
|
||||
go 1.22.5
|
||||
|
||||
require github.com/ncruces/go-sqlite3 v0.17.1
|
||||
require github.com/ncruces/go-sqlite3 v0.17.2-0.20240711235451-21de85e849b7
|
||||
|
||||
require (
|
||||
github.com/ncruces/julianday v1.0.0 // indirect
|
||||
github.com/tetratelabs/wazero v1.7.3 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
)
|
||||
|
||||
//replace github.com/ncruces/go-sqlite3 => ../go-sqlite3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue