aboutsummaryrefslogtreecommitdiff
path: root/reachability/integration_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-27 06:14:54 +0000
committerGravatar Runxi Yu2026-05-27 06:14:54 +0000
commitc1122079bf6ebf1ef0db2ee5048e134c9ee9a850 (patch)
tree46ce23f979dfd2a0121aff7c2be03adcad99ac4a /reachability/integration_test.go
parentREADME: Use next's (diff)
signatureNo signature
Switch package URLs to lindenii.org/go/furgit v0.1.178
Diffstat (limited to 'reachability/integration_test.go')
-rw-r--r--reachability/integration_test.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/reachability/integration_test.go b/reachability/integration_test.go
index 2df938aa..c144fb15 100644
--- a/reachability/integration_test.go
+++ b/reachability/integration_test.go
@@ -9,11 +9,11 @@ import (
"strings"
"testing"
- giterrors "codeberg.org/lindenii/furgit/errors"
- "codeberg.org/lindenii/furgit/internal/testgit"
- objectfetch "codeberg.org/lindenii/furgit/object/fetch"
- objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/reachability"
+ giterrors "lindenii.org/go/furgit/errors"
+ "lindenii.org/go/furgit/internal/testgit"
+ objectfetch "lindenii.org/go/furgit/object/fetch"
+ objectid "lindenii.org/go/furgit/object/id"
+ "lindenii.org/go/furgit/reachability"
)
func TestWalkCommitsMatchesGitRevList(t *testing.T) {