aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest/api.go')
-rw-r--r--packfile/ingest/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/api.go b/packfile/ingest/api.go
index 6d4437e0..b2f3c92f 100644
--- a/packfile/ingest/api.go
+++ b/packfile/ingest/api.go
@@ -7,7 +7,7 @@ import (
"io"
"os"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/objectstore"
)