diff options
Diffstat (limited to 'object/store/packed/internal/ingest/thin_unresolved.go')
| -rw-r--r-- | object/store/packed/internal/ingest/thin_unresolved.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/packed/internal/ingest/thin_unresolved.go b/object/store/packed/internal/ingest/thin_unresolved.go index 757cc0e2..d7177689 100644 --- a/object/store/packed/internal/ingest/thin_unresolved.go +++ b/object/store/packed/internal/ingest/thin_unresolved.go @@ -4,8 +4,8 @@ import ( "bytes" "slices" - objectid "codeberg.org/lindenii/furgit/object/id" - objecttype "codeberg.org/lindenii/furgit/object/type" + objectid "lindenii.org/go/furgit/object/id" + objecttype "lindenii.org/go/furgit/object/type" ) // unresolvedThinBaseIDs returns sorted unique unresolved ref base IDs. |
