aboutsummaryrefslogtreecommitdiffstats
path: root/entities/identity/identity_stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/identity/identity_stub.go')
-rw-r--r--entities/identity/identity_stub.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/identity/identity_stub.go b/entities/identity/identity_stub.go
index fb5c90a5..a8631576 100644
--- a/entities/identity/identity_stub.go
+++ b/entities/identity/identity_stub.go
@@ -3,10 +3,10 @@ package identity
import (
"encoding/json"
- "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/timestamp"
+ "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/timestamp"
)
var _ Interface = &IdentityStub{}