go.mod 194 B

12345678910
  1. module gorm.io/driver/sqlite
  2. go 1.14
  3. require (
  4. github.com/davecgh/go-spew v1.1.1 // indirect
  5. github.com/mattn/go-sqlite3 v1.14.8
  6. github.com/stretchr/testify v1.7.0
  7. gorm.io/gorm v1.21.15
  8. )