aboutsummaryrefslogtreecommitdiff
path: root/refstore/files/update_validate.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/files/update_validate.go')
-rw-r--r--refstore/files/update_validate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/update_validate.go b/refstore/files/update_validate.go
index 9449fda5..94a53fb7 100644
--- a/refstore/files/update_validate.go
+++ b/refstore/files/update_validate.go
@@ -4,7 +4,7 @@ import (
"fmt"
"strings"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/ref/refname"
"codeberg.org/lindenii/furgit/refstore"
)