mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
490 B
19 lines
490 B
module godovec
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/asg017/sqlite-vec-go-bindings v0.1.6
|
|
github.com/ncruces/go-sqlite3/gormlite v0.21.0
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/ncruces/go-sqlite3 v0.21.0 // indirect
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/tetratelabs/wazero v1.8.2 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|
|
|