Adds GetFollowedTags

This commit is contained in:
Paul Waldo 2023-03-12 09:25:45 -04:00
parent 9faaa4f0dc
commit 589be3c1f8
No known key found for this signature in database
GPG key ID: 7CD5C6BB0D0BB7F4
7 changed files with 168 additions and 5 deletions

View file

@ -9,7 +9,6 @@ require (
github.com/fatih/color v1.13.0
github.com/mattn/go-mastodon v0.0.4
github.com/mattn/go-tty v0.0.4
github.com/urfave/cli v1.13.0
github.com/urfave/cli/v2 v2.23.5 // indirect
github.com/urfave/cli/v2 v2.23.5
golang.org/x/net v0.0.0-20220531201128-c960675eff93
)