aboutsummaryrefslogtreecommitdiffstats
path: root/cache/lru_id_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/lru_id_cache.go')
-rw-r--r--cache/lru_id_cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/lru_id_cache.go b/cache/lru_id_cache.go
index b76f5312..0b551c23 100644
--- a/cache/lru_id_cache.go
+++ b/cache/lru_id_cache.go
@@ -5,7 +5,7 @@ import (
lru "github.com/hashicorp/golang-lru/v2"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/entity"
)
type lruIdCache struct {