diff options
Diffstat (limited to 'entities/bug/snapshot.go')
-rw-r--r-- | entities/bug/snapshot.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entities/bug/snapshot.go b/entities/bug/snapshot.go index 5c260d85..ca352284 100644 --- a/entities/bug/snapshot.go +++ b/entities/bug/snapshot.go @@ -4,10 +4,10 @@ import ( "fmt" "time" - "github.com/MichaelMure/git-bug/entities/common" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/entity/dag" + "github.com/git-bug/git-bug/entities/common" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/entity/dag" ) var _ dag.Snapshot = &Snapshot{} |