aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/resolvers/comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/resolvers/comment.go')
-rw-r--r--api/graphql/resolvers/comment.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/graphql/resolvers/comment.go b/api/graphql/resolvers/comment.go
index 7dddc3c8..01c17416 100644
--- a/api/graphql/resolvers/comment.go
+++ b/api/graphql/resolvers/comment.go
@@ -3,10 +3,10 @@ package resolvers
import (
"context"
- "github.com/MichaelMure/git-bug/api/graphql/graph"
- "github.com/MichaelMure/git-bug/api/graphql/models"
- "github.com/MichaelMure/git-bug/entities/bug"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/api/graphql/graph"
+ "github.com/git-bug/git-bug/api/graphql/models"
+ "github.com/git-bug/git-bug/entities/bug"
+ "github.com/git-bug/git-bug/entity"
)
var _ graph.CommentResolver = &commentResolver{}