diff options
Diffstat (limited to 'entity/dag/operation.go')
-rw-r--r-- | entity/dag/operation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/operation.go b/entity/dag/operation.go index 0227b3e0..1a778878 100644 --- a/entity/dag/operation.go +++ b/entity/dag/operation.go @@ -8,8 +8,8 @@ import ( "github.com/pkg/errors" + "github.com/MichaelMure/git-bug/entities/identity" "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/identity" "github.com/MichaelMure/git-bug/repository" ) |