module gorm.io/driver/sqlite go 1.14 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/mattn/go-sqlite3 v1.14.8 github.com/stretchr/testify v1.7.0 gorm.io/gorm v1.21.15 )