go.mod 106 B

1234567
  1. module github.com/jinzhu/gorm/dialects/mysql
  2. go 1.13
  3. require (
  4. github.com/go-sql-driver/mysql v1.5.0
  5. )