aboutsummaryrefslogtreecommitdiffstats
path: root/cache/identity_subcache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/identity_subcache.go')
-rw-r--r--cache/identity_subcache.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cache/identity_subcache.go b/cache/identity_subcache.go
index 05a91358..42b4d686 100644
--- a/cache/identity_subcache.go
+++ b/cache/identity_subcache.go
@@ -3,9 +3,9 @@ package cache
import (
"fmt"
- "github.com/MichaelMure/git-bug/entities/identity"
- "github.com/MichaelMure/git-bug/entity"
- "github.com/MichaelMure/git-bug/repository"
+ "github.com/git-bug/git-bug/entities/identity"
+ "github.com/git-bug/git-bug/entity"
+ "github.com/git-bug/git-bug/repository"
)
type RepoCacheIdentity struct {