mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 20:08:57 +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
|
### 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
|
||||||
```
|
```
|
||||||
|
|
|
@ -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
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/dennis/fediresolve
|
module gitlab.melroy.org/melroy/fediresolve
|
||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/dennis/fediresolve/cmd"
|
"gitlab.melroy.org/melroy/fediresolve/cmd"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue