37 lines
1.2 KiB
Modula-2
37 lines
1.2 KiB
Modula-2
module github.com/kubeflow/model-registry/gorm-gen
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.9.1
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/driver/postgres v1.5.9
|
|
gorm.io/driver/sqlite v1.5.6
|
|
gorm.io/gen v0.3.26
|
|
gorm.io/gorm v1.26.0
|
|
)
|
|
|
|
exclude gorm.io/plugin/dbresolver v1.5.0
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.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.5.5 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.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
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/mod v0.17.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
|
gorm.io/datatypes v1.2.0 // indirect
|
|
gorm.io/hints v1.1.0 // indirect
|
|
gorm.io/plugin/dbresolver v1.6.0 // indirect
|
|
)
|