diff options
Diffstat (limited to 'ref/store/memory/store_test.go')
| -rw-r--r-- | ref/store/memory/store_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ref/store/memory/store_test.go b/ref/store/memory/store_test.go index b9705770..38adf9b6 100644 --- a/ref/store/memory/store_test.go +++ b/ref/store/memory/store_test.go @@ -4,11 +4,11 @@ import ( "errors" "testing" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/ref" - refstore "codeberg.org/lindenii/furgit/ref/store" - "codeberg.org/lindenii/furgit/ref/store/memory" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/ref" + refstore "lindenii.org/go/furgit/ref/store" + "lindenii.org/go/furgit/ref/store/memory" ) // Unlike the public ResolveToDetached, |
