module gorm.io/driver/sqlite

go 1.14

require (
	github.com/mattn/go-sqlite3 v1.14.5
	gorm.io/gorm v1.20.7
)
