mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
changes for ncruces go
This commit is contained in:
parent
374bfe3892
commit
73b9156a7c
7 changed files with 200 additions and 13 deletions
13
examples/simple-go-ncruces/go.mod
Normal file
13
examples/simple-go-ncruces/go.mod
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
module asg017.com/ex1
|
||||
|
||||
go 1.22.5
|
||||
|
||||
require github.com/ncruces/go-sqlite3 v0.17.1
|
||||
|
||||
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