diff options
Diffstat (limited to 'entities/identity/version.go')
-rw-r--r-- | entities/identity/version.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/identity/version.go b/entities/identity/version.go index fe1565cf..5d0bd010 100644 --- a/entities/identity/version.go +++ b/entities/identity/version.go @@ -8,10 +8,10 @@ import ( "github.com/pkg/errors" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" - "github.com/MichaelMure/git-bug/util/lamport" - "github.com/MichaelMure/git-bug/util/text" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" + "github.com/git-bug/git-bug/util/lamport" + "github.com/git-bug/git-bug/util/text" ) // 1: original format |