diff options
Diffstat (limited to 'commands/cmdjson/json_common.go')
-rw-r--r-- | commands/cmdjson/json_common.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/cmdjson/json_common.go b/commands/cmdjson/json_common.go index 34077915..813d09b7 100644 --- a/commands/cmdjson/json_common.go +++ b/commands/cmdjson/json_common.go @@ -3,9 +3,9 @@ package cmdjson import ( "time" - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/util/lamport" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/util/lamport" ) type Identity struct { |