diff options
Diffstat (limited to 'entity/dag/operation.go')
-rw-r--r-- | entity/dag/operation.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/entity/dag/operation.go b/entity/dag/operation.go index f50d91b6..6dc90c3a 100644 --- a/entity/dag/operation.go +++ b/entity/dag/operation.go @@ -8,9 +8,9 @@ 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/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" ) // OperationType is an operation type identifier |