aboutsummaryrefslogtreecommitdiffstats
path: root/entities/bug/op_add_comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/bug/op_add_comment.go')
-rw-r--r--entities/bug/op_add_comment.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/entities/bug/op_add_comment.go b/entities/bug/op_add_comment.go
index 5edef9d0..ea709397 100644
--- a/entities/bug/op_add_comment.go
+++ b/entities/bug/op_add_comment.go
@@ -3,12 +3,12 @@ package bug
import (
"fmt"
- "github.com/MichaelMure/git-bug/entities/identity"
- "github.com/MichaelMure/git-bug/entity"
- "github.com/MichaelMure/git-bug/entity/dag"
- "github.com/MichaelMure/git-bug/repository"
- "github.com/MichaelMure/git-bug/util/text"
- "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/entity/dag"
+ "github.com/git-bug/git-bug/repository"
+ "github.com/git-bug/git-bug/util/text"
+ "github.com/git-bug/git-bug/util/timestamp"
)
var _ Operation = &AddCommentOperation{}