You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
301 B
13 lines
301 B
module gormExample
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
gorm.io/driver/mysql v1.4.7 // indirect
|
|
gorm.io/gorm v1.24.6 // indirect
|
|
)
|