From a7f5427fee80fd638e012de5cfeb48d5be54cbcf Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 9 Oct 2016 16:27:33 -0700 Subject: renaming import paths globally to ensure build is using new files, not ones from original repo --- system/admin/handlers.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'system/admin/handlers.go') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 623bcea..32a8e95 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -12,12 +12,13 @@ import ( "strings" "time" - "github.com/bosssauce/ponzu/content" - "github.com/bosssauce/ponzu/management/editor" - "github.com/bosssauce/ponzu/management/manager" - "github.com/bosssauce/ponzu/system/admin/config" - "github.com/bosssauce/ponzu/system/admin/user" - "github.com/bosssauce/ponzu/system/db" + "../../content" + "../../management/editor" + "../../management/manager" + "../../system/db" + "./config" + "./user" + "github.com/nilslice/jwt" ) -- cgit v1.2.3