37 lines
1.1 KiB
Modula-2
37 lines
1.1 KiB
Modula-2
module cook
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
git.site.quack-lab.dev/dave/cylogger v1.3.0
|
|
github.com/bmatcuk/doublestar/v4 v4.8.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/yuin/gopher-lua v1.1.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/gorm v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/go-cmp v0.6.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/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
golang.org/x/mod v0.21.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/tools v0.26.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
mvdan.cc/gofumpt v0.4.0 // indirect
|
|
)
|
|
|
|
require gorm.io/driver/sqlite v1.6.0
|