mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 11:58:55 +00:00
Update url
This commit is contained in:
parent
acb690123f
commit
719295ba72
5 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ FediResolve is a command-line tool for resolving and displaying Fediverse conten
|
|||
### Building from source
|
||||
|
||||
```bash
|
||||
git clone https://github.com/dennis/fediresolve.git
|
||||
git clone https://gitlab.melroy.org/melroy/fediresolve.git
|
||||
cd fediresolve
|
||||
go build
|
||||
```
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/dennis/fediresolve/resolver"
|
||||
"gitlab.melroy.org/melroy/fediresolve/resolver"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/dennis/fediresolve
|
||||
module gitlab.melroy.org/melroy/fediresolve
|
||||
|
||||
go 1.21
|
||||
|
||||
|
|
2
main.go
2
main.go
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/dennis/fediresolve/cmd"
|
||||
"gitlab.melroy.org/melroy/fediresolve/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/dennis/fediresolve/formatter"
|
||||
"gitlab.melroy.org/melroy/fediresolve/formatter"
|
||||
"github.com/go-fed/httpsig"
|
||||
"github.com/tidwall/gjson"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue