aboutsummaryrefslogtreecommitdiff
path: root/object/tree/helpers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/tree/helpers_test.go')
-rw-r--r--object/tree/helpers_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/object/tree/helpers_test.go b/object/tree/helpers_test.go
index 3da92ce4..0344183a 100644
--- a/object/tree/helpers_test.go
+++ b/object/tree/helpers_test.go
@@ -6,8 +6,8 @@ import (
"strings"
"testing"
- "codeberg.org/lindenii/furgit/internal/testgit"
- "codeberg.org/lindenii/furgit/object/tree"
+ "lindenii.org/go/furgit/internal/testgit"
+ "lindenii.org/go/furgit/object/tree"
)
func buildGitMktreeInput(entries []tree.TreeEntry) string {