diff options
Diffstat (limited to 'cache/bug_excerpt.go')
-rw-r--r-- | cache/bug_excerpt.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cache/bug_excerpt.go b/cache/bug_excerpt.go index 26b7ec74..12331b62 100644 --- a/cache/bug_excerpt.go +++ b/cache/bug_excerpt.go @@ -4,10 +4,10 @@ import ( "encoding/gob" "time" - "github.com/MichaelMure/git-bug/entities/bug" - "github.com/MichaelMure/git-bug/entities/common" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/util/lamport" + "github.com/git-bug/git-bug/entities/bug" + "github.com/git-bug/git-bug/entities/common" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/util/lamport" ) // Package initialisation used to register the type for (de)serialization |