From 5511c230b678a181cc596238bf6669428d1b1902 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 18 Aug 2022 23:34:05 +0200 Subject: move {bug,identity} to /entities, move input to /commands --- commands/json_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/json_common.go') diff --git a/commands/json_common.go b/commands/json_common.go index 9a144a1e2..3ceee1ec0 100644 --- a/commands/json_common.go +++ b/commands/json_common.go @@ -4,7 +4,7 @@ import ( "time" "github.com/MichaelMure/git-bug/cache" - "github.com/MichaelMure/git-bug/identity" + "github.com/MichaelMure/git-bug/entities/identity" "github.com/MichaelMure/git-bug/util/lamport" ) -- cgit v1.2.3