aboutsummaryrefslogtreecommitdiff
path: root/object/store/reader.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:15:31 +0000
committerGravatar Runxi Yu2026-05-27 06:15:31 +0000
commit07204c4b1ea56aeb4e236418ed80186b9f27ddf5 (patch)
tree9e5b786a198cd7482d4a66b82fc501fc1a0919e9 /object/store/reader.go
parentfurgit: Fix typos (diff)
signatureNo signature
Switch module URL to lindenii.org/go/furgit
Diffstat (limited to 'object/store/reader.go')
-rw-r--r--object/store/reader.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/store/reader.go b/object/store/reader.go
index b4df5081..b1867791 100644
--- a/object/store/reader.go
+++ b/object/store/reader.go
@@ -4,8 +4,8 @@ import (
"errors"
"io"
- "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/object/typ"
+ "lindenii.org/go/furgit/object/id"
+ "lindenii.org/go/furgit/object/typ"
)
// ObjectReader reads Git objects by object ID.