aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/helpers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/helpers_test.go')
-rw-r--r--ref/store/files/helpers_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/store/files/helpers_test.go b/ref/store/files/helpers_test.go
index c46cc9fc..da1b81eb 100644
--- a/ref/store/files/helpers_test.go
+++ b/ref/store/files/helpers_test.go
@@ -7,9 +7,9 @@ import (
"testing"
"time"
- "codeberg.org/lindenii/furgit/internal/testgit"
- objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/ref/store/files"
+ "lindenii.org/go/furgit/internal/testgit"
+ objectid "lindenii.org/go/furgit/object/id"
+ "lindenii.org/go/furgit/ref/store/files"
)
const testPackedRefsTimeout = time.Second