diff options
Diffstat (limited to 'cache/repo_cache_common.go')
-rw-r--r-- | cache/repo_cache_common.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cache/repo_cache_common.go b/cache/repo_cache_common.go index 759536bd..17568c27 100644 --- a/cache/repo_cache_common.go +++ b/cache/repo_cache_common.go @@ -5,10 +5,10 @@ import ( "github.com/pkg/errors" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" - "github.com/MichaelMure/git-bug/util/multierr" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" + "github.com/git-bug/git-bug/util/multierr" ) func (c *RepoCache) Name() string { |