diff options
| author | 2026-05-27 06:14:54 +0000 | |
|---|---|---|
| committer | 2026-05-27 06:14:54 +0000 | |
| commit | c1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch) | |
| tree | 46ce23f979dfd2a0121aff7c2be03adcad99ac4a /repository/refs_test.go | |
| parent | README: Use next's (diff) | |
| signature | No signature | |
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'repository/refs_test.go')
| -rw-r--r-- | repository/refs_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/repository/refs_test.go b/repository/refs_test.go index cde0e94e..566dc6cc 100644 --- a/repository/refs_test.go +++ b/repository/refs_test.go @@ -3,10 +3,10 @@ package repository_test import ( "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - objecttype "codeberg.org/lindenii/furgit/object/type" - "codeberg.org/lindenii/furgit/ref" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + objecttype "lindenii.org/go/furgit/object/type" + "lindenii.org/go/furgit/ref" ) func TestOpenFilesRefFormat(t *testing.T) { |
