diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /object/fetch/exact_commit.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/fetch/exact_commit.go')
| -rw-r--r-- | object/fetch/exact_commit.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/object/fetch/exact_commit.go b/object/fetch/exact_commit.go index 9483b2b1..b99a5550 100644 --- a/object/fetch/exact_commit.go +++ b/object/fetch/exact_commit.go @@ -1,11 +1,11 @@ package fetch import ( - giterrors "codeberg.org/lindenii/furgit/errors" - "codeberg.org/lindenii/furgit/object/commit" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/stored" - objecttype "codeberg.org/lindenii/furgit/object/type" + giterrors "lindenii.org/go/furgit/errors" + "lindenii.org/go/furgit/object/commit" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/object/stored" + objecttype "lindenii.org/go/furgit/object/type" ) // ExactCommit reads, parses, and wraps the commit at id. |
