aboutsummaryrefslogtreecommitdiff
path: root/object/tag/tag.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:14:54 +0000
committerGravatar Runxi Yu2026-05-27 06:14:54 +0000
commitc1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch)
tree46ce23f979dfd2a0121aff7c2be03adcad99ac4a /object/tag/tag.go
parentREADME: Use next's (diff)
signatureNo signature
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'object/tag/tag.go')
-rw-r--r--object/tag/tag.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/object/tag/tag.go b/object/tag/tag.go
index 4fcc88b0..a48de26b 100644
--- a/object/tag/tag.go
+++ b/object/tag/tag.go
@@ -3,13 +3,13 @@
// It parses annotated tags into ordinary Go values for reading and
// construction. It does not preserve the exact original byte layout needed for
// signature verification; callers that need signature-verification payload
-// fidelity should use [codeberg.org/lindenii/furgit/object/signed/tag].
+// fidelity should use [lindenii.org/go/furgit/object/signed/tag].
package tag
import (
- objectid "codeberg.org/lindenii/furgit/object/id"
- objectsignature "codeberg.org/lindenii/furgit/object/signature"
- objecttype "codeberg.org/lindenii/furgit/object/type"
+ objectid "lindenii.org/go/furgit/object/id"
+ objectsignature "lindenii.org/go/furgit/object/signature"
+ objecttype "lindenii.org/go/furgit/object/type"
)
// Tag represents a fully materialized Git annotated tag object.