diff options
Diffstat (limited to 'repository/stored_test.go')
| -rw-r--r-- | repository/stored_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repository/stored_test.go b/repository/stored_test.go index 5604b418..d6b054f7 100644 --- a/repository/stored_test.go +++ b/repository/stored_test.go @@ -5,9 +5,9 @@ import ( "strings" "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/tree" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/object/tree" ) func TestReadStoredTyped(t *testing.T) { |
