aboutsummaryrefslogtreecommitdiffstats
path: root/bug/person.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/person.go')
-rw-r--r--bug/person.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/person.go b/bug/person.go
index 5c9dcc4c..674da9f2 100644
--- a/bug/person.go
+++ b/bug/person.go
@@ -2,6 +2,7 @@ package bug
import (
"errors"
+
"github.com/MichaelMure/git-bug/repository"
)