24 lines
718 B
Modula-2
24 lines
718 B
Modula-2
module git.webz.asia/go-migration/gorm-goose/v2
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28
|
|
gorm.io/driver/mysql v1.5.6
|
|
gorm.io/driver/postgres v1.5.7
|
|
gorm.io/driver/sqlite v1.5.5
|
|
gorm.io/gorm v1.25.10
|
|
)
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|