summaryrefslogtreecommitdiff
path: root/system/db/upload.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/upload.go')
-rw-r--r--system/db/upload.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/upload.go b/system/db/upload.go
index b7171dd..2311ef0 100644
--- a/system/db/upload.go
+++ b/system/db/upload.go
@@ -14,8 +14,8 @@ import (
"github.com/ponzu-cms/ponzu/system/item"
"github.com/boltdb/bolt"
+ "github.com/gofrs/uuid"
"github.com/gorilla/schema"
- uuid "github.com/satori/go.uuid"
)
// SetUpload stores information about files uploaded to the system