aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_excerpt.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/bug_excerpt.go')
-rw-r--r--cache/bug_excerpt.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cache/bug_excerpt.go b/cache/bug_excerpt.go
index 12331b62..99c30409 100644
--- a/cache/bug_excerpt.go
+++ b/cache/bug_excerpt.go
@@ -4,7 +4,6 @@ import (
"encoding/gob"
"time"
- "github.com/git-bug/git-bug/entities/bug"
"github.com/git-bug/git-bug/entities/common"
"github.com/git-bug/git-bug/entity"
"github.com/git-bug/git-bug/util/lamport"
@@ -29,7 +28,7 @@ type BugExcerpt struct {
AuthorId entity.Id
Status common.Status
- Labels []bug.Label
+ Labels []common.Label
Title string
LenComments int
Actors []entity.Id