diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ls.go b/commands/ls.go index 5a5d96c6..30aa7bdc 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -2,6 +2,7 @@ package commands import ( "fmt" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/util" "github.com/spf13/cobra" |