aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select
diff options
context:
space:
mode:
Diffstat (limited to 'commands/select')
-rw-r--r--commands/select/select.go4
-rw-r--r--commands/select/select_test.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/commands/select/select.go b/commands/select/select.go
index cd12250e..0e6ee872 100644
--- a/commands/select/select.go
+++ b/commands/select/select.go
@@ -8,8 +8,8 @@ import (
"github.com/pkg/errors"
- "github.com/MichaelMure/git-bug/cache"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/cache"
+ "github.com/git-bug/git-bug/entity"
)
type ErrNoValidId struct {
diff --git a/commands/select/select_test.go b/commands/select/select_test.go
index 4425c275..9ac18689 100644
--- a/commands/select/select_test.go
+++ b/commands/select/select_test.go
@@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/require"
- "github.com/MichaelMure/git-bug/cache"
- "github.com/MichaelMure/git-bug/repository"
+ "github.com/git-bug/git-bug/cache"
+ "github.com/git-bug/git-bug/repository"
)
func TestSelect(t *testing.T) {