18 lines
385 B
Modula-2
18 lines
385 B
Modula-2
module git.toowon.com/jimmy/go-commom
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
gorm.io/driver/mysql v1.5.2
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.30.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1 // 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
|
|
golang.org/x/text v0.20.0 // indirect
|
|
)
|