diff options
Diffstat (limited to 'cache/with_snapshot.go')
-rw-r--r-- | cache/with_snapshot.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache/with_snapshot.go b/cache/with_snapshot.go index 674b6923..af61971a 100644 --- a/cache/with_snapshot.go +++ b/cache/with_snapshot.go @@ -3,8 +3,8 @@ package cache import ( "sync" - "github.com/MichaelMure/git-bug/entity/dag" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/entity/dag" + "github.com/git-bug/git-bug/repository" ) var _ dag.Interface[dag.Snapshot, dag.OperationWithApply[dag.Snapshot]] = &withSnapshot[dag.Snapshot, dag.OperationWithApply[dag.Snapshot]]{} |