diff --git a/internal/database/attachment.go b/internal/database/attachment.go index 42beb989a..19b16126b 100644 --- a/internal/database/attachment.go +++ b/internal/database/attachment.go @@ -9,8 +9,8 @@ import ( "time" "github.com/cockroachdb/errors" - "gorm.io/gorm" gouuid "github.com/satori/go.uuid" + "gorm.io/gorm" "gogs.io/gogs/internal/conf" "gogs.io/gogs/internal/errutil"