diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /object/store/packed/internal/ingest/drain.go | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'object/store/packed/internal/ingest/drain.go')
| -rw-r--r-- | object/store/packed/internal/ingest/drain.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/object/store/packed/internal/ingest/drain.go b/object/store/packed/internal/ingest/drain.go index 7179a823..4bc4b9e3 100644 --- a/object/store/packed/internal/ingest/drain.go +++ b/object/store/packed/internal/ingest/drain.go @@ -4,10 +4,10 @@ import ( "fmt" "io" - "codeberg.org/lindenii/furgit/internal/compress/zlib" - objectheader "codeberg.org/lindenii/furgit/object/header" - objectid "codeberg.org/lindenii/furgit/object/id" - objecttype "codeberg.org/lindenii/furgit/object/type" + "lindenii.org/go/furgit/internal/compress/zlib" + objectheader "lindenii.org/go/furgit/object/header" + objectid "lindenii.org/go/furgit/object/id" + objecttype "lindenii.org/go/furgit/object/type" ) // drainEntryPayload inflates one entry payload from stream and returns |
