diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 17:12:35 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 17:12:35 -0700 |
commit | 27bf80992138e23715cb8eb95af53a8cc66c403b (patch) | |
tree | c14284b30f8e7794e979723c26a4a824b6bc47de /system/db/content.go | |
parent | a7f5427fee80fd638e012de5cfeb48d5be54cbcf (diff) |
returning absolute import paths, will move to vendor in future commit
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/db/content.go b/system/db/content.go index 740e7b1..d637085 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -8,9 +8,9 @@ import ( "strconv" "strings" - "../../content" - "../../management/editor" - "../../management/manager" + "github.com/bosssauce/ponzu/content" + "github.com/bosssauce/ponzu/management/editor" + "github.com/bosssauce/ponzu/management/manager" "github.com/boltdb/bolt" "github.com/gorilla/schema" |