diff options
Diffstat (limited to 'internal/testgit/repo_from_fixture.go')
| -rw-r--r-- | internal/testgit/repo_from_fixture.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_from_fixture.go b/internal/testgit/repo_from_fixture.go index 632de12a..1bebda56 100644 --- a/internal/testgit/repo_from_fixture.go +++ b/internal/testgit/repo_from_fixture.go @@ -5,7 +5,7 @@ import ( "os" "testing" - objectid "codeberg.org/lindenii/furgit/object/id" + objectid "lindenii.org/go/furgit/object/id" ) // NewRepoFromFixture copies one existing repository fixture into a temp dir. |
