diff --git a/orm/association.go b/orm/association.go index 5214bbf..7b42675 100644 --- a/orm/association.go +++ b/orm/association.go @@ -4,7 +4,6 @@ import ( "errors" "fmt" "reflect" - "github.com/revel/modules/db/app" ) // Association Mode contains some helper methods to handle relationship things easily. diff --git a/orm/model_struct.go b/orm/model_struct.go index 224288f..2c3007d 100644 --- a/orm/model_struct.go +++ b/orm/model_struct.go @@ -9,7 +9,7 @@ import ( "sync" "time" - "github.com/jinzhu/inflection" + "orm/inflection" ) // DefaultTableNameHandler default table name handler