diff options
Diffstat (limited to 'commands/user/user_show.go')
-rw-r--r-- | commands/user/user_show.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/user/user_show.go b/commands/user/user_show.go index 049eee93..0fbed190 100644 --- a/commands/user/user_show.go +++ b/commands/user/user_show.go @@ -7,9 +7,9 @@ import ( "github.com/spf13/cobra" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/commands/completion" - "github.com/MichaelMure/git-bug/commands/execenv" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/commands/completion" + "github.com/git-bug/git-bug/commands/execenv" ) type userShowOptions struct { |