diff options
Diffstat (limited to 'commitgraph/read/hash.go')
| -rw-r--r-- | commitgraph/read/hash.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commitgraph/read/hash.go b/commitgraph/read/hash.go index e9543eac..3a525afe 100644 --- a/commitgraph/read/hash.go +++ b/commitgraph/read/hash.go @@ -5,7 +5,7 @@ import ( "fmt" "io" - "codeberg.org/lindenii/furgit/objectid" + objectid "codeberg.org/lindenii/furgit/object/id" ) // HashVersion returns the commit-graph hash version. |
