From c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 27 May 2026 06:14:54 +0000 Subject: Switch package URLs to lindenii.org/go/furgit --- object/fetch/exact_commit.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'object/fetch/exact_commit.go') 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. -- cgit v1.3.1-10-gc9f91