diff --git a/xorm_test.go b/xorm_test.go index 3a425374..0a93ac93 100644 --- a/xorm_test.go +++ b/xorm_test.go @@ -2,7 +2,7 @@ package xorm_test import ( "fmt" - _ "github.com/Go-SQL-Driver/MySQL" + _ "github.com/go-sql-driver/mysql" _ "github.com/mattn/go-sqlite3" "os" "testing"