aboutsummaryrefslogtreecommitdiff
path: root/packfile/object_type.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/object_type.go')
-rw-r--r--packfile/object_type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/object_type.go b/packfile/object_type.go
index 559222ba..8382baa9 100644
--- a/packfile/object_type.go
+++ b/packfile/object_type.go
@@ -1,6 +1,6 @@
package packfile
-import "codeberg.org/lindenii/furgit/objecttype"
+import objecttype "codeberg.org/lindenii/furgit/object/type"
// IsBaseObjectType reports whether ty is one of the four canonical object
// types encoded directly in pack entries.