diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 16:27:33 -0700 |
commit | a7f5427fee80fd638e012de5cfeb48d5be54cbcf (patch) | |
tree | 658014a3eada5009de87f31b8c81a47781923d9b /cmd/ponzu/main.go | |
parent | 3b7e6a4cdbda6193cf45b0e60332ca16e68e0010 (diff) |
renaming import paths globally to ensure build is using new files, not ones from original repo
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r-- | cmd/ponzu/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 = ` |