aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_rev_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_rev_list.go')
-rw-r--r--internal/testgit/repo_rev_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_rev_list.go b/internal/testgit/repo_rev_list.go
index 6b0c4f76..babba8da 100644
--- a/internal/testgit/repo_rev_list.go
+++ b/internal/testgit/repo_rev_list.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- objectid "codeberg.org/lindenii/furgit/object/id"
+ objectid "lindenii.org/go/furgit/object/id"
)
// RevList runs "git rev-list" with args and parses one object ID per line.