go.mod 193 B

12345678
  1. module xorm.io/core
  2. require (
  3. github.com/go-sql-driver/mysql v1.4.1
  4. github.com/mattn/go-sqlite3 v1.10.0
  5. github.com/stretchr/testify v1.4.0
  6. google.golang.org/appengine v1.6.0 // indirect
  7. )