diff options
Diffstat (limited to 'entities/bug/comment.go')
-rw-r--r-- | entities/bug/comment.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/bug/comment.go b/entities/bug/comment.go index 7835c5a8..99da635d 100644 --- a/entities/bug/comment.go +++ b/entities/bug/comment.go @@ -3,10 +3,10 @@ package bug import ( "github.com/dustin/go-humanize" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" - "github.com/MichaelMure/git-bug/util/timestamp" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" + "github.com/git-bug/git-bug/util/timestamp" ) // Comment represent a comment in a Bug |