diff options
Diffstat (limited to 'internal/testgit/repo_cat_file.go')
| -rw-r--r-- | internal/testgit/repo_cat_file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_cat_file.go b/internal/testgit/repo_cat_file.go index 7dbd2c43..e0203980 100644 --- a/internal/testgit/repo_cat_file.go +++ b/internal/testgit/repo_cat_file.go @@ -3,7 +3,7 @@ package testgit import ( "testing" - objectid "codeberg.org/lindenii/furgit/object/id" + objectid "lindenii.org/go/furgit/object/id" ) // CatFile returns raw output from git cat-file. |
