diff options
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/content.go b/system/db/content.go index b96852e..43d6023 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -16,8 +16,8 @@ import ( "github.com/ponzu-cms/ponzu/system/search" "github.com/boltdb/bolt" + "github.com/gofrs/uuid" "github.com/gorilla/schema" - uuid "github.com/satori/go.uuid" ) // IsValidID checks that an ID from a DB target is valid. |