wip: testing gorm

This commit is contained in:
2025-05-28 17:44:05 +01:00
parent 791fc398fa
commit 5c189046d3
5 changed files with 74 additions and 4 deletions
+6
View File
@@ -4,6 +4,12 @@ go 1.24.3
require (
github.com/inconshreveable/mousetrap v1.1.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/spf13/cobra v1.9.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
golang.org/x/text v0.25.0 // indirect
gorm.io/driver/sqlite v1.5.7 // indirect
gorm.io/gorm v1.30.0 // indirect
)