aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/apply.go
diff options
context:
space:
mode:
Diffstat (limited to 'receivepack/service/apply.go')
-rw-r--r--receivepack/service/apply.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receivepack/service/apply.go b/receivepack/service/apply.go
index cfd59165..137af64a 100644
--- a/receivepack/service/apply.go
+++ b/receivepack/service/apply.go
@@ -2,7 +2,7 @@ package service
import (
"codeberg.org/lindenii/furgit/internal/utils"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/refstore"
)