aboutsummaryrefslogtreecommitdiffstats
path: root/entities/bug/op_create.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/bug/op_create.go')
-rw-r--r--entities/bug/op_create.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/entities/bug/op_create.go b/entities/bug/op_create.go
index 2afea406..c7b6bada 100644
--- a/entities/bug/op_create.go
+++ b/entities/bug/op_create.go
@@ -3,12 +3,12 @@ package bug
import (
"fmt"
- "github.com/MichaelMure/git-bug/entities/identity"
- "github.com/MichaelMure/git-bug/entity"
- "github.com/MichaelMure/git-bug/entity/dag"
- "github.com/MichaelMure/git-bug/repository"
- "github.com/MichaelMure/git-bug/util/text"
- "github.com/MichaelMure/git-bug/util/timestamp"
+ "github.com/git-bug/git-bug/entities/identity"
+ "github.com/git-bug/git-bug/entity"
+ "github.com/git-bug/git-bug/entity/dag"
+ "github.com/git-bug/git-bug/repository"
+ "github.com/git-bug/git-bug/util/text"
+ "github.com/git-bug/git-bug/util/timestamp"
)
var _ Operation = &CreateOperation{}