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 --- cmd/ponzu/main.go | 6 +++--- cmd/ponzu/options.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index a13dd6c..ab824a3 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -8,9 +8,9 @@ import ( "os" "strings" - "github.com/bosssauce/ponzu/system/admin" - "github.com/bosssauce/ponzu/system/api" - "github.com/bosssauce/ponzu/system/db" + "../../system/admin" + "../../system/api" + "../../system/db" ) var usage = ` diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 2c162ed..8204155 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -57,7 +57,7 @@ package content import ( "fmt" - "github.com/bosssauce/ponzu/management/editor" + "../management/editor" ) // {{ .name }} is the generic content struct -- cgit v1.2.3