21 lines
475 B
Modula-2
21 lines
475 B
Modula-2
module sauce
|
|
|
|
go 1.22.4
|
|
|
|
require gocv.io/x/gocv v0.37.0
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/a-h/templ v0.2.747
|
|
gorm.io/driver/sqlite v1.5.6
|
|
gorm.io/gorm v1.25.11
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.1 // 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
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|