diff options
Diffstat (limited to 'entity/dag/operation_pack.go')
-rw-r--r-- | entity/dag/operation_pack.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/entity/dag/operation_pack.go b/entity/dag/operation_pack.go index 3a871c12..1fd4daf7 100644 --- a/entity/dag/operation_pack.go +++ b/entity/dag/operation_pack.go @@ -9,10 +9,10 @@ import ( "github.com/ProtonMail/go-crypto/openpgp" "github.com/pkg/errors" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" - "github.com/MichaelMure/git-bug/repository" - "github.com/MichaelMure/git-bug/util/lamport" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" + "github.com/git-bug/git-bug/repository" + "github.com/git-bug/git-bug/util/lamport" ) const opsEntryName = "ops" |