You've already forked golang-base-project
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
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.9
|
|
github.com/stretchr/testify v1.7.0
|
|
gorm.io/gorm v1.22.3
|
|
)
|