diff options
| author | 2026-05-27 06:15:31 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:15:31 +0000 | |
| commit | 07204c4b1ea56aeb4e236418ed80186b9f27ddf5 (patch) | |
| tree | 9e5b786a198cd7482d4a66b82fc501fc1a0919e9 /internal/testgit | |
| parent | furgit: Fix typos (diff) | |
| signature | No signature | |
Switch module URL to lindenii.org/go/furgit
Diffstat (limited to 'internal/testgit')
| -rw-r--r-- | internal/testgit/object.go | 4 | ||||
| -rw-r--r-- | internal/testgit/repo.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/internal/testgit/object.go b/internal/testgit/object.go index fe4b329e..5d2a38ec 100644 --- a/internal/testgit/object.go +++ b/internal/testgit/object.go @@ -4,8 +4,8 @@ import ( "io" "testing" - "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/typ" + "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/object/typ" ) // HashObject hashes and writes an object, diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go index 69a6c66b..78c079fc 100644 --- a/internal/testgit/repo.go +++ b/internal/testgit/repo.go @@ -5,7 +5,7 @@ import ( "os/exec" "testing" - "codeberg.org/lindenii/furgit/object/id" + "lindenii.org/go/furgit/object/id" ) type Repo struct { |
