diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 02:02:34 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 02:02:34 -0700 |
commit | 83274d88f4446ffe9e5d63d41561eb775fea4c7e (patch) | |
tree | be5f66d2e650eda2167dadee1820c75f747e6bd6 /system/db/config.go | |
parent | ed14dff0ee6f53afd95550140ee32e7aa76a0441 (diff) |
updating import paths
Diffstat (limited to 'system/db/config.go')
-rw-r--r-- | system/db/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/config.go b/system/db/config.go index 5bee0b3..bf531f7 100644 --- a/system/db/config.go +++ b/system/db/config.go @@ -9,8 +9,8 @@ import ( "time" "github.com/boltdb/bolt" + "github.com/bosssauce/ponzu/system/admin/config" "github.com/gorilla/schema" - "github.com/nilslice/cms/system/admin/config" ) var configCache url.Values |