diff options
Diffstat (limited to 'commands/new.go')
-rw-r--r-- | commands/new.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/new.go b/commands/new.go index a13e36bf..bd0966e5 100644 --- a/commands/new.go +++ b/commands/new.go @@ -2,6 +2,7 @@ package commands import ( "fmt" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" "github.com/MichaelMure/git-bug/input" |