diff options
Diffstat (limited to 'config/config_test.go')
| -rw-r--r-- | config/config_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config_test.go b/config/config_test.go index 86b8be50..f6cb2dd6 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -6,9 +6,9 @@ import ( "strings" "testing" - "codeberg.org/lindenii/furgit/config" - "codeberg.org/lindenii/furgit/internal/testgit" - objectid "codeberg.org/lindenii/furgit/object/id" + "lindenii.org/go/furgit/config" + "lindenii.org/go/furgit/internal/testgit" + objectid "lindenii.org/go/furgit/object/id" ) func openConfig(t *testing.T, testRepo *testgit.TestRepo) *os.File { |
