diff options
Diffstat (limited to 'object/store/loose/parse.go')
| -rw-r--r-- | object/store/loose/parse.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/object/store/loose/parse.go b/object/store/loose/parse.go index dfb420ba..77deb512 100644 --- a/object/store/loose/parse.go +++ b/object/store/loose/parse.go @@ -6,9 +6,9 @@ import ( "io" "os" - "codeberg.org/lindenii/furgit/internal/compress/zlib" - objectheader "codeberg.org/lindenii/furgit/object/header" - objecttype "codeberg.org/lindenii/furgit/object/type" + "lindenii.org/go/furgit/internal/compress/zlib" + objectheader "lindenii.org/go/furgit/object/header" + objecttype "lindenii.org/go/furgit/object/type" ) // decodeAll inflates the full loose object payload from file. |
