diff options
Diffstat (limited to 'commands/cmdjson')
-rw-r--r-- | commands/cmdjson/bug.go | 4 | ||||
-rw-r--r-- | commands/cmdjson/json_common.go | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/commands/cmdjson/bug.go b/commands/cmdjson/bug.go index c5489caa..a7f894ed 100644 --- a/commands/cmdjson/bug.go +++ b/commands/cmdjson/bug.go @@ -1,8 +1,8 @@ package cmdjson import ( - "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/entities/bug" + "github.com/git-bug/git-bug/cache" + "github.com/git-bug/git-bug/entities/bug" ) type BugSnapshot struct { 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 { |