aboutsummaryrefslogtreecommitdiff
path: root/repository/refs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/refs_test.go')
-rw-r--r--repository/refs_test.go8
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) {