2021-09-03 14:23:46 +00:00
|
|
|
module myschools.me/suguo/snippet
|
2021-09-03 01:41:46 +00:00
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
gorm.io/driver/mysql v1.1.2
|
2021-09-03 08:44:20 +00:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
2021-09-03 01:41:46 +00:00
|
|
|
gorm.io/gorm v1.21.14
|
|
|
|
|
gorm.io/plugin/dbresolver v1.1.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
2021-09-03 08:44:20 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.5 // indirect
|
2021-09-03 01:41:46 +00:00
|
|
|
)
|