From 3980e26cf54c6abe89877cc56cba5686601dd2f2 Mon Sep 17 00:00:00 2001 From: snoop Date: Tue, 8 Nov 2016 16:18:09 +0900 Subject: [PATCH] fixed --- orm/association.go | 1 - orm/model_struct.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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