diff options
Diffstat (limited to 'commands/bug/bug_select.go')
-rw-r--r-- | commands/bug/bug_select.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/bug/bug_select.go b/commands/bug/bug_select.go index c93cd7b1..ed0f3354 100644 --- a/commands/bug/bug_select.go +++ b/commands/bug/bug_select.go @@ -5,10 +5,10 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/commands/execenv" - _select "github.com/MichaelMure/git-bug/commands/select" - "github.com/MichaelMure/git-bug/entities/bug" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/commands/execenv" + _select "github.com/git-bug/git-bug/commands/select" + "github.com/git-bug/git-bug/entities/bug" ) func ResolveSelected(repo *cache.RepoCache, args []string) (*cache.BugCache, []string, error) { |