30 lines
919 B
Modula-2
30 lines
919 B
Modula-2
module eve-typesense-api
|
|
|
|
go 1.23.6
|
|
|
|
require (
|
|
git.site.quack-lab.dev/dave/cylogger v1.5.0
|
|
github.com/typesense/typesense-go/v2 v2.0.0
|
|
gorm.io/driver/sqlite v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
git.site.quack-lab.dev/dave/cyutils v1.5.0 // indirect
|
|
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/hexops/valast v1.5.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/oapi-codegen/runtime v1.1.1 // indirect
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
golang.org/x/tools v0.21.0 // indirect
|
|
mvdan.cc/gofumpt v0.4.0 // indirect
|
|
)
|