use cgrates/gorm for stability

This commit is contained in:
Radu Ioan Fericean
2015-03-02 14:18:36 +02:00
parent b46d15737e
commit ee4a358a78
5 changed files with 5 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ import (
"time"
"github.com/cgrates/cgrates/utils"
"github.com/cgrates/gorm"
"github.com/go-sql-driver/mysql"
"github.com/jinzhu/gorm"
)
type SQLStorage struct {