update fork ref

This commit is contained in:
Rasmus Lindroth 2022-03-07 18:32:45 +01:00
parent e2f936b91b
commit 464cd1710a
20 changed files with 28 additions and 23 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -4,7 +4,7 @@ import (
"context"
"errors"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -4,7 +4,7 @@ import (
"context"
"errors"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -5,7 +5,7 @@ import (
"fmt"
"time"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -5,7 +5,7 @@ import (
"fmt"
"sort"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -4,8 +4,8 @@ import (
"context"
"fmt"
"github.com/RasmusLindroth/go-mastodon"
"github.com/fatih/color"
"github.com/mattn/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -9,7 +9,7 @@ import (
"strings"
"text/template"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
)
func TestCmdStream(t *testing.T) {

View file

@ -5,7 +5,7 @@ import (
"net/http"
"net/http/httptest"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -3,7 +3,7 @@ package main
import (
"context"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"github.com/mattn/go-mastodon"
"github.com/RasmusLindroth/go-mastodon"
"github.com/urfave/cli"
)

View file

@ -14,8 +14,8 @@ import (
"runtime"
"strings"
"github.com/RasmusLindroth/go-mastodon"
"github.com/fatih/color"
"github.com/mattn/go-mastodon"
"github.com/mattn/go-tty"
"github.com/urfave/cli"
"golang.org/x/net/html"