aboutsummaryrefslogtreecommitdiff
path: root/object/store/packed/internal/reading/idx_open.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/packed/internal/reading/idx_open.go')
-rw-r--r--object/store/packed/internal/reading/idx_open.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/packed/internal/reading/idx_open.go b/object/store/packed/internal/reading/idx_open.go
index 8f73c867..bb61e156 100644
--- a/object/store/packed/internal/reading/idx_open.go
+++ b/object/store/packed/internal/reading/idx_open.go
@@ -5,8 +5,8 @@ import (
"os"
"syscall"
- "codeberg.org/lindenii/furgit/internal/intconv"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ "lindenii.org/go/furgit/internal/intconv"
+ objectid "lindenii.org/go/furgit/object/id"
)
// openIndex returns one opened and parsed index, caching it by pack basename.