aboutsummaryrefslogtreecommitdiffstats
path: root/cache/bug_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/bug_cache.go')
-rw-r--r--cache/bug_cache.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cache/bug_cache.go b/cache/bug_cache.go
index 3466f186..a0670959 100644
--- a/cache/bug_cache.go
+++ b/cache/bug_cache.go
@@ -4,11 +4,11 @@ import (
"fmt"
"time"
- "github.com/MichaelMure/git-bug/entities/bug"
- "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/git-bug/git-bug/entities/bug"
+ "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"
)
var ErrNoMatchingOp = fmt.Errorf("no matching operation found")