Use offical gorm package in tests

This commit is contained in:
Jinzhu 2014-04-06 18:04:10 +08:00
parent bcb1ca67c0
commit 1a5a4b707d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
"github.com/nerdzeu/gorm"
"github.com/jinzhu/gorm"
"os"
"reflect"