Update url

This commit is contained in:
Dennis C. Oosterhof 2025-04-24 14:24:00 +02:00
parent acb690123f
commit 719295ba72
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ FediResolve is a command-line tool for resolving and displaying Fediverse conten
### Building from source ### Building from source
```bash ```bash
git clone https://github.com/dennis/fediresolve.git git clone https://gitlab.melroy.org/melroy/fediresolve.git
cd fediresolve cd fediresolve
go build go build
``` ```

View file

@ -6,7 +6,7 @@ import (
"os" "os"
"strings" "strings"
"github.com/dennis/fediresolve/resolver" "gitlab.melroy.org/melroy/fediresolve/resolver"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/dennis/fediresolve module gitlab.melroy.org/melroy/fediresolve
go 1.21 go 1.21

View file

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/dennis/fediresolve/cmd" "gitlab.melroy.org/melroy/fediresolve/cmd"
) )
func main() { func main() {

View file

@ -9,7 +9,7 @@ import (
"strings" "strings"
"time" "time"
"github.com/dennis/fediresolve/formatter" "gitlab.melroy.org/melroy/fediresolve/formatter"
"github.com/go-fed/httpsig" "github.com/go-fed/httpsig"
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
) )