Updated module path
This commit is contained in:
parent
7ec90a691b
commit
20945fb424
@ -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
|
||||
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
6
go.mod
6
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
|
||||
|
4
go.sum
4
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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user