aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bridge/bridge_auth.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bridge/bridge_auth.go')
-rw-r--r--commands/bridge/bridge_auth.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/bridge/bridge_auth.go b/commands/bridge/bridge_auth.go
index f27004e0..4a2d2cc1 100644
--- a/commands/bridge/bridge_auth.go
+++ b/commands/bridge/bridge_auth.go
@@ -7,9 +7,9 @@ import (
text "github.com/MichaelMure/go-term-text"
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/bridge/core/auth"
- "github.com/MichaelMure/git-bug/commands/execenv"
- "github.com/MichaelMure/git-bug/util/colors"
+ "github.com/git-bug/git-bug/bridge/core/auth"
+ "github.com/git-bug/git-bug/commands/execenv"
+ "github.com/git-bug/git-bug/util/colors"
)
func newBridgeAuthCommand(env *execenv.Env) *cobra.Command {