diff options
| author | 2026-02-21 00:42:00 +0800 | |
|---|---|---|
| committer | 2026-02-21 00:42:00 +0800 | |
| commit | a03e6e14a1e807136b05f28072f37dcf8c030f6b (patch) | |
| tree | c9e4069fbd959d05f684895a8bbd0ccbc311ea77 /object/tag_serialize.go | |
| parent | testgit: Use objectid's SupportedAlgorithms (diff) | |
| signature | No signature | |
objectheader: Move out of internal
Diffstat (limited to 'object/tag_serialize.go')
| -rw-r--r-- | object/tag_serialize.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/tag_serialize.go b/object/tag_serialize.go index 0fa632df..9ccf0bd0 100644 --- a/object/tag_serialize.go +++ b/object/tag_serialize.go @@ -5,7 +5,7 @@ import ( "errors" "fmt" - "codeberg.org/lindenii/furgit/internal/objectheader" + "codeberg.org/lindenii/furgit/objectheader" "codeberg.org/lindenii/furgit/objecttype" ) |
