diff --git a/README.md b/README.md index 01725fd..6dd27c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ HTTP router based on radix trees. ## Installation ```shell -go get git.akyoto.dev/go/router +go get git.urbach.dev/go/router ``` ## Usage @@ -68,7 +68,7 @@ BenchmarkGitHub/Len7-Param2-12 26057244 46.08 ns/op ## License -Please see the [license documentation](https://akyoto.dev/license). +Please see the [license documentation](https://urbach.dev/license). ## Copyright diff --git a/Router_test.go b/Router_test.go index 3f1c2fe..4d82073 100644 --- a/Router_test.go +++ b/Router_test.go @@ -4,9 +4,9 @@ import ( "strings" "testing" - "git.akyoto.dev/go/assert" - "git.akyoto.dev/go/router" - "git.akyoto.dev/go/router/testdata" + "git.urbach.dev/go/assert" + "git.urbach.dev/go/router" + "git.urbach.dev/go/router/testdata" ) func TestHello(t *testing.T) { diff --git a/benchmarks_test.go b/benchmarks_test.go index 55caf1f..41f3571 100644 --- a/benchmarks_test.go +++ b/benchmarks_test.go @@ -3,8 +3,8 @@ package router_test import ( "testing" - "git.akyoto.dev/go/router" - "git.akyoto.dev/go/router/testdata" + "git.urbach.dev/go/router" + "git.urbach.dev/go/router/testdata" ) func BenchmarkBlog(b *testing.B) { diff --git a/go.mod b/go.mod index 9f71fa8..b993518 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module git.akyoto.dev/go/router +module git.urbach.dev/go/router -go 1.22 +go 1.24 -require git.akyoto.dev/go/assert v0.1.3 +require git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf diff --git a/go.sum b/go.sum index 9fc2547..af0fe0b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -git.akyoto.dev/go/assert v0.1.3 h1:QwCUbmG4aZYsNk/OuRBz1zWVKmGlDUHhOnnDBfn8Qw8= -git.akyoto.dev/go/assert v0.1.3/go.mod h1:0GzMaM0eURuDwtGkJJkCsI7r2aUKr+5GmWNTFPgDocM= +git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf h1:BQWa5GKNUsA5CSUa/+UlFWYCEVe3IDDKRbVqBLK0mAE= +git.urbach.dev/go/assert v0.0.0-20250225153414-fc1f84f19edf/go.mod h1:y9jGII9JFiF1HNIju0u87OyPCt82xKCtqnAFyEreCDo=