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.
11 lines
194 B
11 lines
194 B
module gorm_test
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.63.2
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
gopkg.in/ini.v1 v1.63.2
|
|
gorm.io/driver/mysql v1.1.3
|
|
gorm.io/gorm v1.22.2
|
|
)
|
|
|