aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/exact_commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch/exact_commit.go')
-rw-r--r--object/fetch/exact_commit.go10
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.