aboutsummaryrefslogtreecommitdiffstats
path: root/api/graphql/resolvers/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/graphql/resolvers/root.go')
-rw-r--r--api/graphql/resolvers/root.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/graphql/resolvers/root.go b/api/graphql/resolvers/root.go
index 44ae010e..ca0fb8ea 100644
--- a/api/graphql/resolvers/root.go
+++ b/api/graphql/resolvers/root.go
@@ -2,8 +2,8 @@
package resolvers
import (
- "github.com/MichaelMure/git-bug/api/graphql/graph"
- "github.com/MichaelMure/git-bug/cache"
+ "github.com/git-bug/git-bug/api/graphql/graph"
+ "github.com/git-bug/git-bug/cache"
)
var _ graph.ResolverRoot = &RootResolver{}