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

@@ -27,7 +27,7 @@ import (
"github.com/cgrates/cgrates/utils"
_ "github.com/bmizerany/pq"
"github.com/jinzhu/gorm"
"github.com/cgrates/gorm"
)
type PostgresStorage struct {