diff options
Diffstat (limited to 'cache/repo_cache.go')
-rw-r--r-- | cache/repo_cache.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cache/repo_cache.go b/cache/repo_cache.go index 19b6e266..eb441d9e 100644 --- a/cache/repo_cache.go +++ b/cache/repo_cache.go @@ -7,10 +7,10 @@ import ( "strconv" "sync" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" - "github.com/MichaelMure/git-bug/util/multierr" - "github.com/MichaelMure/git-bug/util/process" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" + "github.com/git-bug/git-bug/util/multierr" + "github.com/git-bug/git-bug/util/process" ) // 1: original format |